Hi All,
I wanted to use a guideline provided by UiPath related with Detailed assessment KPIs.
Base on one example can you please assist me to understand how to make calculation and how to read results
Benefit per company (hours saved/year)
round(HOURS_PER_YEAR*AUTOMATION_POTENTIAL/100,0)
where
Total time needed to perform the work - AS IS → HOURS_PER_YEAR
and
Automation Potential → AUTOMATION_POTENTIAL
Now let say
HOURS_PER_YEAR = 283 , 1024
AUTOMATION_POTENTIAL = 98% , 99%
Should I do
=ROUND(283 x 98%/100,0) = 3
=ROUND(1024 x 99%/100,0) = 10
the results are 10 and 3 so should I assume that when I have a higher number automation potential is just better? And do I have a good calculation?
Thank you