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.

Restrict number of times date is allowed to generate?

edited 02/26/25 in Formulas and Functions

I am looking to formulate a column to generate a date based on the submission date and turnaround time of the type of task. However, we only want to allow each date to generate up to three times. If that date reaches a fourth date, then we want it to add a day to the generated date.

Example:

  1. Doc1 received on 2/24, turnaround time is 4 days, generated due date is 2/28
  2. Doc2 received on 2/25, turnaround time is 3 days, generated due date is 2/28
  3. Doc3 received on 2/25, turnaround time is 3 days, generated due date is 2/28
  4. Doc4 received on 2/26, turnaround time is 2 days, generated due date is 2/28
    1. Since this is the fourth task that pulls the due date of 2/28, we would want this task to add a day to the due date, returning 2/29.
      1. This parameter would apply to the entire column so that it continues as tasks are entered.

Currently, I only have the formula calculating the date (business days) and with an IFERROR to show blank. Here is the starting point:

=IFERROR(WORKDAY([Date Assigned]@row, [Turnaround Time (Days)]@row), "")

I have looked this up and have not found any direction on a formula that would do the above. I do know this is a function in excel and have used that, but I don't believe it is something that is transferrable to Smartsheet.

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions