Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I need a formula that calculates the max value only if the cell has a value 0 and also ignores the #NA error. The file has a column with formula which through up a #NA error if the lookup field is empty. The Max formula should still calcuate the maximum value in the column and ignore the celss with the #NA error. ie, if the cell A3:A6 contain the following values: A3 1 A4 #NA A5 2 A6 #NA Max(a3:A6) will give the result - #NA. I need a formula that will give the result - 2. |