AM Hours to PM Hours

R

Richard A.

I have a master spreadsheet that is populated from another
spreadhseet that is created and exported by an Access
database. The information in the Access database contains
information entered in by people on a web page that
requires them to enter a time sheet for each work week.

However, here lies my problem. On the web page, there are
fields specifically named AM Start, AM Stop, PM Start and
PM Stop. All a person has to do is enter 7:00 in the AM
Start field and 11:30 for the AM Stop field. The same
holds true when a person enters 12:30 for the PM Start and
5:00 for the PM Stop. As you can tell, I am having a time
problem when this information is exported to my first
spreadsheet that is linked to my master spreadsheet.

The master spreadsheet calculates the AM times correctly
(all I want to do is to find out how much is worked
between start and stop). But with the PM times, it
interprets the times entered as AM! For example, when a
person enters 1:00 for the PM Start time, Excel interprets
this as 1:00 AM! Doing research, the only way around this
is if people enter military time which is crazy!

How do I work around this problem? Are there any formulas
or some format I can apply to the cells that contain PM
Start and Stop times that will correctly compute my
times? Please help !!

Thanks a million.

Richard A.
 
N

Nick Hodge

Richard

If I understand you correctly, you can either have a formula (original PM
time in A1)

=A1+.5

Or you can copy .5 from a blank cell, copy the PM times and Edit>Paste
special..>Values+Add

..5 is equal to 12 hours
 
C

Cecilkumara Fernando

Richard,
This may be not a perfect solution, if the PMStart and PMStop are separate
columns you can add 12hrs or 0.5 to that columns
you can use pastespecial>Add for that
Cecil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

How to calculate hours? 6
AM and PM Time 1
Changing AM time to PM time 2
calculate difference in time to hours 4
Subtract Hours 5
convert AM/PM time to 24 hour time 1
I Need To Calculate Total Hours 3
AM-PM 6

Top