FILTER Function on selected criteria

GMC The Macro Man

Board Regular
Joined
Mar 23, 2023
Messages
64
Office Version
  1. 2021
Platform
  1. Windows
Hi there, could someone help me resolve an issue with the =FILTER function. (Apologies, i cannot upload the spreadsheet as I am working within my clients environment).
I have a large data sheet (Table1) with approx. 80k rows and I use normal column filters to break this down to the specific range of data that I want to analyse.
On another sheet I use the Excel Filter Function formula below, that will look at the "Keyword" that I've entered in cell A3 and this should return the data that meets this criteria from the FILTERED sheet however it actually brings back ALL the data that meets the Keyword. (So it's actually bringing back the hidden rows as well). From the formula below, can anyone see where I am going wrong
I'm using the CHOOSE function to only bring back certain Columns
=FILTER(CHOOSE({1,2,3,4},Table1[Document],Table1[UserName],Table1[Date],Table1[Time]),Table1[Owner]=A3)

Thanks as always
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
can anyone see where I am going wrong
You're not, the formula is doing exactly what it's meant to do.
If you only want the visible I would suggest using a helper column with
Excel Formula:
=subtotal(103,Table1[Document])
and then ad an extra criteria to your filter which looks at the helper & filters out 0s
 
Upvote 0

Forum statistics

Threads
1,215,137
Messages
6,123,252
Members
449,093
Latest member
Vincent Khandagale

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