I have two date fields and would like to pull out the months and years in separate fields from one or the other.
I managed to get the single IF working but not the nested function. Here’s my formula:
IF({Date A}, DATETIME_FORMAT({Date A},’YYYY’), I...