Wrap it in an if statement:
=IF(Sheet2!A5=0,"",Sheet2!A5)
Ken Puls, CMA - Microsoft MVP (Excel)
www.excelguru.ca
> In a multi-sheet workbook, if I reference a cell in another sheet (using
> =SheetName!Cell) that is blank, the result displays as a 0 (zero).
[quoted text clipped - 7 lines]
> Thanks,
> David
David Lipetz - 24 Oct 2006 19:40 GMT
Thanks.
About 30 seconds after I posted this I realized that was solution. I
actually used:
=IF(ISBLANK(Sheet2!A5=0),"",Sheet2!A5)
> Wrap it in an if statement:
>
[quoted text clipped - 14 lines]
>> Thanks,
>> David
Dave Peterson - 24 Oct 2006 19:45 GMT
You may want to test that one more.
> Thanks.
>
[quoted text clipped - 20 lines]
> >> Thanks,
> >> David

Signature
Dave Peterson