COUNTIF looking at two columns and 13 facts

johnandbeth

Board Regular
Joined
Apr 8, 2002
Messages
168
I want to automate something I do manually that takes a long time. I have a spreadsheet with training course data. I need to countif (I think) and show learner name (column B) who have "completed" (column F) a list of 13 courses (column G). I have the names of the 13 courses as they show in the spreadsheet. Right now, I do a subtotal and then if the learner name shows that they are in the spreadsheet 13 times or more, I check to see if they have all of the courses in the program showing as completed. It is very manual and subject to human error. Is there a way to do this with a function in Excel?
Thanks!
 
Last edited:

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
This might be easy or hard depending on the data you're working with.
Is the data just an export of all completed courses (1 record per user and course?).
Does this data include extra records? Such as perhaps incomplete courses or completed courses for those other than the 13 of interest?

I'd probably use a pivot table here, which would give you a quick count of courses per user. Select range and do an Insert>Pivot Table.

A helper formula column might also be useful in an adjacent field to your base export. For example you could list the 13 courses somewhere and use a countif "=COUNTIF(My13Courses,G2)", which would flag a 0 or 1 if the course name shows up in your manual list. A similar helper column could also be used if you're only interested in viewing results for a manual list of specific learner names.

HTH
 
Upvote 0
Thank you for the reply HTH. My concern is yes, there are other course status on the spreadsheet (registered, in-progress). So we would want the tracking to filter out these to just status of completed and look for a specific group of courses, not just any 13. There are 32 courses in the program and I want to look for specific courses that show a person completed a specific level or levels. I need the function to actually look for four different groups of courses and provide the names of the people who show completed for the entire group of courses. I hope this makes sense.
Thanks!
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,695
Members
448,979
Latest member
DET4492

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top