Good Morning,
I have a sheet of data sorted by employee, I need to calculate the number of occurences by job id (example 27) and hours (7.5) the formula I have so far is as follows.
=COUNTIFS(Data!H:H,27,Data!F:F,"7.5")
This appears to work fine and counts all the instances that meet this...