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 ...