Hello, i'm looking for a cleaner way to use SUMIFS for multiple Tier structures.
My formula in the table is =SUMIFS(Table2[Quantity Sold],Table2[Quantity Sold],"<="&B2,Table2[Quantity Sold],">"&B1)
For Quantity sold, i am using =RANDBETWEEN(1,100000) just to fill the range of my dummy Tiers...