Hi,
I hope this is the correct forum..
I want to set the value in a cell depending on the relative values of 2 other cells.
if cell A < cell B --> cell C = 0
if cell A > cell B --> cell C = 2
if cell A = cell B --> cell C = 1
I can't work out the syntax despite lots of trying.
This is excel 2003 sp2 running on w2k sp4
anyone any ideas?
cheers
I hope this is the correct forum..
I want to set the value in a cell depending on the relative values of 2 other cells.
if cell A < cell B --> cell C = 0
if cell A > cell B --> cell C = 2
if cell A = cell B --> cell C = 1
I can't work out the syntax despite lots of trying.
This is excel 2003 sp2 running on w2k sp4
anyone any ideas?
cheers
It's just one conditional within the other to check for < then, > then or = to (if it is none of the above).