Hi all,
Cell A1 has value One
Cell B1 has value Two
Cell C1 has value Three
My requirement is to compare the contents of Cell A with Cell B and blank out contents of Cell C if contents of A <> contents of B.
I have written the formula like this:
=If(A1=B1,"",C1="") This assigns a value of True or False to cell C1 based on the values of A1 and B1.
I have also used
=If(A1=B1,"",C1=" ") The same result.
I need to blank out the contents of cell C1 completely without using any macros.
Cell A1 has value One
Cell B1 has value Two
Cell C1 has value Three
My requirement is to compare the contents of Cell A with Cell B and blank out contents of Cell C if contents of A <> contents of B.
I have written the formula like this:
=If(A1=B1,"",C1="") This assigns a value of True or False to cell C1 based on the values of A1 and B1.
I have also used
=If(A1=B1,"",C1=" ") The same result.
I need to blank out the contents of cell C1 completely without using any macros.