I am looking for help to create a formula to do the following scenario. In let say cell B3 I want to be able to enter SDO + (a changing value) and be able to transfer it to another cell on the same sheet say B50.
For example an employee works their day off "SDO" which equals 8 hours of overtime but sometimes they work over the 8 hours thus would have to add the additional time which could vary from time to time.
So what I have done is use the formula =if(B3="SDO",8,0) which makes it to where the SDO inputed in B3 equals the 8 hour value but say the employee worked 9.45 hours how would I make it to where I can add the additional 1.45 hours to the 8 hours in B3 and make it come out to 9.45 in B50?
Bookmarks