FILTER function include argument limitations w

Nobes

New Member
Joined
Nov 24, 2018
Messages
5
Hello is it it possible to use a reference to a spilled array as the criteria in the include argument in the FILTER function ? Each time I try to do this it returns an N/A# error.
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
It is possible, but some additional details are needed to offer better assistance. Here is one example:
MrExcel_20230523.xlsx
ABCD
1Filtered ResultsSpilled Array Criteria
245ab1
32bd2
434cf3
51d4
645e
73f
813g
Sheet12
Cell Formulas
RangeFormula
C2:C4C2=FILTER(B2:B8,ISNUMBER(MATCH(A2:A8,D2#,0)))
D2:D5D2=SEQUENCE(4)
Dynamic array formulas.
 
Upvote 0

Forum statistics

Threads
1,215,433
Messages
6,124,863
Members
449,195
Latest member
MoonDancer

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