Hi all. long time reader first time poster.
I am trying to automate the calculation of my time sheet using Excel.
We currently use excel and it is very labour intensive, inserting all cell data (dates, times, etc) manually.
My design details are:
Start time varies from day to day
Time is entered in 24hrs (eg: 8am start is 800) (the 0 is omitted, not necessary)
30 mins for lunch each day
8hrs work each day
Finish time = Start time + 30mins lunch + 8hrs work
eg: Start 0800, + 30mins lunch + 8hrs work = 1630 finish time
I have this formula worked out which works well for round numbers (eg full hours, or half hour starts)
Add 830 to start time, but it only works for 0800, 0815, 0830 start times. as soon as i enter 0845 it goes crazy!
eg: 0745 (7.45am), the result would be 0745+30+800=1675 which is not a real time, the real answer should be 1715 (5.15pm)
I have tried calculating it using "time" instead of a number, but it gets messy involving fractions of numbers and i would rather avoid that.
I think I need an IF formula, IF answer ends in 75 then, add 45 to overall number. Will that work?
Can someone please help to construct an IF statement for me.
I am trying to automate the calculation of my time sheet using Excel.
We currently use excel and it is very labour intensive, inserting all cell data (dates, times, etc) manually.
My design details are:
Start time varies from day to day
Time is entered in 24hrs (eg: 8am start is 800) (the 0 is omitted, not necessary)
30 mins for lunch each day
8hrs work each day
Finish time = Start time + 30mins lunch + 8hrs work
eg: Start 0800, + 30mins lunch + 8hrs work = 1630 finish time
I have this formula worked out which works well for round numbers (eg full hours, or half hour starts)
Add 830 to start time, but it only works for 0800, 0815, 0830 start times. as soon as i enter 0845 it goes crazy!
eg: 0745 (7.45am), the result would be 0745+30+800=1675 which is not a real time, the real answer should be 1715 (5.15pm)
I have tried calculating it using "time" instead of a number, but it gets messy involving fractions of numbers and i would rather avoid that.
I think I need an IF formula, IF answer ends in 75 then, add 45 to overall number. Will that work?
Can someone please help to construct an IF statement for me.