Hello all.
I'm trying to set up an if statement that will either show a value or leave the cell blank. "Blank" meaning I can copy a range and do a Paste Special -> Values & Skip Blanks and not have this cell overwritting other information.
Here's what I currently have but the double quotes "" are not being treated as a blank.
=IF(A3=B3,"",C3)
HELLLLP ray:
I'm trying to set up an if statement that will either show a value or leave the cell blank. "Blank" meaning I can copy a range and do a Paste Special -> Values & Skip Blanks and not have this cell overwritting other information.
Here's what I currently have but the double quotes "" are not being treated as a blank.
=IF(A3=B3,"",C3)
HELLLLP ray: