Finding a max value in a column based on a previous column in Excel -



Finding a max value in a column based on a previous column in Excel -

i have excel work sheet holds list of cures carried out. create table on worksheet withthin same workbook show users latest number of given component has been cured. info logged (other columns not relevant not shown). formula looks downwards column b part (fis), downwards column c , find highest value in rows have fis in column b.

column / column b / column c

cure number / component / spar no.

49-2013-05-w2r-1 / fis / 10030

36-2013-06-w2r-2 / fop / 10030

46-2013-16-w2r-1 / fos / 10030

32-2013-05-w2r-2 / rip / 10030

i'm sure simple not conversant on of formulas vlookup, match, index etc.

47-2013-23-w2r / ris / 10030

courtesy of @thomas please try:

=max(if(b1:b100="fis",c1:c100,))

with ctrl+shift+enter, or adjust range limits suit.

excel max lookup

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -