Thread: Summing
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ardus Petus
 
Posts: n/a
Default Summing

IF(ISEMPTY(A1),MAX(A2:A13),A1)

Whenever A1 is not empty, you get the value in A1, else the max of A2:A13

Cheers
--
AP

"Rick" a écrit dans le message de news:
...
In cell A14, I want to SUM cells A2:A13 and display the higher value of
A2:A13 or cell A1. What would the formula be?

FYI.....
In practice, if cell A1 has an entry, A2:A13 should not...and vice-versa.
However, it case of entries in A1 and some or all of A2:A13 I want to pick
the higher value for A1.