Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try:
=MAX(IF($A$1:$D$1<"",IF(ABS($A$1:$D$1-A2)=MIN(ABS($A$1:$D$1-A2)),$A$1:$D$1))) to ignore empty cells Enter with Ctrl+Shift+Enter "Eric" wrote: Thank you very much for your suggestions Does anyone have any suggestions what the default value should be assign for each empty cell? I would like to assign the default value for if statement on row 1, such as If(True, any number, default), but I cannot assign "" into formula If(True, any number, ""), which does not work for following statement, because of this character "". Enter with CTRL + SHIFT + ENTER =MAX(IF(ABS($A$1:$D$1-A2)=MIN(ABS($A$1:$D$1-A2)),$A$1:$D$1)) Does anyone have any suggestions? Thank for any suggestions Eric |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to determine the value from a list? | Excel Discussion (Misc queries) | |||
How to determine the values from a list? | Excel Discussion (Misc queries) | |||
How to determine the values from a list? | Excel Worksheet Functions | |||
How to determine second (and then third) highest value in a list | Excel Discussion (Misc queries) | |||
List ? - How do I make information in one cell determine list to u | Excel Worksheet Functions |