hi there. why is C3 showing 50? shouldn't it be 100? "Driver" worksheet in row 3 and 15 shows Abi Smith, Windscreen Incident Type, and Paid as Yes. if it's 100, then in B3:
=COUNTIFS(Driver!$C:$C,$B$1,Driver!$B:$B,$A3,Driver!$L:$L,"Yes")
C3:
=SUMIFS(Driver!$G:$G,Driver!$C:$C,$B$1,Driver!$B:$B,$A3,Driver!$L:$L,"Yes")
for the different Incident type, change the red portion accordingly
Bookmarks