Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(B20,A2,"")
based on Age as a number in column A based on Mode in column B based on a number greater than 0 (if zero or empty, will leave the cell blank. -- Gracie "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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula up to a maximum of 100, no greater than | New Users to Excel | |||
maximum/minimum value in formula | Excel Discussion (Misc queries) | |||
What is the maximum formula lenght?? | Excel Discussion (Misc queries) | |||
Maximum of a formula | Excel Worksheet Functions | |||
maximum formula length | Excel Worksheet Functions |