S
StargateFan
Every once in a blue moon I get to work on a personal project. This
is for track of some scores. I modified the formula from some code in
the ng archives but haven't figured out how to take care of when both
cells are blank.
In E2:
=IF($C2>$D2,"YOU WON!!",IF($C2<$D2,"You Lost ... (","Tied!"))
this works great unless both C2 and D2 are blank when I get "Tied!"
whereas should be blank. How do we accommodate for blank cells in the
above formula?
Thanks! D
is for track of some scores. I modified the formula from some code in
the ng archives but haven't figured out how to take care of when both
cells are blank.
In E2:
=IF($C2>$D2,"YOU WON!!",IF($C2<$D2,"You Lost ... (","Tied!"))
this works great unless both C2 and D2 are blank when I get "Tied!"
whereas should be blank. How do we accommodate for blank cells in the
above formula?
Thanks! D