Hello,
How may I find the SUM of multiple columns by using the SUM function and RIGHT function? I am collecting the data via a Smartsheet form and will need to email out the call center representative's score to their managers. I am getting #UNPARSEABLE as the result. Can someone help correct me?
A1, Customer satisfactionQ1: "Yes, 5"
B1, Customer satisfactionQ2: "Yes, 7"
C1, Customer satisfactionQ3: "Yes, 13"
D1, Customer satisfactionQ4: "No, 0"
E1, #UNPARSEABLE
=SUM(RIGHT([Customer satisfactionQ1]@row, 2),(RIGHT([Customer satisfactionQ2]@row, 2),(RIGHT([Customer satisfactionQ3]@row, 2)(RIGHT([Customer satisfactionQ3]@row, 2),(RIGHT([Customer satisfactionQ4]@row, 2)