Why doesn't this work !!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a formula in worksheet 'stats' cell F8 which is

=IF('Log '!W8=0,"",'Log '!W8)
as 'Log' W8 is showing zero the result in Stats F8 is a blank cell.

so I have the same formula in worksheet stats cell G8
=IF('Log '!Y8=0,"",'Log '!Y8)
as 'Log' Y8 is showing zero why is the result in Stats G8 a zero and not a
blank??

thanks
 
Hi Anthony,

Y8 may be *showing* a zero, but it may actually be something like
0.0000000000001
Widen the cell or try multiplying by 1000000000 to see what's in there

Niek Otten
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top