Hello All,
I am new to Alteryx and I am trying to get the weighted Average handle Time in Alteryx by call handle.
In Excel my Formula is =(Average Handle Time/60*60)*Call Handle
Example (00:17:55 / 60 * 60) * 1 = 0.0124421 which is 00:17:55
(00:14:20 / 60 * 60) * 1 = 0.0190074 which is 00:28:40
I want to take in account the amount calls handle in each row of my data. Not sure what route to take to then get the correct total new average handle time column.
I attached sample of my data with the results WHAT in column 3 of my excel file.