Hi Excel Gurus,
I need help with developing VBA code to get a CountIf summary statement from a table.
Requirements:
Thanks in advance.
cheers,
Ravi.
I need help with developing VBA code to get a CountIf summary statement from a table.
Requirements:
- I have some data in a table with Name and Activities the person is involved. (there might be multiple activities for one person). There are two tags for each activity - Priority (High, Medium) and Status (Completed, In progress, Started).
- This list is dynamic and keeps on modifying and extending and is available on a Locked worksheet in a locked workbook.
- Need to fetch unique names and activities list.
- And then fetch the count as in the summary table.
- Sample table and summary table are added to the excel file uploaded.
Thanks in advance.
cheers,
Ravi.