- NEW!
Help answer this question below.
make a formula to convert years to days and days to hours and hours to minutes then use subtraction.
Excel uses a simple real number (floating point) to track dates internally. The units are days, so if you take a date in excel and display it as a number, you'll see values like 32756.4245. That means 32756 days since 1/1/1900, and the ".4245" is the fraction of a day.
0.5 days is 12 hours, 0.25 days is 6 hours, and so forth.
This makes it easy to do math with dates -- just subtract the date values as numbers and tell Excel to represent the result cells as date/time.
What is the name of the man who came up with the DS?
by Answerbag Staff on May 14th, 2011
| 1 person likes this
What are some good online proxies with javascript enabled?
by yogozarfy on January 31st, 2012
| 1 person likes this
Can I change my address with the U.S. Postal Service online?
by Answerbag Staff on May 4th, 2011
| 1 person likes this
What is an index dat file?
by Answerbag Staff on May 4th, 2011
| 1 person likes this
For compatibility issues I need to re-code from ASCII 8 bits to 6 bits.
¿Anybody knows a way to perform the conversion?
More in description
by Crowsnest on February 3rd, 2012
| 1 person likes this
You're reading In Excel, how can I find the duration of an event when the start (date and) time and the end (date and) time are known?
Comments