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.

#UNPARS ERROR

Hello, I am attempting to create a formula that will post a RYG symbol after comparing two date columns. The formula:

=IF(([PO Receipt Date]@row >=TODAY(+14)), "Green”, IF([PO Receipt Date]@row <=TODAY(+13)), "Yellow", IF([PO Receipt Date]@row < TODAY()), “Red”)

But continue to receive #UNPARS error. Im new to SMARTSHEET so any help is appreciated.

Best Answer

  • ✭✭✭✭✭
    edited 02/05/25 Answer ✓

    Hi @Tom P !

    Try:

    =IF([PO Receipt Date]@row >=TODAY(14), "Green”, IF([PO Receipt Date]@row <=TODAY(13), "Yellow", IF([PO Receipt Date]@row < TODAY(), “Red”)))

    Moved around some parentheses that were likely causing problems!

    Ashley Knight

    Lets Connect!

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions