Unparseable If statement

This is not a hard situation but I have tried to fix it may times without success. I am thinking there is a parentheses in the wrong spot.

=IF([Number of Meeting Days]@row = 3, ([Meeting Date 1]@row + " - " + [Meeting Date 3]@row), (IF([Number of Meeting Days]@row = 2, ([Meeting Date 1]@row + " - " + [Meeting Date 2]@row), IF([Number of Meeting Days]@row = 1, [Meeting Date 1]@row)) "Number of Days Value is Missing"))

Thanks!

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!