Count number of resources assigned and display the resource allocation%
Is there a way to:
(1) count the number of resources in the [Assigned To]
(2) duplicate the allocation % based on the number of resources counted from the [Assigned To]
Please see example below.
Thanks.
Best Answer
-
It's working with the following.
=IF(Type80 = 1, JOIN([Planned Hrs]80 + "| " ), IF(Type80 = 2, JOIN([Planned Hrs]80 + "| " + [Planned Hrs]80), IF(Type80 = 3, JOIN([Planned Hrs]80 + "| " + [Planned Hrs]80+ "| " + [Planned Hrs]80))))
Case closed.
Answers
-
Something like this in excel.
-
Explored some formula with IF and Join, It works when it's one scenario, but it doesnt seem to work when its for multiple scenarios. =(
=IF(([# of resources]82) = 1, JOIN(([Hrs allocated]82 + "| "))). -> works
=IF(([# of resources]81) = 2, JOIN(([Hrs allocated]81 + "| " + [Hrs allocated]81))) -> works
=IF(([# of resources]83) = 3, JOIN(([Hrs allocated]83 + "| " + [Hrs allocated]83 + "| " + [Hrs allocated]83))) -> works
=IF((Type80) = 1, JOIN(([Planned Hrs]80 + "| " ))), IF((Type80) = 2, JOIN(([Planned Hrs]80 + "| " + [Planned Hrs]80))), IF((Type80) = 3, JOIN(([Planned Hrs]80 + "| " + [Planned Hrs]80+ "| " + [Planned Hrs]80))). -> doesnt work.
-
It's working with the following.
=IF(Type80 = 1, JOIN([Planned Hrs]80 + "| " ), IF(Type80 = 2, JOIN([Planned Hrs]80 + "| " + [Planned Hrs]80), IF(Type80 = 3, JOIN([Planned Hrs]80 + "| " + [Planned Hrs]80+ "| " + [Planned Hrs]80))))
Case closed.
-
Hi @Jean Kim
Glad you got it working!
Be safe and have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Please help the Community by marking your post with the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!