Thread: maximum formula
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Sheeloo[_2_] Sheeloo[_2_] is offline
external usenet poster
 
Posts: 364
Default maximum formula

Assuming mode is in COL A and age in Col B, row 1 is header

Enter this in B2 and copy down;
=IF(MAX($A$2:$A$100)=A2,A2,"")

Change 100 to your last row...


"excelguy" wrote:

I created to 2 columns one next to the other called Mode and Age. I want to
create a formula so that the value in column Age will appear only if the
maximum value in the Mode column is on the same row.