January 5, 2021
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?
July 16, 2010
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
Answers Post
1 Guest(s)