How do you put a blank into a space that also registers as a number value?

mdershew

New Member
Joined
Jul 31, 2017
Messages
2
You would think this would be easy but its not. I have a column of percentages that shows annual change in items. Given that there are a lot of new items and dropoff items, I want to leave those percentage changes blank. However, I also want to filter on these percentages. I put in error handling that sets values to "" if one of the two columns is a zero, however later when I filter this percentages column, all "" are recognized as text, not numbers. My question is - how do I put a null value into a cell that also registers as a number for filters? "" is not working....thanks all
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
You could set the formatting for the column so that cells that have 0 values appear blank.
 
Upvote 0
It is likely your first cells in that columns have the "" value, which is text and the filter assumes that.
You have to fail-over to a value.
 
Upvote 0
"" is text, not value, that's why that is happening. I think Norrie's suggestion is probably the way to go.

Or, along the same lines, use Conditional Formatting to set the font color to be the same as the background color?
 
Upvote 0

Forum statistics

Threads
1,216,099
Messages
6,128,819
Members
449,469
Latest member
Kingwi11y

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