Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Excel
123quattro
charting
crashesgpfs
datamap
excel
interopoledde
links
misc
newusers
printing
programming
querydao
sdk
setup
templates
worksheet.functions
  
 
date: Thu, 2 Jul 2009 09:04:48 -0700 (PDT),    group: microsoft.public.excel        back       


display an empty cell   
I used to reference cells in our worksheets (e.g. =Sheet1!C6). if
Sheet1!C6 is empty i will get a 0 in my cell. How can i get a blank
cell if Sheet1!C6 is an empty cell?

thanks
date: Thu, 2 Jul 2009 09:04:48 -0700 (PDT)   author:   Lynn

Re: display an empty cell   
=IF(ISBLANK(Sheet1!C6),"",Sheet1!C6)
this will work when C6 is truly blank not when it has a formula that returns 
a blank

=IF(Sheet1!C6="","",Sheet1!C6)
should work for you also

best wishes
-- 
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email


"Lynn"  wrote in message 
news:f33d1e97-2147-4cd3-85e2-e401382fefdf@x3g2000yqa.googlegroups.com...
> I used to reference cells in our worksheets (e.g. =Sheet1!C6). if
> Sheet1!C6 is empty i will get a 0 in my cell. How can i get a blank
> cell if Sheet1!C6 is an empty cell?
>
> thanks
date: Thu, 2 Jul 2009 14:03:01 -0300   author:   Bernard Liengme

Re: display an empty cell   
Your problem is only a format problem. right click -- format cells (or
press Ctrl+1) in the "Number" tab, choose Custome, in the text box
enter the following format    #,###.##

(the 1st one is a comma, the second one is a dot)

Please inform me if it works
date: Thu, 2 Jul 2009 12:18:33 -0700 (PDT)   author:   BRO

Re: display an empty cell   
A simple way is to use Conditional formatting, make the condition so that if 
the cell is = to 0 then format the text color to match the color of that 
cell.

SS


"Lynn"  wrote in message 
news:f33d1e97-2147-4cd3-85e2-e401382fefdf@x3g2000yqa.googlegroups.com...
>I used to reference cells in our worksheets (e.g. =Sheet1!C6). if
> Sheet1!C6 is empty i will get a 0 in my cell. How can i get a blank
> cell if Sheet1!C6 is an empty cell?
>
> thanks
date: Mon, 6 Jul 2009 23:28:50 -0500   author:   S. A. Stone

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us