Adding Resume Scores
Hello- I'm trying to find a formula that will help me get a total from resumes scores ranging from 0-3, note that they are in a multiple drop-down format, please see below:
Best Answer
-
Hi @Eric Gutierrez ,
The column property Dropdown (Multi-Select) is causing your problem. Change the columns to Dropdown (Single Select) and then the formula from @Dan W. will work. I'd make a small adjustment and add an IFERROR.
=IFERROR([Customer Service Experience]@row + [Technology Proficiency]@row + [Multitasking and Attn. to Detail]@row),"Error")
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
Hello,
In the [Resume Score] cell try the following formula:
=[Customer Service Experience]@row + [Technology Proficiency]@row + [Multitasking and Attn. to Detail]@row
Then apply it to the entire column by right clicking on the cell and select Convert to Column Formula.
-
That didn't work, @Mark Cronk would you be able to assist?
-
Hi @Eric Gutierrez ,
The column property Dropdown (Multi-Select) is causing your problem. Change the columns to Dropdown (Single Select) and then the formula from @Dan W. will work. I'd make a small adjustment and add an IFERROR.
=IFERROR([Customer Service Experience]@row + [Technology Proficiency]@row + [Multitasking and Attn. to Detail]@row),"Error")
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Thanks! @Mark Cronk so the formula didn't work for some reason, but the changing the drop-down from multiple to single allowed me to enter @Mark Cronk =SUM([Customer Service Experience]@row:[Multitasking and Attn. to Detail]@row) which did work.
-
Glad you got a solutions. Thanks for using the Community.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!