Filter not working for #NAME error

bobby_smith

Board Regular
Joined
Apr 16, 2014
Messages
90
Hi Guys,

I'm currently experiencing a strange situation when I filter a column for #NAME it returns blank lines. The item is in the column but for some reason the filter is not returning it. You can also see in the filter drop down.

My current workaround was to use find and replace and replace all #NAME with another word and then the filter works.

I'm trying to avoid having to do this each time.

Thanks in advance.
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Set the filter to Equals #NAME ?
If you select it from the dropdown list it will filter for #NAME ~? which doesn't work.
 
Upvote 0
A question mark is used as a wildcard so when looking for a value that contains ? you need to precede it with ~, otherwise Xl thinks you're using it as a wildcard.
So when you set the filter from the dropdown it very helpfully adds the ~. Unfortunately as you are working with an error message that doesn't work.
 
Upvote 0

Forum statistics

Threads
1,215,217
Messages
6,123,675
Members
449,116
Latest member
HypnoFant

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