Hi All
Please help to convert time into Numeric & in minutes. as in below table.
Hi @shahnawaz_khan
Please try attached solution. I have split Time to 3 columns [HH], [MM], [SS] and used in Formula :
Calculations:
Numeric2: [HH]+[MM]/60+[SS]/3600
Minutes2: ceil([HH]*60+[MM]+[SS]/60)
Hope that it will help.
Best regards,
Sebastian
This might help: Convert time to decimals - Alteryx Community
Other possibilities:
Dose this solution works? If yes, please tag my response as Solved.
Thanks,