Timesheet

G

Guest

Hi all

Ive got a timesheet woking now for my company but they are wanting me to add
2 more colums for flexi one for how much im in credit with flexi/overtime
over 37.5 hours and another colum saying if im in debit/ under hours worked
how can i get this to automatically put overtime or undertime straight into
the correct column.

Thanks
 
P

Paul Sheppard

Matt said:
Hi all

Ive got a timesheet woking now for my company but they are wanting me
to add
2 more colums for flexi one for how much im in credit with
flexi/overtime
over 37.5 hours and another colum saying if im in debit/ under hours
worked
how can i get this to automatically put overtime or undertime straight
into
the correct column.

Thanks

Hi Matt

Total Hours worked - 37.5 will give flexi/over as a plus and
flexi/under as a minus
 
G

Guest

Yes i know that but if its a minus figure at the end of a week how do i get
it to automatically go into a debit column or if im over go into a credit
column?
 
P

Paul Sheppard

Hi Matt

Sorry misunderstood your question

In the credit column try this > =IF(A2-37.5<=0,0,A2-37.5)

In the debit column try this > =IF(A2-37.5>=0,0,A2-37.5)

Where A2 is the cell reference for total hours worked, change to suit
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Showing negative hours 3
Timesheets 3
Time Sheet 8
Overtime Calculation 2
Employee Time Sheets? 5
Timesheet hours format not adding 2
Weekly Timesheet help 3
Creating a Complex Timesheet Record 1

Top