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.
To keep this relatively simple, this suggestion boils down to one thing: enhancing view sections. While view sections are relatively new, they have already been incredibly useful for our team. They not only clean up our Views, but they help sort info...
Is it possible to connect a department email to Airtable? While I know it is possible to Connect Accounts like Outlook Email to Airtable, it currently only connects your primary mailbox. I have several departmental mailboxes which are accessible via ...
@Joan_Mershon There’s not an easy way to do this, unfortunately, unless you have more information. You could do a rough calculation: if you assume that the person’s birthday is the same day as when the data is entered, you can have a formula that add...
@Lauren_Briskin It seems like what you are requesting is a hyperlink field. You want certain text, when clicked, to take you to another link. Unfortunately, this is currently not possible with formulas, though you could use the API with a Long Text F...
What you are looking for is something like this for your Wave table:
When the People table looks like this:
To implement this, I use a rollup field instead of a lookup field with the following options:
The Aggregation formula is as follows: IF(OR(...
@Chris_Witham This is what you are looking for:
Notice that Expenses and Profit are formula fields.
I did a few things to do this:
I set the Commission Rate field to a percent as that is the value that you are entering.
I set the Expenses field (Pa...
@Adrian_Raszkiewicz There are a couple AT Support Articles that may help:
If you need recurring dates done manually, you can use the fill handle rather easily to get it to auto fill. (See Recurring Dates Article)If you need automatically recurring re...