Do Not Display Zero

deemer98

Board Regular
Joined
Sep 9, 2005
Messages
128
Good morning all,

In a workbook, I have multiple work sheets that refer back to the 1st sheet (Sep 2021) to get its information. If I have a cell in Sep 2021 that I have not populated yet, I don't want to see a ZERO on any of the other cells in any other worksheet. But, I do want it to display a zero if I enter zero.

For example: Sheet "Flat Roller"....in cell B9, the formula is ='Sept 2021'!I9

'Sept 2021'!I9 is set up for me to enter a given number, but not until Sep 15 (that just happens to be the date that I will populate that cell)

So right now, for today through the rest of the month, on all my worksheets that refer to Sept 2021 for information, are displaying a zero and I simply want it to be blank until I enter data in Set 2021.

Hope that didn't confuse anyone. Please assist if you can and I appreciate it kindly!

David
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Try changing this formula:
Excel Formula:
='Sept 2021'!I9
to this:
Excel Formula:
=IF(LEN('Sept 2021'!I9)>0,'Sept 2021'!I9,"")
 
Upvote 0
Solution
It took the ZERO away, but it doesn't populate with whatever number I then enter into the Sept 2021 sheet
 
Upvote 0
Try changing this formula:
Excel Formula:
='Sept 2021'!I9
to this:
Excel Formula:
=IF(LEN('Sept 2021'!I9)>0,'Sept 2021'!I9,"")
Yes it does! I stand corrected! I have to put the info in the right cell to start with :) Thanks for your help!!!
 
Upvote 0

Forum statistics

Threads
1,215,597
Messages
6,125,738
Members
449,255
Latest member
whatdoido

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