Jul 20, 2020 10:00 PM
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
Solved! Go to Solution.
Jul 21, 2020 02:42 PM
Jul 20, 2020 10:40 PM
USe a formula like this DATEADD({Birthday}, 7, 'years')
Jul 21, 2020 02:42 PM
Thank you so much! This worked perfectly!
Jul 21, 2020 03:19 PM
Glad it worked. Would you mind marking my first reply as the solution?