Hi All, I tried a nested IF AND & IF OR formula but it is showing as #UNPARSEABLE error. pls help.

Below is the formula I am using.

=VALUE(IFERROR (IF(AND(Level@row = 1, (IF (OR(column@row = "Test 1o1", column@row = "Test 2 of 1",column@row = "Test 3 of 1", "31"),(IF (OR(column@row = "Test 1o1", column@row = "Test 2 of 1",column@row = "Test 3 of 1", "41"),(IF (OR(column@row = "Test 1o1", column@row = "Test 2 of 1",column@row = "Test 3 of 1", 55"),))))))), IF(AND(Level@row = 1, column@row = "Test 2"), "17", IF(AND(Level@row = 2, column@row = "Test 2"), "22", IF(AND(Level@row = 3, column@row = "Test 2"), "30")))))), ""))


Thanks for the help!

Tags:

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!