Hello,
I am trying to resolve a formula to calculate a total score in a form for weighted values based on selected criteria. It works in excel when I create a table but not working in smartsheet form and getting #unparseable error. I have 5 criteria each with 5 option to select from. Each option returns a weighted value to adjust the score based on what is selected. Here is the formula I am using in excel that works but without table will not work in Smartsheet:
=IF(Table1[@Compliance]="",0,LEFT(Table1[@Compliance],1)*4+LEFT(Table1[@[Business Strategy]],1)*4+LEFT(Table1[@[Hard Cost Savings]],1)*5+LEFT(Table1[@[IT Strategy]],1)*4+LEFT(Table1[@[Revenue Generated]],1)*6)
Here are the criteria and options:
Here are the values of the options:
Any ideas or suggestions would be greatly appreciated.
Thx,
Jeff