This is what I'm trying to do:
If cell A has any text in it, then look at cell B and populate cell C based on what is found in cell B. If cell A is empty, do nothing. Is it possible?
L.
Software/Hardware used:
Excel 2010
ASKED:
December 5, 2012 6:38 PM
UPDATED:
December 5, 2012 7:21 PM
to answer the question you asked: Yes.
sorry, couldn’t resist.
in the ‘C’ column, you can use the formula: =IF(ISBLANK(A1),”",B1)
test