View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Values from referenced cells

Instead of: =Sheet2!A1
use this: =IF(Sheet2!A1="","",Sheet2!A1)
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:25,000 Files:300 Subscribers:70
xdemechanik
---
"Wavequation" wrote:
I have a worksheet that references cells in another worksheet. Empty cells
in the referenced sheet are showing up in the second sheet as "0", rather as
an empty cell. I would like them to show up empty. Is there any way to do
this?
Thanks for your help.