adding 1 to a time (cross mid night)

lezawang

Well-known Member
Joined
Mar 27, 2016
Messages
1,805
Office Version
  1. 2016
Platform
  1. Windows
Hi
I was watching a video on how to subtract 1:00 am from 11:00 pm (cross midnight). So the author added 1 to the am time and then subtract it from 11:00 pm.

Before adding 1 to 1:00 am, if I click on that cell I see in the formula bar

1:00:00 AM

when I add 1, see

01/01/1900 1:00:00 AM

My questions

1) What is the idea behind adding 1?
2) Why after adding 1, the formula bar showing 01/01/1900 1:00:00 AM (date and time)? what does 1/1/1900 means?

Thank you very much. The link to the video is below:

https://www.youtube.com/watch?v=pEamL2vgXus&list=PLsYjn_fAfG42S1JmTFr7B5eTQRvm5w3sF&index=126
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Time is a decimal less than 1
Dates are integers
Adding 1 to a time is adding one day to it - which is what happens when midnight is crossed

Try this..
In A1 enter formula
=NOW()
In A2
=A1+1
In A3
=A1+1.5
 
Upvote 0
Adding 1 is an outdated method, somebody discovered that =MOD(B1-A1,1) works just as well.
(A1 contains start time, B1 contains end time).
 
Upvote 0

Forum statistics

Threads
1,213,543
Messages
6,114,237
Members
448,555
Latest member
RobertJones1986

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top