Array Formula #UNPARSEABLE
I am trying to utilize an array formula in order to calculate a net "score" based on a combination of selected responses in a Smartsheet form. Essentially: Based on pre-assigned values (1, 2, or 3) for each selectable response, I'd like the form to auto-calculate the cumulative value based on the combination of responses selected.
Using the following formula in Excel seemed to work, however it gives me #UNPARSEABLE in Smartsheet.
Each response is assigned a value on a reference sheet (Figure A)
In this example, all possible responses are selected (Figure B)
Therefore, I would expect a cumulative calculated score of "21" (Figure C)
However, I am currently getting #UNPARSEABLE using the following formula:
=SUM(IF(ISNUMBER(SEARCH({Impact Options Range 1},[Impact]@row,@cell)),{Impact Options Range 2}))
- Range 1 = Response options
- Range 2 = Numerical value assigned to the response (1, 2, or 3)
Best Answer
-
Hi @hongliuw ,
Please try with =SUMIF({Impact Options Range 1}, HAS(Impact@row, @cell), {Impact Options Range 2}) on your Impact Score Column.
I hope this can be of help
Cheers!
Julio
Answers
-
Hi @hongliuw ,
Please try with =SUMIF({Impact Options Range 1}, HAS(Impact@row, @cell), {Impact Options Range 2}) on your Impact Score Column.
I hope this can be of help
Cheers!
Julio
-
That worked - thanks so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!