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.

Formula Help: Multiple if conditions

I am struggling with the right formula for the following situation.

I have a "Renewal" column that is a date. Not all rows will be relevant, therefore some rows will be blank.

I have a "Asset Condition" column that is set to be one of three symbols, Yes, No, Hold.

I would like the Asset Condition column to return Yes if the date is more than 5 days into the future or if the cell is blank (no date).

I would like the same Asset Condition to return Hold if the date is coming up within the next 5 days.

I would like the same Asset Condition to return No if the date is in the past.

I have managed to get the formula to work as far as the dates, but cannot make it work to read the blank cells.

=IF(Renewal@row < TODAY() + 5, "Hold", IF(Renewal@row < TODAY(), "No", "Yes"))

Can anyone help me with the correct formula please?

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