How do you reference 'Created' column date of a PARENT and add one calendar year?

Hi all,


I am trying to do the following:

For a given cell, I would like to reference its Parent's Created date and return a date that is one year in the future. I think I'm just struggling with finding the correct syntax.

Tags:

Answers

  • Bassam Khalil
    Bassam Khalil ✭✭✭✭✭✭

    Hi @Steve Weston

    Hope you are fine, please try the following formula and convert it to column format formula:

    =IFERROR(IF(COUNT(CHILDREN()) = 0, PARENT([Created Date]@row) + 365, ""), "")

    the following screenshot shows the result:


    PMP Certified

    bassam.khalil2009@gmail.com

    β˜‘οΈ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!