Linda Crasco
New Member
I am trying to enter a formula that will look at two cells, and if one of the cells has a text value (either one or none of the cells has text; in no instance does both cells have text), return that text, and if both are blank return nothing. The cells are not adjacant.
Assuming the two cells I am looking at are C2 and F2 I've tried:
=IF(ISBLANK(C2),F2,C2).
=IF(ISBLANK(C2),IF(ISBLANK(F2)," ",F2),C2)
Both formulas returns the text in C2, but ignores the text in F2, returning a blank for either text in F2, or no text in both C2 and F2.
Does anyone have any suggestions?
Thanks!
~Linda
Assuming the two cells I am looking at are C2 and F2 I've tried:
=IF(ISBLANK(C2),F2,C2).
=IF(ISBLANK(C2),IF(ISBLANK(F2)," ",F2),C2)
Both formulas returns the text in C2, but ignores the text in F2, returning a blank for either text in F2, or no text in both C2 and F2.
Does anyone have any suggestions?
Thanks!
~Linda