rwwall
New member
- Joined
- Apr 29, 2024
- Messages
- 5
- Reaction score
- 0
- Points
- 1
- Excel Version(s)
- version 2402
Hello,
I am trying to automate my workbook so that it will count all of a commercial drivers violations so that we can get an accurate Fatigue/form and manner violation rate for the company I work for.
The attached workbook has two sheet tabs (Jan and Driver summary).
I am able to get the occurrences to add from the Jan sheet to the summary sheet, however, it is only counting a single occurrence. I need assistance to figure out what formula is needed to count the "1's" from the January tab for that specific violation. It needs to count the 1's across only.
Located on the summary tab there are two sets of formulae. One counts the number of Missing, Major and F&M (yearly total). The other calculation is the specific type of violation which will be used in the FMVR.
The current formula is: =SUMPRODUCT(COUNTIF(INDIRECT("'"&{"January"}&"'!F5:F33"),"*Violation name type*"))
I am trying to automate my workbook so that it will count all of a commercial drivers violations so that we can get an accurate Fatigue/form and manner violation rate for the company I work for.
The attached workbook has two sheet tabs (Jan and Driver summary).
I am able to get the occurrences to add from the Jan sheet to the summary sheet, however, it is only counting a single occurrence. I need assistance to figure out what formula is needed to count the "1's" from the January tab for that specific violation. It needs to count the 1's across only.
Located on the summary tab there are two sets of formulae. One counts the number of Missing, Major and F&M (yearly total). The other calculation is the specific type of violation which will be used in the FMVR.
The current formula is: =SUMPRODUCT(COUNTIF(INDIRECT("'"&{"January"}&"'!F5:F33"),"*Violation name type*"))
Attachments
Last edited: