Need Help with my Nested IF statement formula

I have spent at least 2 hours reading multiple Q & A's in this Community as well as watched multiple videos to no avail! I give up and need help!

I have a column of Service Years (Y1, Y2, Y3) and want to add statement in adjacent column dependent on the Service Year.

Y1 should be "2023-24" / Y2 should be "2022-23" and Y3 should be "2021-22". I have tried many different ways of writing the formula and still get #UNPARSABLE. Does it have something to do with the parenthesis? Spacing? Here are a few I have tried:

=IF([Billing / Service Year]@row = "Y1", "2023-24"), IF([Billing / Service Year]@row = "Y2", "2022-23"), IF([Billing / Service Year]@row = "Y3", "2021-22")

=IF([Billing / Service Year]@row = "Y1", "2023-24", IF([Billing / Service Year]@row = "Y2", "2022-23", IF([Billing / Service Year]@row = "Y3", "2021-22")

=IF((([Billing / Service Year]@row = "Y1", "2023-24", IF([Billing / Service Year]@row = "Y2", "2022-23", IF([Billing / Service Year]@row = "Y3", "2021-22")))

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!