I have a sheet with Name, Shift, and four columns for four classes. The four classes just have dates entered for the date each person completed the class. Shifts are "Days", "Swings", "Graves". In my example I have 5 people, 2 on days, 1 on swings, 2 on graves. (see pic). I want to COUNTA or COUNTBLANK the entire range of classes and dates only column(Shift) equals say "Days". So for this example I have to people on Days. One has 2 of 4 classes completed, one has 1 of four classes completed. I'm looking for a total of 3. I'm looking to count from the range of all the classes for all the staff in case someone sorts by name or shift, so I don't want a static range. I started out with
=IF(D:D="Days",COUNTA($E$10:$H$14))
and
=IF(D:D="Days",COUNTA(E10:H14))
I either get a "False" or the total number of the range E10:H14 when I only want to count the rows that have a specific Shift name.
Bookmarks