Equals function

G

Guest

Hi,

I am trying to create a spreadsheet using the = function.

Ie,

To populate date in A1, it should equal 'Sheet1'!A1.

How do I get it to show a blank cell in A1 if Sheet1A1 is blank? It is
currently showing a 0?

Thanks
 
D

Dave Peterson

=if('sheet1'!a1="","",'sheet'1!a1)



Hi,

I am trying to create a spreadsheet using the = function.

Ie,

To populate date in A1, it should equal 'Sheet1'!A1.

How do I get it to show a blank cell in A1 if Sheet1A1 is blank? It is
currently showing a 0?

Thanks
 
B

Bob Phillips

Typo

=if('sheet1'!a1="","",'sheet1'!a1)


--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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