Forum Discussion

bo_afk's avatar
bo_afk
Post Patron
7 years ago
Solved

Sum by multiple columns

Hi,   I have some stock data that shows products sent out and products returned, along with return reasons (row 2,3,4). I also have numbers for those sent out but not returned (row 1).    What I ...
  • Baskar's avatar
    Baskar
    7 years ago

    Cool try this 

     

    Percentage = SUM(Com1[Return])/CALCULATE(SUM(Com1[Out]),ALLEXCEPT(Com1,Com1[Cat4]))