I need a formula for symbols based on IF function

Hi,

I need 2 formulas for "due date calculator" column and "due date status" column

  1. In the due date calculator column, i used this formula, which works good, but i need one change in it, if done column is checked then i need to return someother value in the due date calculator like "complete".

=IF([Due Date]@row <= TODAY(), NETWORKDAYS([Due Date]@row, TODAY(), {Pivot Sheet Range 1}) - 1, NETWORKDAYS([Due Date]@row, TODAY(), {Pivot Sheet Range 1}) + 1)

2. second formula is for due date status column, for which the reference can be taken from due date calculator column or due date and done columns, no issues on that.

If due date is 7/15, then I need the status as "Yellow" until it meets the due date, like it should turn to yellow 3 days before due date until the due date completes.

After due date- "Red"

But, if "Done" column is checked, then turns to"green"

I know its confusing and tricky, but anything helps, thanks.

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!