My time tracking app exports employee hours in the following format:
xxh yym
I'm looking for a way to convert this into a decimal number of hours. For example,
input(06h 30m)
return(6.5)
Can't figure out a way to do it on Google Sheets or Excel. I tried creating a new function but it's well beyond my ability. I have very little coding experience.
Thanks for any help!