Forum Discussion
MichelleO
Mar 30, 2022Copper Contributor
Create two lists
Hello, I am trying to figure out an automatic formula in excel to replace a pivot table. I have a table/array of data that includes multitude of information. From that raw data, I have a dro...
- Mar 31, 2022
Hi MichelleO
Not sure why I didn't think about this easier option first. A simple SUMIFS does it instead of the MAKEARRAY option I posted yesterday. With the same setup
in G5:
=SUMIFS(Table1[Qty], Table1[Kind],F5#, Table1[Name],G4#)