Im trying to figure out how to count overtime hours in a calendar year with a basic countif forumal if possible. I'm tracking hours by initals of employees. for example John Smith (JS) worked 3 hours OT on Thursday. So on Thursday i type in LS=3 for my reference. OT ranges from 1-8 in a day. and i want to count all the hours that person did in that month. for example
Monday 1st | Tuesday 2nd | Wednesday3rd | Thursday 4th | Friday 5th | Saturday 6th | Sunday 7th |
JS=3 | JS=7 | JS=2 | JS=1 | JS=3.5 | JS=.5 | JS=4 |
GB=1 | GB=2 | GB=4 | GB=2 | GB=2 | GB=3 | GB=3 |