M
mrcharms
Hi and thank-you to all that go ahead and help me on this subject,
The problem(s) im having are,
1. An IF statement problem, im tyring to compare two seperate cell
against each other, i.e. is one a greater value than the other and i
so display "3" or if equal display "1" and if less than display "0" an
the formula i have so far works fine for that, but if i have that sam
formula for a set of 2 other seperate cells that are blank, the sam
formula makes that display "1" beacause their both blank, both th
same, im needing to get the formula to display the blank cells as "0
as well as the rest of the formula.
A B
1 3 1
formula... =IF(A1>B1,3,IF(A1=B1,"1","0"))
Display = 3
Any help would be appriciated greatly.
MrCharms
The problem(s) im having are,
1. An IF statement problem, im tyring to compare two seperate cell
against each other, i.e. is one a greater value than the other and i
so display "3" or if equal display "1" and if less than display "0" an
the formula i have so far works fine for that, but if i have that sam
formula for a set of 2 other seperate cells that are blank, the sam
formula makes that display "1" beacause their both blank, both th
same, im needing to get the formula to display the blank cells as "0
as well as the rest of the formula.
A B
1 3 1
formula... =IF(A1>B1,3,IF(A1=B1,"1","0"))
Display = 3
Any help would be appriciated greatly.
MrCharms