Is there a formula that pics the name of the month by date. We have built a system where we manage our project invoicing. We send our customers an invoice on a monthly basis based on the work completed, but we try to forecast the billing months by recording the assumed billing month for the project part. So, Airtable should understand that the (billing) month is a date field (billing predictability), but the option value should be the name of the month
Thanks
Mikko
Page 1 / 1
To convert a date to a month name, use the DATETIME_FORMAT()function with the MMMMformat specifier.
DATETIME_FORMAT({date}, 'MMMM')
To convert a date to a month name, use the DATETIME_FORMAT()function with the MMMMformat specifier.
Thank you so much for answering this question! Just wondering what I would add to this formula to leave it blank if there’s no date selected, rather than returning an #ERROR? Thank you
Thank you so much for answering this question! Just wondering what I would add to this formula to leave it blank if there’s no date selected, rather than returning an #ERROR? Thank you
Ok, so it worked for one field that had the simple formula as above, but how would I add it to this formula so it doesn’t return ERROR when the Date/Time field is empty? Thank you!
Ok, so it worked for one field that had the simple formula as above, but how would I add it to this formula so it doesn’t return ERROR when the Date/Time field is empty? Thank you!
Thank you! That worked perfectly! I just changed “no date” to “Date TBA.”
Thank you! That worked perfectly! I just changed “no date” to “Date TBA.”
Also @kuovonne, I posted a question on a feed that was a couple of years old that you had also been helping on, not sure if you’ve seen it, but if you have a moment I’d really appreciate your input since you’ve been so helpful and your explanations are really easy to follow.
Thank you!
I actually group first by Month number, and then by month name, which worked great for me .
I'm struggling with a similar issue. I have the below formula. everything works, except, air table will not interpret the outcome as a date and will not sort logically (by month) but by alphabet.