Hi all,
I’ve got a column for ‘date of birth’.
I’m looking for a formula that will input their age in months and years. (At the moment, it will only let me do one of these)
DATETIME_DIFF(TODAY(), {D of B}, ‘years’)
I then plan to add an IF statement along the line of (if months = 11 show an alert) so I remember to send a card.
Thank you for any help

