Hello Excel comunity,
I started playing with dynamic arrays to replace PivotTables. It s working well but I am struggling to order the data in the way I need.
I wonder if is possible to make this Dynamic Array table without using the Auxiliar Table.
Here is an example:
Formulas:
1)=UNIQUE(Data[Customer])
2)=SUMIF(Data[Customer],D4#,Data[Amount])
3)=SORTBY(D4#,E4#,-1)
4)=SUMIF(Data[Customer],D14#,Data[Amount])
Thanks,
Nicolas.
I started playing with dynamic arrays to replace PivotTables. It s working well but I am struggling to order the data in the way I need.
I wonder if is possible to make this Dynamic Array table without using the Auxiliar Table.
Here is an example:
Formulas:
1)=UNIQUE(Data[Customer])
2)=SUMIF(Data[Customer],D4#,Data[Amount])
3)=SORTBY(D4#,E4#,-1)
4)=SUMIF(Data[Customer],D14#,Data[Amount])
Thanks,
Nicolas.