Issue with FILTER function

missingsc

New Member
Joined
Mar 14, 2024
Messages
27
Office Version
  1. 365
Platform
  1. Windows
  2. Web
I'm having an issue with a FILTER function that is just sending back a value of #N/A and the error help obviously doesn't say too much. Hoping someone here can help.

My formula is
=FILTER(TimetrackedLogs!$A$2:$N$200000,TimetrackedLogs!$N$2:$N$200000="my_value","No results")

Column N in the TimetrackedLogs sheet has a formula in it to calculate its value. However, for testing I've also replaced that formula with a literal value and get the same #N/A result from the FILTER function. Can anyone see what my issue here is with this formula? Happy to send in more data if needed.

Thank you!
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Please post sample data where you're encountering the issue.
 
Upvote 0
I suggest you also check whether you have a #N/A value anywhere in TimetrackedLogs!$N$2:$N$200000
 
Upvote 0
Solution
I suggest you also check whether you have a #N/A value anywhere in TimetrackedLogs!$N$2:$N$200000
This was the problem! By wrapping the formula in the TimetrackedLogs column N in an IFERROR function it fixed the problem. Thank you so much for the help!!!
 
Upvote 0

Forum statistics

Threads
1,226,362
Messages
6,190,525
Members
453,611
Latest member
JRM59

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