How can I add a "percent staffed" calculation?
Hi everyone,
I have a sheet listing contractors that have been hired for specific projects. Is there an easy way to add a "percent staffed" calculation based on the positions listed for the project, and names of contractors that have been confirmed?
Thank you.
Answers
-
If you are trying to count multiple contacts in a single cell, something like this may be useful.
You can use this formula to count contractors, then divide by the number of positions. Then if you set that column to a percentage, you should be all set.
=IF([Column8]@row <> "", LEN([Column8]@row) - LEN(SUBSTITUTE([Column8]@row, ",", "")) + 1, 0)
Never mind the "Column8". I was using a test sheet to try this formula out.
Also, the "IF" function is just incase the cell is blank.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.2K Get Help
- 360 Global Discussions
- 199 Industry Talk
- 427 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!