=IF(A1=MAX($A$1:$A$3),A1,"") Adapt to use multiple "if" formul
Hi,
in the cell A4: =IF(A1=MAX($A$1:$A$3),A1,"")
in the cell A5: =IF(A2=MAX($A$1:$A$3),A2,"")
in the cell A6: =IF(A3=MAX($A$1:$A$3),A3,"")
Thanks,
--
Farhad Hodjat
"tssgraham" wrote:
Here is my original post if that helps at all:
I need to look at the data in three fields, determine which is the highest of
the three and then have the highest of the three fields add up in a fourth
field. I'll try to type in an example; if a1 is greater than a2 and greater
than a3 then a1 needs to be posted into a4, but if a2 is greatest than a2
needs to be posted in a5 and if a3 is greatest it needs to be posted in a6.
Hope I didn't confuse you too much! Thanks. Todd.
"Farhad" wrote:
Hi,
What do you mean? the result of all tese IF's shoud come to one cell? but it
dosn't make sense, what if all these IF's return TRUE or 2 of then would be
TRUE and one of them FALSE? please explain.
Thanks,
--
Farhad Hodjat
"tssgraham" wrote:
How can I adapt this formula to allow adding multiple "if" formula's? Example:
=IF(A1=MAX($A$1:$A$3),A1,"") PLUS =IF(B1=MAX($B$1:$B$3),B1,"") PLUS
=IF(C1=MAX($C$1:$C$3),C1,"") ? Thanks everyone - today was the first time
I've ever posted for help - you rock! ;-)
|