Need Empty Cell Reference to be Blank

cionnaith

Board Regular
Joined
Mar 9, 2010
Messages
52
Hi.

I have cell on one worksheet (e.g. Worksheet 2) that is reading from a cell on another worksheet (e.g. Worksheet 1) and displaying as text. I have another cell doing the same thing, but is formatted for dates. In Worksheet 1 I used ='Worksheet 1'!A1 to read from the other cell, but if there is nothing in the cells on Worksheet 1, the Worksheet 2 cell displays a 0 for the case in which the cell is formatted for text and 1/0/1900 for the cells formatted for dates.

How do I make the cells on Worksheet 2 just remain blank if there is nothing to read in the Worksheet 1 cells?

Thank you in advance.
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Hello, Try

=IF('Worksheet 1'!A1="","",'Worksheet 1'!A1)

Or,

Go to Format Cell >> Custom

General;-General;
 
Upvote 0
To make a blank cell show as blank try =A1&""

Note that if A1 contains a number, the formula will return a text value.
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,277
Members
452,902
Latest member
Knuddeluff

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top