Need_HelpFast
New Member
- Joined
- May 2, 2019
- Messages
- 1
I have a main worksheet that draws info from another worksheet called vacation. Vacation has the amount of vacation time in hours the employees get each year and also vacation carried over from previous year.
Main worksheet has 31 employees and their attendance for each month in 12 tabs (each month) when I put in their hours 1v to 7v (1 to 7 hrs vacation) it subtracts those hours from their total, v subtracts 8 hrs. I can't get it to recognize 15 minute increments. like an employee takes 30 minutes vacation which we normal write as .5v (1/2 hour vacation).
Current formula used is (=COUNTIF(B28:AF28,"V")+COUNTIF(B28:AF28,"7V")*7/8+COUNTIF(B28:AF28,"6V")*6/8+COUNTIF(B28:AF28,"5V")*5/8+COUNTIF(B28:AF28,"4V")/2+COUNTIF(B28:AF28,"3V")*3/8+COUNTIF(B28:AF28,"2V")*2/8+COUNTIF(B28:AF28,"1V")*1/8+COUNTIF(B28:AF28,"PH")
Main worksheet has 31 employees and their attendance for each month in 12 tabs (each month) when I put in their hours 1v to 7v (1 to 7 hrs vacation) it subtracts those hours from their total, v subtracts 8 hrs. I can't get it to recognize 15 minute increments. like an employee takes 30 minutes vacation which we normal write as .5v (1/2 hour vacation).
Current formula used is (=COUNTIF(B28:AF28,"V")+COUNTIF(B28:AF28,"7V")*7/8+COUNTIF(B28:AF28,"6V")*6/8+COUNTIF(B28:AF28,"5V")*5/8+COUNTIF(B28:AF28,"4V")/2+COUNTIF(B28:AF28,"3V")*3/8+COUNTIF(B28:AF28,"2V")*2/8+COUNTIF(B28:AF28,"1V")*1/8+COUNTIF(B28:AF28,"PH")