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

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
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,215,577
Messages
6,125,637
Members
449,242
Latest member
Mari_mariou

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