Forum Discussion

MLHansen's avatar
MLHansen
Copper Contributor
Mar 04, 2020
Solved

Excel using Unique() and Formula Auto-FIll

Hello Everyone,   I am using Unique on a table of about 10,000 entries. It returns a list and I want to then perform sumproducts and other functions against this list of unique values. This solutio...
  • SergeiBaklan's avatar
    Mar 04, 2020

    MLHansen 

    As variant two spills

    left

    =UNIQUE(Table1[[Fruit ]])

    right

    =SUMIFS(Table1[[ Qty]],Table1[[Fruit ]],UNIQUE(Table1[[Fruit ]]))

Resources