I’m trying to use COUNTIF to count the number of specific characters in set of a row
I have a section of a table above that I’d like to create a separate table to count the number of “H” I have for each individual within the range of columns that have “Jan” or “1”.
I can easily do a COUNTIF function and highlight the row for each day in “Jan” and tally up the number of times, say “H” shows up for a specific individual and copy that function to each individual. However, I want to be able to lookup the name of an individual and perform the count for that individual within all the columns that have “Jan”
I don’t know if that is a nested COUNTIF, VLOOKUP, HLOOKUP or some other way of doing it but I can’t make a function that will work. Can anyone help?