Hello, I am looking for help with a formula. I want to overwrite column A with the value in column B ONLY if column B has text in it. If column B is blank, I want column A to retain it's original value.
In Column A I've tried:
=IF(ISTEXT([Column B]@row), [Column B]@row, [Column]@row) ...and I get a circular reference
=IF(ISTEXT([Column B]@row), [Column B]@row) ...and I get blanks back where I want original values.
This feels like it should be easier than I'm making it. Is there a "take no action" symbol to insert for false result?
Thanks for your help!