Hello everyone!
I'm trying to write formulas to help create visibility into a department's KPIs, which will eventually feed into a Dashboard. I'm fairly new to writing Smartsheet formulas and have been struggling.
I need to reference 2 main columns (Role M1 Actual & Role M1 Goal) in my formula to deposit the result in a 3rd column (Role M1 Error Rate).
I want the formula to calculate a basic % error rate along the lines of Actual / Goal x 100 = %, but so far every variation I've tried has returned #UNPARSEABLE. I'm sure I'm making at least one rookie mistake, but until I understand what I'm doing wrong it's difficult to progress further.
My latest formula attempt: =[(Auditor M1 Actual)/(Auditor M1 Goal)*100]
Does anyone have tips or guidance that could help me move forward? Thank you all for your time and assistance!
Edited to add -- Just tried new variation =([Auditor M1 Actual]:[Auditor M1 Actual] / [Auditor M1 Goal]:[Auditor M1 Goal] * 100) and got the #INVALID OPERATION result this time