Hi folks,
I can use some help on a macro.
Data will be pasted into this file into A2:J, and I need a macro to:
1. Remove all rows where value in column H is 3 or higher.
2. Count or CountA column H for each unique 'Learner' name in column A. (do not subtotal attempts)
3. Output list of learners and their counts on another tab. Column A should be titled "Learner", and column B should be titled "Number of Courses Completed in 2 or Less Attempts".
4. Initial sort on output should be A-Z by 'Learner" column A.
The output on the new tab should be like this:
Learner Number of Courses Completed in 2 or Less Attempts
Learner A 16
Learner B 10
etc...
Total Learners Total Number of Courses Completed in 2 or Less Attempts
60 350
Anybody able to help me with this?
Best,
Vince
I can use some help on a macro.
Data will be pasted into this file into A2:J, and I need a macro to:
1. Remove all rows where value in column H is 3 or higher.
2. Count or CountA column H for each unique 'Learner' name in column A. (do not subtotal attempts)
3. Output list of learners and their counts on another tab. Column A should be titled "Learner", and column B should be titled "Number of Courses Completed in 2 or Less Attempts".
4. Initial sort on output should be A-Z by 'Learner" column A.
The output on the new tab should be like this:
Learner Number of Courses Completed in 2 or Less Attempts
Learner A 16
Learner B 10
etc...
Total Learners Total Number of Courses Completed in 2 or Less Attempts
60 350
Anybody able to help me with this?
Best,
Vince