Skip to main content
Solved

Assistance calculating the date when a child turns 7

  • July 21, 2020
  • 3 replies
  • 39 views

Forum|alt.badge.img+2

Hello! I am hoping someone can help me create a formula that will calculate the date on which a child turns 7 years old. I have listed their birthday and have figured out how to calculate the child’s age today, but am unsure of how to figure this other data point I need. What follows is a screenshot of the columns.

Thank you so very much for your help!

ScreenshotforAirtableQuestion|448x142

Best answer by Kathryn_Walker

USe a formula like this DATEADD({Birthday}, 7, 'years')


Thank you so much! This worked perfectly!

3 replies

Kamille_Parks11
Forum|alt.badge.img+27

USe a formula like this DATEADD({Birthday}, 7, 'years')


Forum|alt.badge.img+2
  • Author
  • New Participant
  • Answer
  • July 21, 2020

USe a formula like this DATEADD({Birthday}, 7, 'years')


Thank you so much! This worked perfectly!


Kamille_Parks11
Forum|alt.badge.img+27

Thank you so much! This worked perfectly!


Glad it worked. Would you mind marking my first reply as the solution?