I have an integer column that represents months (so 1-12) and I was wondering if there was a way I can convert that to month names?
Hey Zachary!
Definitely! You’ll want to use the choose function for this!
The formula would work like this:
Choose([Month],“January”, “February”, “March”…