Find MAXIMUM, Show Date When MAXIMUM Occurred

Oct 9, 2008

Look in Column E and find the MAX value. Once you find the MAX value, (let's say E27) display the date that's in C27. I bet this is really easy but I've been screwing around with it for over a half hour and can't get the correct result.

View 2 Replies


ADVERTISEMENT

Conditional Maximum (find The Maximum 'value' For Each Individual 'type')

May 15, 2009

I have two columns of data. The first column is the 'type' and the second column is the 'value'. I need to find the maximum 'value' for each individual 'type'

The 'types' are not necessarily next to each other and the data cannot be sorted to do so.

Example:
type value
A 15
B 6
A 21
C 7
B 13

I need to be able to say the MAX for 'A' is 21, the MAX for 'B' is 13 and the MAX for 'C' is 7.

View 2 Replies View Related

To Find Corresponding Date Of Maximum Value

Oct 22, 2012

01-Oct-12
02-Oct-12
03-Oct-12
04-Oct-12
05-Oct-12

10
212
23
24
58

Here the maximum value is 212, Is there any way to find its corresponding date. Date in Row(A1:A5), Values in Row(B1:B5). Tried my best to get the date; but no way.

View 4 Replies View Related

Lookup Formula: Find The Maximum Date

Nov 10, 2009

in which the OP was trying to find the maximum date (Col B) in which the value in Col A occurred, DonkeyOte used this formula as a possible solution

View 4 Replies View Related

Excel 2007 :: Find Out Maximum Date With Two Criteria

Aug 9, 2013

In excel 2007 i have three sheets.

In sheet1 : Cell : "D3" : I have find out & show maximum date with two criteria (i.e. code & series) from all sheets.

Also in cell : "E3 : I have find out maximum date with two criteria from particular one sheet only.

I have mentioned comments in attach file.

In sheet name 1112 & 1213 : I have a lot of data approx 40000.

Column A : Invoice no
Column B : Invoice date
Column C : Code
Column D : oano
Column E : Name
Column F : city
Column G : distric
Column H : Series

In yellow highlighted cell i required formula.

View 5 Replies View Related

SUM MAXIMUM Or Index/Max: Count Number Based On The Maximum Time??

Oct 23, 2008

I was hoping that my formula would give me the count number based on the Maximum time (latest time) and the Name field...My result is a 0 instead of 62 (the correct answer).

=SUM((Download!$H$2:$H$10=A4)*(Download!$D$2:$D$10=MAX(IF(Download!$H$2:$H$10=$A4,Download!$D$2:$D$1 0)))*Download!$I$2:$I$10)

Would a Index/Match/MAX function be more efficient?

View 4 Replies View Related

Instead Of Showing Figures For MAXIMUM Function, I Want To Show The Name Of The Row

Dec 16, 2008

Normally, when we use the =MAX() function, figures / numbers will appear. Is there any formula that can show the row the highest data is in? Let's just say that the figure is 3080 and it is under 'Transportation' row. Generally, when I apply =MAX() fx, 3080 will appear. Is it possible for it to show Transportation by using formula instead?

View 4 Replies View Related

Find The Maximum Value

Oct 11, 2009

I wanted to know if there was a way to find the Maximum value given a number of conditions are satisfied.

Similar to COUNTIFS and AVERAGEIFS, where you state the data range to use, the condition's range, the condition, then the next condition's range, the next condition, etc....

View 9 Replies View Related

Find The Maximum Numbers In Each Day?

Aug 19, 2014

a macro finding the max number in col B in each day (hr 0- hr 23) and in col C put a "1" next to it.

View 10 Replies View Related

Find MAXIMUM Of Text

Jun 21, 2007

I want to know how to get the max of text.

I am having sheet which is showing Codes for deliverables as A,B,C,D as an entry.

I want to pick the latest code, means i want search the row for Max value, i.e is D and display it in cell.

View 9 Replies View Related

Find Minimum Value Corresponding To Maximum Value

Jan 16, 2010

I am having trouble with large data sets of rents by market: trying to find the peak rent in a time-series, and then look for the next trough rent in time. I tried using the Newsletter 3 techniques which feels like the right direction, but I am not getting the nesting right or some of the parameters in the functions.

So, within each time-series I need to find the MAX value (peak rent), wherever that is in the array. Then I need to look to the right of that exact MAX value and find the exact MIN value (trough rent), whereever that is in the array (again, to the right of the MAX value).

A small sample of what the data set looks like:

2008 Q22008 Q32008 Q42009 Q12009 Q22009 Q3
Atlanta771773768761749756
Austin770786784779776776
Baltimore947948949950950953
Boston1,6471,6601,6541,6481,6301,613
Chicago998998996985984986

View 4 Replies View Related

Macro Code To Find The Maximum Value

Jul 15, 2009

I would like to run a macro loop to find Maximum value out of these three column and return text into a cell as "maximum value found = A" or B ....

View 12 Replies View Related

How Do I Find Address Of Cell Containing Maximum Value

Aug 29, 2005

I'd like to have the cell address returned along with a value when I use the
MAX function.

View 13 Replies View Related

Find Maximum Value With 3 Conditions From One Sheet To Another?

Sep 14, 2013

It is any code in VBA to find a Maximum value whit 3 conditions from one sheet to another ? Somethig like this:

ActiveCell.FormulaR3C7 = "=SUMPRODUCT(Max((sheet1!R2C6:R65536C6=RC[-1])*(sheet1!R2C3:R65536C3=RC[-2])*(sheet1!R2C4:R65536C4=RC[-3]))"
ActiveCell = ActiveCell.Value

I need to find a max value from a sheet if acomplish 3 conditions in another sheet.

View 1 Replies View Related

Find Maximum Number Of Letters

May 27, 2009

The content of Cell A1 looks like this attccggttaattcccccaaaattt
(only a,t,g,c -nucleotides). I want to know the max times C occurs in this cell and the position from the start. like that a, t, g.

here the answer is 5 times and distance is 13 from start.

View 9 Replies View Related

Find Maximum Value From A Pre-filtered Range

Jan 19, 2007

I am looking for a way of finding the maximum value in column H for each row in a pre- filtered range using VBA.

For example, the result of of filtermacro1 may return several records derived from a database of several hundred records. In the example below, the name of the person is in column C, followed by their H column value.

Audrey Perkins, .5
Marc Bloomberg, 2.0
Matt Phillips, .5
Paul Pachson, 2.0

However, the H column value may not be the maximum value for the rows above, as there are other records for Audrey, Marc, Matt & Paul in the database.

If the names are matched to the max value in column H for each record it should read

Audrey Perkins, 1.0
Marc Bloomberg, 3.5
Matt Phillips, .5
Paul Pachson, 6.5

How would I query only the names in a pre-filtered range and obtain the highest value in column H for each ? These values then need to be copied to H7 in a sheet called Detention Register.

View 9 Replies View Related

Find The Maximum Value In One Column And Retreive The Name Of Cell In Corresponding Row

Feb 9, 2009

I spent couple of hours trying to figure this out, but without success. Please check the attached example. I need a formula that will find the max value (number of views in English anguage) in the column "I" and display the corresponding "Headline" value in the column "B". In the example it is "Headline 5".

I can not change position of the columns, i.e. "B" must remain "B" and "I" must remain "I".
I experimented with Index and vlookup but to no success. I have outlook 2003.

View 5 Replies View Related

Find Minimum/Maximum Excluding Zeros

Apr 5, 2009

I have inherited some legacy templates (Standard, Leave and Exception) which cannot be changed. I need to summarise them (Total) selecting the earliest start and the latest finish. (Sample attached). The templates are 90 columns wide and about fifty lines deep so named ranges isn't practicle (I think). I'm running 2003.

View 4 Replies View Related

Advanced Loop In Macro Find Maximum Value

Feb 5, 2009

I've an excelsheet with quite advanced formulas that area really nested and using quite a bit of iteration.

What I would like to do is finding the maximum of

A while Amin<A<Amax
By changing B

There is a Variable C than should be constant unless it becomes larger than Cmax ( Cmax dependas on A,B ,C, D and all kinds of things)

If C is > than Cmax there is a variable D that can be changed has to be less or equal to Dmax

So the question is how to find the maximum of A while fulfilling all these variables?

What I've come up with so far is:

View 9 Replies View Related

Find Duplicate Keywords, And List Maximum

Feb 13, 2010

I have rows of 10 keywords. I want the macros to compare the first row against all the rows except itself, then compare the second row against all the rows except itself, the third row against all the rows except itself, basically looking for duplicates...It will then record in a column for each respective row, the max # of duplicates found with another row..

For instance lets say I was looking at the 15th row, and it looked for duplicates elsewhere. It only found duplicates in the 4th row and the 5th row. In the fourth row, there were 5 keywords common, and in the 5th row there were 7 keywords common. Therefore the max # of common words is 7 for the 15th row, and that is what is recorded.

In addition the number of rows will probably vary it could range from 1 to 500. I included an excel spreadsheet that has visually speaking how this could work, maybe using COUNTIF. Basically it counts the # of common keywords for one row with all the other rows, pastes the count #s to the right, then finds the max of those count #s, copies the max into another column, then clears the count #s, and looks up the next row, repeats the same process. It is easier probably if you look at the attached spreadsheet to get an idea of what i am talking about..

View 9 Replies View Related

Find Minimum And Maximum Numbers In Table?

Oct 17, 2011

How do I find the minimum and maximum numbers in a table if I do not know the size of the table but can assume the user will choose the first cell (upper left cell) of the table and run the macro?

View 5 Replies View Related

Find Maximum. Some Values Are Represent By Text

Aug 8, 2007

I have a column of values the values can be "T", 0.00 ->any number to the nearest hundredth. I thought I had this problems solved a while back but after having time to do some quality control I found that anytime there is a value of "T" the macro does not work. I have had some great help with this in the past to get as far as I have but I still cannot seems to get it 100%. I have attached a sample file. The result that I would like to see is in the cell BH145 is "16,17,23" without the quotes of course.

When you open the worksheet you will see that the values of concern are precipitation values. These values are rounded to nearest hundredth. When there is a trace of precip however it is recorded as "T" therein lies the problem that I cannot seem to solve.

View 8 Replies View Related

Filter By Each Maximum Date

Dec 2, 2007

I have an Excel- sheet with 2 columns (Salesman and Date)

Salesman Date
A 2004-01-01
A 2006-01-01
A 2007-01-01
B 2003-01-01
C 1999-01-01
C 2002-01-01
D 2005-01-01
D 2007-01-01

I would like to filter the sheet so that every salesman is listed only once with his/hers latest date - The result of the example above should be:

Salesman Date
A 2007-01-01
B 2003-01-01
C 2002-01-01
D 2007-01-01

View 2 Replies View Related

Maximum / Latest Date In Row

Mar 14, 2008

If I have a row full of dates and I want to find the most recent date, how do I do that?

View 2 Replies View Related

Find The Maximum Number Of Occurrences Relative To The Next Cell

Dec 20, 2013

In column A I have a set of Ids that are not unique. In column B I have a set of latlong values for those Ids in column A. In column D I have the unique list of Ids from column A(Removed duplicates from column A & pasted them in column D). In column E, I need the latlong value which has highest frequency for each Id. I tried countif,Frequency and tried mixing them up with various other formulas but it is out of my reach.

View 3 Replies View Related

Add Numbers In Column That Meet Criteria And Find Maximum Sum?

Dec 31, 2013

I'm developing a spreadsheet for a nonprofit that provides feedback on their major fundraiser/auction. I'm trying to create a formula in a cell that will look at the bidder #'s in column B and add the value of the their purchased items found in column C and return the number of the bidder that has the largest total value of purchases.

This can be done with a pivot table and give a table of all bidders, their total amount paid for items, and the number of items purchased.

View 1 Replies View Related

Macro To Find Maximum And Minimum Time From The Data?

Mar 24, 2014

Daily At the end of day We receive sales files from our different teams, these files are received at different times due to difference in working shifts. I have collated last one month data and from this data I want to know the earliest and maximum time and date on which we received the files in last month, so that i can fix the receiving time for all regions.

View 5 Replies View Related

Find Maximum In Mutiple Columns & Delete All Values After

Dec 2, 2006

writing a macro to find the max value in each column and delete all the data points that come after it (or preferably: delete all the data points that come 2 rows down after the max, if possible). There will be many columns of data where the max will come at different positions in the column.

Instead of deleting post-max values, it would also be acceptable to just copy values from the beginning to the max to the same column in a new worksheet.

View 3 Replies View Related

Return Maximum Date Or Blank

Dec 9, 2009

I am currently using an array to return the MAX date value. This formula will enter 1/0/00 if the referenced cells are blank. I'd like the furmula to LEAVE THE CELL BLANK if the referenced cells are blank. {=MAX(IF(Bid_Circuits=$A45,Bid_Trim_Completed,""))}

View 5 Replies View Related

Maximum Date In Array Macro Code

May 4, 2008

I'm writing a macro that will pull a set of dates from a worksheet and put them into an array. Then I want to find the max date in the array (most likely using some sort of sorting method).

The code below is how I'm putting the dates into an array. I'm not sure if using the date data type is best. I can't tell how it will sort the information. Is there an easy way to find the maximum of an array of dates?

Dim Date_Array() As Date
If Sheets("Sheet1"). Range("N" & i) = "Date" Then
j = j + 1
Redim Preserve Date_Array(j)

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved