Thread: text
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom Peo Sjoblom is offline
external usenet poster
 
Posts: 3,268
Default text

=IF(B12="","",B12)


--
Regards,

Peo Sjoblom



"musicman" wrote in message
...
Working in Excel 2007, I have a cell designated for text. If text is
entered, I would like it to show up in another cell also. If there is no
text entered, I'd like the other cell to be blank. Using a formula like
"=b12" results in a zero in the second cell if the first is empty.