=IF(MONTH([Period Date]@row) = 1, "January" works, but do is there an easier way than writing out a formula for if =2 February, =3 March, etc.?
=IF(MONTH([Period DLP Date]@row) = 1, "January"), IF(MONTH([Period DLP Date]@row = 2, "February") results in #UNPARSEABLE.
Thanks!