I am working on a spreadsheet for our fire department to track their calls. We need to track the runs by AM and PM as dispatched. I need to have a cell that looks at the time and place AM or PM in the cell. From Richard:
How about something like:
=IF(HOUR(A1)<12,"AM","PM")
This will put an "AM" or "PM" in your cell depending on the hour of A1.
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
Excel Forum.