Forum Discussion

RJF61's avatar
RJF61
Copper Contributor
Oct 26, 2023

Calculated Column with Dates and "IF"

I've been working on this for a bit and just can't find the correct syntax.   if(([Created] > 6/30/21 and [Created] <7/1/2022), "2022", if(([Created] > 6/30/22 and [Created] <7/1/2023), "2023", "20...

Resources