30 Weeks Out - Formula Question

Hello,

I have a project that has certain tasks that need to start a specific number of weeks ahead of the project end date. For example, I have 30 weeks out tasks, 29 weeks, out 20 weeks out, etc.

On my project sheet, the END DATE is December 1, 2021. I need a formula that would tell me what the START DATE is for exactly 30 weeks out meaning figure the date in reverse - what is the date 30 weeks behind December 1, 2021? It should be something like April or May.... just can't seem to work the forumula.

hope that makes sense!

Thanks so much!

Lynda

Tags:

Best Answer

Answers

  • Heather Duff
    Heather Duff ✭✭✭✭✭✭

    Hi Lynda,

    As long as your END DATE and your START DATE columns are formatted as date columns, you can do the following to calculate 30 weeks prior to the end date:

    =[end date]@row - 210

    If you want to avoid doing the math, you could set it up as

    =[end date]@row - (7*30)

    OR if you have a duration (in weeks) column already in your sheet, you could have it automatically calculate:

    =[end date]@row - (7*[duration in weeks]@row)


    Hope this helps!


    Best,

    Heather

  • Thanks, Heather. This did not work in my sheet. All it did was paste in the formula but no action was taken. So, now I literally see the formula in the Start Date column. ???

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭
    Answer ✓

    It sounds like you are using dependencies. Formulas can't be used in columns that are referenced by the dependencies in the project settings.

  • @Paul Newcome

    Thank you! Your solution got me squared away. I did have to change the formula slightly to:

    =([Due Date]@row - 210)


    I appreciate your help!

    Lynda

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!