I am trying to use a form to allow the submitter to make predefined selections and to score their responses bases on predefined numbers within their selection. Below is an example of how I formatted the selections the form has for one of the columns. The numbers in "quotes" are the score for the response. I'm hoping to use a formula to capture the value within the quotes and sum them together - for final score.
This is a formula I was able to put together but it doesn't work. Not sure if I am on the right track at all.
=SUMIFS([Project Cost]@row:[Solution Complexity]@row, [Project Cost]@row:[Solution Complexity]@row, <=3,])