The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Is there a way to have a default field that notes the date/time when someone submits a form, without adding it as a field that a person manually fills out?
Hello all! I’ve searched and have not been able to find a solution for this.
I want to be able to reference a column and change all names that appear in one column to PROPER names (which can easily be done in excel)
Use Case: Folks are signing up for...
I was wondering if anyone has had experience automating the creation of a dynamic, live Org Chart based upon Airtable data.
I found this https://github.com/BrandNewCongress/org-chart but have no idea if it works, what it would look like, or how to im...
This is brilliant!
So here’s my next challenge for you… or @John_Beaudoin or anyone else…
I’d like to just have my date column and ONE other (formula) column that will do all of what we’re talking about, without having to create 2, or 3 additional fo...
@Jeremy_Oglesby I’m about to try this, too! Thanks for chiming in!
I guess I should post my real question and see if you can help…
I want to be able to group my table first by the year, then group within that by month, in order of the months. Would ...
Brilliant! I had to tweak your formula per your suggestion, adding the number as a prefix to the month name. Also had to finish the formula and add an extra close paren for Dec. But it worked masterfully!
IF(MONTH({Date Published})=1,"01-January",IF(...
Hey @John_Beaudoin what would would I do if I’m using MONTH({full_date_field}) and am getting the numbers of the month as a result (as you suggested) but I want it to actually be the name of the month… i.e. Jan, Feb, or the full month name; i.e. Janu...