Referencing Blank Cells Without Zeros

Tarissa

New Member
Joined
Jan 17, 2010
Messages
5
I would like to reference a blank cell in Sheet1 and have it stay a blank cell in Sheet2 without a 0 popping up. Is there a way to do that?
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
I want to ask something else, but it's along the same lines so I'm just adding it here.

I'd now like a cell that is currently showing the sum of other cells to be blank unless the value is greater than 0. Is this possible and how do I do it?
 
Upvote 0
You can also achieve this with custom formatting, without modifying the formula (or the values) for your cell. It just modifies the way it displays. Custom format could be like this (Format->Cells->Number->Custom):

[<0]"";[=0]"";General

Excel Workbook
A
11
2
3
Sheet1
Cell Formulas
RangeFormula
A1=1
A2=0
A3=-1
 
Upvote 0

Forum statistics

Threads
1,216,113
Messages
6,128,905
Members
449,478
Latest member
Davenil

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