View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Biff
 
Posts: n/a
Default Incorrect Am and Pm

Hi!

Take this simple test:

1:00

Is that 1:00 AM or 1:00 PM? Can't tell? Well, how is excel supposed to know?

13:00

I'll bet you can tell that is 1:00 PM

If you enter the time without the AM or PM on a 12hr clock it will default
to AM.

For your formula problem:

Hard to make a suggestion without knowing what the actual formula is. Maybe
something like this:

=IF(B1="","",your_formula))

Biff

"MrBlackForest" wrote in message
...
I have two columns say A and B. In these two columns I enter the time in
and
time out. Everything works fine till I reach 12:00 PM. Then for some
reason
excel forgets whether it is Am or Pm. Is there some way to get it to not
switch back to Am?
Second question: I also subtract the two columns to get a total time
spent
for each activity. If I have the start time entered in column A but no
end
time in column B I recieve an error message which throws off my running
totals. Can I fix it so that it will not run the total until I have
entered
a time in column B?
Thanks in advance,
Steve