Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Division by categories

  Hello guys, I would like to do the following division:  Avg Call length equal to ("Engage Time" plus "Wrap Time") divide "Accepted" Yet my calculated result seems wrong as the table below
  • Anonymous's avatar
    Anonymous
    6 years ago

    Anonymous ,

     

     

     

     

    Call Length = DIVIDE([Total Engage Time] + [Total Wrap Time] , SUM(Table9[Accepted]))
     
    Total Engage Time = SUM(Table9[Engage Time])
     
    Total Wrap Time = SUM(Table9[Wrap Time])
     
     
    Regards,
    HN