Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

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:


image.png


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!

Trending in Formulas and Functions