Hello. I'm trying to add the hours in a schedule created in an excel spreadsheet. The information is formatted as "8am to 5pm" in each cell (varies of course depending in the individuals schedule). What I would like to do is translate anything with a "pm" into a 2400 format and then subtract the smaller number to get the total hours (ie 5pm becomes 1700, 8am becomes 800). I want to add up the hours of each day for the whole week but I think once I understand how to pull the hours per cell I can figure out how to do an array. Is there any suggestions for this?