Forum

Notifications
Clear all

How to input Dynamic Array or Spilled Range Result into new Table.

3 Posts
2 Users
0 Reactions
678 Views
(@tlyqtyl)
Posts: 21
Eminent Member
Topic starter
 

Hello All,

When we use Dynamic Array in Excel 365 or Excel 2021, how to input the result into new table?

 

For Instance, in attached Sheet, I have 2 Excel Tables. After I set some 'Status' in the first table, I can easily to get a list by Dynamic Array Function as list showed below the first table. But since I want to add some new data by Data Validation like "Priority' in the 2nd table, how to get a dynamic list in 2nd table in 'Item' or get a dymaic series by SEQUENCES in 'Num' in the second table?

 
Posted : 06/01/2022 6:17 am
(@mynda)
Posts: 4761
Member Admin
 

Dynamic Array functions do not work inside Tables. Remove the Table formatting and use regular cells when working with dynamic arrays.

You can use this formula to return the Num and Item values: 

=FILTER(CHOOSE({1,2},tblBasicPotato[Series],tblBasicPotato[Potato Item]),tblBasicPotato[Series]<>"")

As explained in this FILTER function tutorial.

Mynda

 
Posted : 06/01/2022 8:09 pm
(@tlyqtyl)
Posts: 21
Eminent Member
Topic starter
 

Thanks a lot. Mynda.

 
Posted : 06/01/2022 11:17 pm
Share: