IF AND OR Formula Help

Hello!

We are building a questionnaire that shows the results of a leadership style. The formula that we are trying is:

=IF([Total Value - Even]@row >= 10, IF([Total Value - Odd]@row >= 10, "Coaching", IF([Total Value - Even]@row >= 10, IF([Total Value - Odd]@row <= 9, "Directing", IF([Total Value - Even]@row <= 9, IF([Total Value - Odd]@row <= 9, "Entrusting", IF([Total Value - Even]@row <= 9, IF([Total Value - Odd]@row >= 10, "Supporting", "0"))))))))


The second half works by itself, but not with the first half because of duplicate statements. Here is the sheet:



I have summed the responses in the "Total Value Even" and "Total Value Odd" columns. The Leadership style is determined by the values outlined in the "Formula Variables" column.

Thank you!


Kerron

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!