View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default Not displaying a value

One way:

=IF(Sheet1!A1="","",Sheet1!A1)

In article ,
KB wrote:

I have a cell that references a cell on another tab, so what ever is typed in
a cell on the first tab gets transferred onto the second tab. The problem is,
that when the first tab cell has nothing in it, the second tab shows a value
"0". I would prefer that it just remains blank like the first tab.

Thanks