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
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!