I have the following formulas which work separately but how do I combine them. I would like to count all cells with a "D" & "N" between columns B & AJ but only for rows that contain worker1
Count rows with worker1 =COUNTIFS(A2:A100, "worker1")
count all shifts between column B & AJ =SUM(COUNTIF(B:AJ,{"D","N"}))
