![]() |
What formula can i use to add time?
example Punch in 6:45AM , Punch out 5:30PM
What formula can I use to add the total time worked by quarter hours? like 10.45 |
What formula can i use to add time?
That works only with side by side cells. not with two blank cells in between
for lunch in and lunch out. But it didn't work until I entered a negative 24, like =(B1-A1)*-12 Then it does give you the correct hours. Thanks I learned something new, but can it be done with two cells between. Or even with lunch in and lunch out times in between? "Teethless mama" wrote: A1: start time B1: end time =(B1-A1)*24 "lili" wrote: example Punch in 6:45AM , Punch out 5:30PM What formula can I use to add the total time worked by quarter hours? like 10.45 |
What formula can i use to add time?
To me, you are subtracting times, not adding them. If 5:30pm is in B1, and
6:45am is in A1, the difference between these two is: =b1-a1 Format the result as a time, and you'll get 10:45 If you want the result in decimal hours, multiply by 24 (because Excel stores times as fractions of a day), as in: =(b1-a1)*24 Format as a number, and you'll get 10.75 -- Regards, Fred "lili" wrote in message ... example Punch in 6:45AM , Punch out 5:30PM What formula can I use to add the total time worked by quarter hours? like 10.45 |
What formula can i use to add time?
A1: start time
B1: end time =(B1-A1)*24 "lili" wrote: example Punch in 6:45AM , Punch out 5:30PM What formula can I use to add the total time worked by quarter hours? like 10.45 |
What formula can i use to add time?
This does not work from PM to AM
"Fred Smith" wrote: To me, you are subtracting times, not adding them. If 5:30pm is in B1, and 6:45am is in A1, the difference between these two is: =b1-a1 Format the result as a time, and you'll get 10:45 If you want the result in decimal hours, multiply by 24 (because Excel stores times as fractions of a day), as in: =(b1-a1)*24 Format as a number, and you'll get 10.75 -- Regards, Fred "lili" wrote in message ... example Punch in 6:45AM , Punch out 5:30PM What formula can I use to add the total time worked by quarter hours? like 10.45 |
What formula can i use to add time?
Put a space before the AM or PM.
5:30 pm is in B1, and 6:45 am in A1 =B1-A1 format as h:mm, or as [h]:mm if you're going to need to sum values beyong 24 hours. -- David Biddulph "lili" wrote in message ... This does not work from PM to AM "Fred Smith" wrote: To me, you are subtracting times, not adding them. If 5:30pm is in B1, and 6:45am is in A1, the difference between these two is: =b1-a1 Format the result as a time, and you'll get 10:45 If you want the result in decimal hours, multiply by 24 (because Excel stores times as fractions of a day), as in: =(b1-a1)*24 Format as a number, and you'll get 10.75 -- Regards, Fred "lili" wrote in message ... example Punch in 6:45AM , Punch out 5:30PM What formula can I use to add the total time worked by quarter hours? like 10.45 |
All times are GMT +1. The time now is 01:49 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com