G'day, thanks for reading.
ok here is my problem. I have a timetable in excel which I am counting the hours for cells in the right hand side under categories. I am attempting to combine different types into single counts.
I have been having trouble and have thought about using the following statement however it is not working
Where am I going wrong?
ok here is my problem. I have a timetable in excel which I am counting the hours for cells in the right hand side under categories. I am attempting to combine different types into single counts.
I have been having trouble and have thought about using the following statement however it is not working
Code:
=COUNTIFS(B3:H22,"*Quiz*",B3:H22,"*Test*",B3:H22,"*Assessment*")
Comment