G
Guest
how can i set a cell on sheet 2, to copy text from sheet 1
and if the cell on sheet 1 is blank then so is the cell on
sheet 2.
and if the cell on sheet 1 is blank then so is the cell on
sheet 2.
JE McGimpsey said:One way:
=IF(Sheet1!A1="","",Sheet1!A1)
-----Original Message-----
Yep!! Missed that one!
--
Andy.
.