blank cell not a "0"

G

Gary F

How does one get around a "0" appearing in cells on
multiple sheets when "=+Sheet1!A1" is present and there is
no entry made on sheet1 for that cell? In other words
Would prefer a blank cell not a "0".
 
N

Norman Harker

Hi Gary!

Use:

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

In some cases you might also use:

Tools > Options > View
Remove check from "Zero values"

--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
 
G

Gary Fitz

Thank You Norman
-----Original Message-----
Hi Gary!

Use:

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

In some cases you might also use:

Tools > Options > View
Remove check from "Zero values"

--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.



.
n
 

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

Top