mrsbrannon
Board Regular
- Joined
- Mar 7, 2018
- Messages
- 61
Hello all,
Here is what I am trying to accomplish - Auto populate overtime hours to another column. Here is the breakdown in writing -
IF what is in this cell is GREATER THAN 40, REMOVE the amount that is GREATER and MOVE it to another column.
I currently have a "REGULAR TIME" and "OVERTIME" column.
In the OT column I did "=IFERROR(IF([Regular Hours]>40,[Regular Hours]-40,""),"")
While is produces the correct number, I'm still left with the original hours worked in the REGULAR column (say 45), PLUS 5 hours in the OT column for a total of 50 hours.
Is there a way to have it remove those 5 hours and place it in the OT column?
Thanks!!!!!!!!
Here is what I am trying to accomplish - Auto populate overtime hours to another column. Here is the breakdown in writing -
IF what is in this cell is GREATER THAN 40, REMOVE the amount that is GREATER and MOVE it to another column.
I currently have a "REGULAR TIME" and "OVERTIME" column.
In the OT column I did "=IFERROR(IF([Regular Hours]>40,[Regular Hours]-40,""),"")
While is produces the correct number, I'm still left with the original hours worked in the REGULAR column (say 45), PLUS 5 hours in the OT column for a total of 50 hours.
Is there a way to have it remove those 5 hours and place it in the OT column?
Thanks!!!!!!!!