Project Manager's Rolled up % allocation using metrics sheet
Hi there, looking for help from this group.
We currently have a master sheet where all projects live (1 row per project) and have a column for the project manager's name and a column with their manually entered allocation in percentage per project.
I would like to be able to have a metric sheet that would be able to calculate the total percentage per project manager from the allocation percentage column and allow me to show the allocation in a dashboard from a report.
I know this is probably super simple but I just can't seem to get it working.
Please help!
Answers
-
Are you able to provide a screenshot of what you are working with as well as a screenshot of some manually entered data that reflects what you would want the outcome of the formula to be?
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
Hi Paul thanks for this.
So here are the columns I have
With phase of the project, the PM and the time they are manually adding in as a percentage.
Here is the result I want
So the first column shows the PM name, 2nd percentage of total allocation of each project and the other columns count how many projects the PM has in each phase with a total at the end.
Please help! (It's probably really easy but the new metric sheets twist my melon)
-
Ok. For the Allocation, try this...
=SUMIFS({Data Sheet PM % Alloc Column}, {Data Sheet PM Column}, FIND(Label@row, @cell) > 0)
For the counts you would use something along the lines of this but change the bold text as needed to cover each of the different phases:
=COUNTIFS({Data Sheet Phase Column}, @cell = "Execution", {Data Sheet PM Column}, FIND(Label@row, @cell) > 0)
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
Both showing unparseable.
=SUMIFS({ME - GLOBAL PORTFOLIO Range 1}}, {{Project Manager}}, FIND(Label@row, @cell) > 0)
=COUNTIFS({{Project Status}}, @cell = "Execution", {{Project Manager}}, FIND(Label@row, @cell) > 0)
-
You should only have one set of curly brackets around each of the {Cross Sheet References}.
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
Argh!
SO obvious!
It works, thank you so much Paul, legend!
-
Happy to help. 👍️
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!