Need a Report Calculating Across Multiple Columns from Different Worksheets

mcgonma

New member
Joined
May 22, 2014
Messages
6
Reaction score
0
Points
0
In my workbook, I have four worksheets that I am trying to work through the following problem. Those sheets are "Stakeholder Roster", "County Roles", "Agency List" and "Roles By Agency Count".

"Stakeholder Roster" contains column with about 1100 employees within 30 Agencies. There are then 20 columns for which each row/stakeholder can be assign multiple roles from a drop-down list of ~65 roles.

In the sheet "Roles By Agency Count", the Agency list is in column B; the 65 roles are across row 2. On this worksheet, I want to have the intersection of an Agency and a Role tell me how many times a role was assigned within a particular Agency in the "Stakeholder Roster" sheet. The challenge is that in the "Stakeholder Roster" sheet, the same role may appear in various columns (i.e., role X is not always listed down one column for all users; user 1 may have role # in column L while user 2 may have role # assigned in column P)..

I will gladly share the file with anyone who would like to see it for more context.
 
He Mcgonma - can you pls share the file.. Thanks
 
If you add the countifs along with an ifelse formula, you could draw it out to work - another long way around it, but have used many times and works well (yeah, very similar to your idea vinod). You could also add it all to a Power Pivot data model, then calculate it all out there - have the data return into a table and it would work.
 
Back
Top