Yodelayheewho
Member
Is there a way for Dynamic Array formulas, i.e., Filter to play nicely with tables? If you look at the REPORT worksheet in the sample attached, you'll see Column A has the Filter, dynamic array formula outside of the table range of Columns B, C and D. This works perfectly, except you can't sort.
So, I created a second table in Columns G-J and entered the dynamic array in Column G, which throws a #SPILL! error.
I read that to avoid spill errors, you need to change from Explicit Cell References, i.e., =IFERROR(INDEX(STAGE,MATCH($A2,SHOPORDNO,0)),"") to Structured Cell References, i.e., =IFERROR(INDEX(MASTER[STAGE],MATCH($G2,MASTER[SHOP ORDER NUMBER],0)),""). So, I kept the Explicit Cell References in Columns B-D and the Structured Cell References in G-J. I'm still getting the #SPILL! error in Column G.
Thank you in advance!
So, I created a second table in Columns G-J and entered the dynamic array in Column G, which throws a #SPILL! error.
I read that to avoid spill errors, you need to change from Explicit Cell References, i.e., =IFERROR(INDEX(STAGE,MATCH($A2,SHOPORDNO,0)),"") to Structured Cell References, i.e., =IFERROR(INDEX(MASTER[STAGE],MATCH($G2,MASTER[SHOP ORDER NUMBER],0)),""). So, I kept the Explicit Cell References in Columns B-D and the Structured Cell References in G-J. I'm still getting the #SPILL! error in Column G.
Thank you in advance!
Attachments
-
153 KB Views: 4