Hi Team,
I am facing #UNPARSEABLE error in my smartsheet formula.
Below is my formula created in smartsheet which I would like to show logic as below:
- Influence High + Interest High = 90
- Influence High + Interest Low = 180
- Influence Low + Interest High = 180
- Influence Low + Interest Low = 365
=IF(AND([Influence (in terms of projected annual spend)]@row = "High", [Interest (engaging GS before supplier selection)]@row = "High"),"90", IF(AND([Influence (in terms of projected annual spend)]@row = "High", [Interest (engaging GS before supplier selection)]@row = "Low"),"180", IF(AND([Influence (in terms of projected annual spend)]@row = "Low", [Interest (engaging GS before supplier selection)]@row = "High"),"180","365))
Can you all help on where is the error in the formula?
Thanks.
Jacelyn Lok