G
Guest
Here is what I have:
=if(H11>B$2, "X", " ")
B2 in this case is equal to 1 and H11 is equal to 2, therefore 2>1 and the result is X in the cell.
The problem I am having is when I copy that formula down and the value in the H column that I am refering to is " " (nothing). For some reason, "nothing" is greater than 1 and I get an X in my cell. Does anyone have any suggestions? I don't want to change the nothing values to zeros in my H column, I would like the cell to appear empty.
Thanks.
ANB
=if(H11>B$2, "X", " ")
B2 in this case is equal to 1 and H11 is equal to 2, therefore 2>1 and the result is X in the cell.
The problem I am having is when I copy that formula down and the value in the H column that I am refering to is " " (nothing). For some reason, "nothing" is greater than 1 and I get an X in my cell. Does anyone have any suggestions? I don't want to change the nothing values to zeros in my H column, I would like the cell to appear empty.
Thanks.
ANB