I'm trying to utilize a spreadsheet which our production analysts compile regarding actual hours worked of production staff. There are hundreds of rows and 20-30 columns of data, all in one of the following formats:
#A #
A #
#
where 'A' represents a text letter (either 'a', or 'b') signifying "After" or "Before". They utilize this format to track the regular hours worked (first number) and overtime hours worked (the number following the text character). For example:
12a 6 = 12 regular hours, and 6 overtime hours after their regular shift
b 7 = 7 overtime hours before their regular shift
24 = 24 regular hours
I need to convert these cells into only numbers. I'm not interested in breaking out overtime. For example, I need to see:
12a 6 = 18
b 7 = 7
24 = 24
Is there an easy way that I can swap these out? This is a monthly exercise which I will need to do, and it is so time consuming doing one at a time! (or even several at a time if I do a find, replace).
Thanks!
Bookmarks