Hello,
as the subject says i'm looking to write a formula which returns a childs age at 1. august 2023 based on their birthday. i'm currently using a formula which gives me some info, but i would really like to know if there are other possibilities.
This is what i use today:
DATETIME_DIFF(
I use months because years is not sufficient in detail - since i need more information.
Is it possible to get "1 year and 2 months" or similar instead of "14"?
Bonus task: how to return blanks instead of NaN.