adding an Array Function to a table

etaf

Well-known Member
Joined
Oct 24, 2012
Messages
8,314
Office Version
  1. 365
Platform
  1. MacOS
If i have a table in excel A1:C20 say
Then i add an array function , like say Filter(E2:G20,E2:E20="fred")
because in a table , it tries to copy the formula into each row - it gives a #spill error and where the filter range does not complete the entire table you get #calc errors
how do you get around that

perhaps add the formula first and then - insert table later
I know if you do not put the formula in after creating a table then the formula does NOT copy
found that yesterday with a different issue - of inserting rows in a table
Tried that and it still gives a #spill error


Book1
ABCDEFG
1Column1Column2Column3
2#SPILL!fred20100
3#SPILL!fred20100
4#SPILL!fred20100
5#SPILL!fred20100
6#SPILL!jon20100
7#SPILL!jill20100
8#SPILL!fred20100
9#SPILL!sally20100
10#SPILL!fred20100
11#CALC!
12#CALC!
13#CALC!
14#CALC!
15#CALC!
16#CALC!
17#CALC!
18#CALC!
19#CALC!
20#CALC!
21#CALC!
Sheet1
Cell Formulas
RangeFormula
A2:A21A2=FILTER(E2:G10,E2:E10="fred")
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
thanks that was exactly what i was after really , some sort of confirmation on "is not possible" or "how to do it"

i had looked through that webpage earlier , but its such small note i missed it
  1. You cannot use multi-cell array formulas in Excel tables.
Thanks,
 
Upvote 0

Forum statistics

Threads
1,215,084
Messages
6,123,024
Members
449,092
Latest member
ikke

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