I've tried finding a way to solve my problem, however I've only been able to find a solution for if the time is set up as something like 1:30 (which would be 1.5). Unfortunately, the times are collected as a text string, so that each entry is "x hour(s) x mins". I tried to find and replace the words individually, but that hasn't had any success (the word wont replace for some reason).
The other unfortunate part is that each field is not identical. If the contractor only worked 45 minutes, for example, it will say "45 mins", not "0 hours 45 min", so I can't do a consistent removal or substitute for each field because not every one says the same thing. What I have across fields is something like this;
If there is only 1 hour, it will say "hour", else it will say "hours"
If the work was less than 1 hour, there will only be "mins" and "hours" will not be present
If the work was an even amount of hours, it will only say "hours" and "mins" will not be present
So the fields are populated with an assortment of "hour" "hours" and "mins", making it hard for me to figure out how to remove them all, and convert it to a decimal place. Ultimately, I need 1 hour 30 min to = 1.5
Is there any way to do this short of editing each individual field? There are hundreds, and I have to do this bi-weekly, so I was really hoping there'd be a way.
Thanks in advance
Bookmarks