MS Excel 2013 - Blank cells should have dashes

Manny74

Board Regular
Joined
May 6, 2016
Messages
124
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
Hello All,

When I have a blank cell with no data, I want a dash to display...I am having trouble with the formula...

The cell is G44, so I thought the formula would look like this: =IF(G44=0, "-")

But a zero is displaying not a dash....

What am I missing? overlooking?

Manny
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Ok I tried it, and a zero populated, not a dash....
 
Upvote 0
what do these formulae return
=isblank(G44)
=len(G44)
 
Upvote 0
Then I suspect that G44 is not blank.
IsBlank should return True or False, where 0 is False & anything else is True
 
Upvote 0
I now get a message that says, "Careful we found one or more circular references in your workbook that might cause your formulas to calculate incorrectly. FYI a circular reference can be a formula that refers to its cell value, or refers to a cell dependent on its own value."

As far a its format, I have it set to General, and not a number....

I see it as being blank, but if it's not how do I validate if its truly blank?
 
Upvote 0

Forum statistics

Threads
1,214,608
Messages
6,120,500
Members
448,968
Latest member
screechyboy79

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