ValuationMan
New Member
- Joined
- Jun 30, 2017
- Messages
- 49
- Office Version
- 365
- Platform
- Windows
- MacOS
I really like using # to capture all of the cells in a spilled array. Let's say A1 contains the spilled array. I could easily do something like =COUNTIFS(array, A1#) and the COUNTIFS will do the formula for each of the cells in A1#. Is there someway to do that with filter? I'm trying to do something like =SUM( FILTER(Array, Array_Condition = A1#))