I am using an IF formula in a Total column
Column A
A) Option 1
B) Option 2
Total Column
= IF ([Column A]@row = "A) Option 1" , "3", IF([Column A]@row = "B) Option 2" , "5"))
- I am getting error, as ) is prematurely closing out the computation.
Any help is much appreciated.
Thank you,
Deepthi