Add Not Blank to formula and display word

Options

I need to add another element to the following formula. The below formula works beautifully, however now I need to look at another column to see if there is a date displayed and if so (not blank) then display the word "Termed".

Current formula:

=IF(AND([Trailing 24M ratio]@row < 1, [Trailing 12M ratio]@row >= 0.9), "Yellow with above 90% in last 12 mths", IF([Trailing 24M ratio]@row >= 1.2, "STAR", IF([Trailing 24M ratio]@row >= 1, "GREEN", IF([Trailing 24M ratio]@row >= 0.8, "YELLOW", "RED"))))

Trying to add this:

IF(NOT(ISBLANK([Term Date]@row), "Termed'))))

Answers

  • Andrée Starå
    Andrée Starå ✭✭✭✭✭✭
    Options

    Hi @Melissa Torrez

    I hope you're well and safe!

    Where do you want to add it to the formula?

    Can you describe your process in more detail and maybe share the sheet(s)/copies of the sheet(s) or some screenshots? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, andree@workbold.com)

    I hope that helps!

    Be safe and have a fantastic week!

    Best,

    Andrée Starå | Workflow Consultant / CEO @ WORK BOLD

    Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!

    SMARTSHEET EXPERT CONSULTANT & PARTNER

    Andrée Starå | Workflow Consultant / CEO @ WORK BOLD

    W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35

    Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.

  • Melissa Torrez
    Melissa Torrez ✭✭✭✭✭
    Options

    @Andrée Starå

    Here is a screen shot of the current formula. I would also like to add in the Label column formula to look at the Term Date column and if it is not blank (it will contain a date) then display the word "Termed" regardless of the trailing 12M and 24M ratio. Hope that makes sense.



Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!