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
Post a Comment