Leverage this space to unlock the power of Airtable formulas.
Recently active
Hi there - I’m trying to create a formula that will remove the double quotes and comma from the middle of a string, and although it works on one field, it doesn’t work on another. IF(LEFT({Text}, 1)=’"’, MID({Text},3, LEN({Text})-2), {Text}) That works for one field, but not another. What am I getting wrong, or is there another, better way? Thanks!
I use the ARRAYUNIQUE formula often. It works great with text, but not well with numbers. I am failing to pull a unique value that is found within a cell/column. For example, if a cell contains “Tuesday, Tuesday, Tuesday,” I can use the ARRAYUNIQUE formula in a new column to show only “Tuesday” However, I cannot get the same to work in a number format. Any suggestions? I am using a lookup based on a field and it is pulling multiple numbers that are not unique.
Hello and thank you in advance if you can help with this. The rate chart example we use below, I would like to be able to pick filed cat1, cat2, cat3, etc and then another field zone1, zone2, zone3, etc in another field enter the miles and have the formula / base out put the correct rate. z1 z2 z3 z4 z5 z6 z7 cat1 20.06 26.81 35.06 1.09 1.09 1.09 1.09 cat2 27.56 34.31 44.81 1.24 1.24 1.24 1.24 cat3 $82.50 82.5 90 1.13 1.13 1.13 1.13 1.13
I’m trying to roll up the smallest value from Table A into Table B that’s at least “1” or greater with MIN(values) rollup formula. The problem right now is some is table A has values of “0”, and I don’t want to return that number. Example below: TABLE A record #: 4 record #: 2 record #: 15 record #: 21 record #: 0 My formula returns the smallest number in table A, which technically is “0”, but I don’t want that number, and I’m trying to figure out a formula to exclude any value of 0 or less.
All of my tasks have different duration times it takes to complete. I need a formula for auto populating the due date of the specific task based on the type of task. I.E. if task=email populate the due date -10 days from the launch date. I have about 15 different tasks all with different completion duration’s. Can someone help with this?
Hello! I’m trying to create a really simple roll up field that spits back the max(value) for dates in another table. I have looked at other posts for recommendations, but continue to get 0’s. I think the issue is that the date field the roll up field is pulling from is a formula itself (date another field was last modified). So my question is, how can you do a rollup formula on another formula field? Or am I missing something else? Thanks!
Hi there. I currently have two tables. My {School} table includes a column called “Age Group” which is a Multiple select field. This field provides the selection options of Pre-School, Year 1, Year 2, Year 3 etc. I have another table called Statistics with a rollup linking back to the “Age Group” field in my {Schools} table. I want to create a rollup or other formula that looks at all the schools from Bedfordshire, then counts to see how many of them have “Year 1” etc selected in the Age Group field. This to then be displayed as a total. Any help would be greatly appreciated.
I’m trying to write a formula that would format a long text to a short formatted text. Example: “We offer just the drawings and floor plan in addition or exclusively as a service” to “floorplan-only” The tricky part is there are 4 different types: Service Type (Single line text) Nothing, we are a turn-key service, from site prep, permits, to completion The client has some responsibility like permits, site-prep, and transportation We just send the kit of parts and the client takes care of the majority of work We offer just the drawings / floor plan in addition or exclusively as a service And I want to change it to the following based on the above text: Formatted (Formula) turn-key door-step kit-of-parts floorplan-only What I want is the formula to pull any of the four fields and format it. For example, if the service type was all four, the formatted cell would have: turn-key; door-step; kit-of-parts, floorplan-only. I’m not sure how to add that type of logic and how to add “;” in-be
Formula not producing anything. What did I do wrong? I have spaced this out so it is easier to read. {Bank / Lender Owned?} is a check mark. If it is not checked, I want to base the answer from the AOC field. If it is checked, I want to base the answer off the B2B field. Any possible result should either be 500 or 1000.
Hello, I have a base where I need to produce a report/view each day between 05:00 - 05:00 rather than a midnight to midnight (yesterday) view. Each entry has a Opened Date field which includes the time in the field. Is there a formula which I can use to extract the time element so that only records created in the last 24 hr period are shown between 5am - 5am? Hopefully that makes sense? Many thanks, Jason…
I’m working on an Airtable to track film festival submissions and I need help generating a formula. I have two date fields, an “OPEN” date field and a “DEADLINE” date field. I fill in the day submissions open and when submissions are due. If TODAY is after OPEN, then I’d like the field to say “OPEN”. If TODAY is after DEADLINE, then I’d like the field to say “CLOSED” Any help would be greatly appreciated. Thanks!
Hi guys, I have a formula that I want to update automatically if a condition is met - IF({U/C Date}=TODAY(), “yes”, “no”) Based on the answer to that formula being “yes” I am trying to use integromat to send an email. It is my understanding that the today() function will not update until the base is reloaded or a record is edited, therefore my question is - can I use zapier or integromat to update the base on a schedule each day and therefore have the today() function update without the need for a human to open Airtable? Any suggestions would be really helpful. Thanks,
I have a service where users can give their friends a referral code and if a new user signs up using a code, both referrer and referee get a bonus. I have a Users table that includes a field for a unique referral code generated for each user. This is the code they can share with their friends. If someone signs up using one of these codes, it gets writtten to a referer code field for the new users record - this value will always correspond with a referral code from a pre-existing user record in the same table. For each referal code I want to calculate the number of times its been used by a referree - whch mean counting the number of times that same code appears in the referrer code field in my Users table. What’s the best way to calculate this value?
I have the formula below to give us a due date for items, BUT when the item is due I would like to add an emoji OR change the field highlight color. Can anyone help me figure out what I need to add to this formula in order to make this happen?? DATEADD({2-Step TB},11,‘month’)
I’ve got dates from two different columns being drawn into a main column that I need to be able to filter and sort. To get the data into the main column I cobbled together different formulae from this forum, however when I try to format the column it gives me the error message “Your result type is not a number or a date. Formatting options are currently only available if your result type is a number or a date.” The formula I’m using is: IF( {Policy End Date} = “”, DATETIME_FORMAT(DATEADD({Contract End copy}), “LL”),DATETIME_FORMAT(DATEADD({Policy End Date}), “LL”)) The {Contract End copy} and {Policy End Date} columns are look-ups from two other tables and I also can’t format this data because of the same error message around not being a number or date. Does anyone have a suggestion around changing the formula so that I can format the column for dates? Thanks.
Hi guys! I’m very new to Airtable and so far I’m loving it! However, I’m having an issue with formula’s. I have a feeling I’m on the right track, just not quite getting it. I have a table called Schools. This table contains all the data relating to each school such as school name, email, phone, pupil total etc. I have created a field called Beds Total Schools with a formula stating County=“Bedfordshire”. This then populates that field with 1 if the record has Bedfordshire in it’s County field. I can then use this to create a Summary count in my Dashboard called Total Bedfordshire Schools. I can do this for any other county too. The issue I’m having is as follows. I want to create a field that counts the record’s Pupil Total field IF the County field says “Bedfordshire”. I’m sure it’s something like COUNT {Pupil Total} IF {County}=“Bedfordshire”. I can then create a summary from the new field called something like {Total Beds Pupils}. Any help would be greatly appreciated!! Thanks in ad
I want to write something that reads something like, “IF Number is less than 2100 but greater than 1600 than “Awesome”, IF number is less than 1600 than “Perfect””. I’m not sure how to so this…
Good afternoon everyone, all right? I really need your help because I don’t know how to relate the columns … I put a picture of what I need. When someone searches for something, they get information from those who have something just like what they are looking for. |15|Procuro|Casa|Venda|2|230000| 47 > result| |47|Tenho|Casa|Venda|2|230000|15, 50 > result| |50|Procuro|Casa|Venda|2|230000|47 > result|
Hi everyone, Can someone help me make a formula to extract text. How can you isolate the text and make it to its own field in excel from the following : (1.5" X 7" 14PT Matte/Dull Finish Postcards w/ Spot UV on back only, No UV on the front) TO: Field 1: 1.5" x 7" ; Field 2: 14PT; Field 3: Matte/Dull Finish
I have afield with inventory numbers. There numbers start with a bin letter designator and then a number. ex, A2, G22, AA15, AB21 I was using the LEFT function to grab the First character to identify the bin letter, but now that I have grown and now have bins AA, AG, etc. How to I have have Airtable grab just the letters out of the field or grab two letters is the inventory has one? Thanks,
This is my formula IF(DATETIME_DIFF(TODAY(),{purchase-date},'d')<1,DATETIME_DIFF(TODAY(),{purchase-date},'h'), DATETIME_DIFF(TODAY(),{purchase-date},'days')) Why do I get all this results? Why is all this numbers negative?
I am putting together a base for some schoolwork. I have a field for Points possible and points earned. Then I have a formula field with the following formula to calculate the grade percentage (Earned/Points*100) displayed as an integer. My problem is that not all assignments are graded so the ones that are not come up with NaN. Is there any workaround that would just leave it blank or 0. Thanks for any help you can offer.
Hi there, So I have a Table were I am tracking Costs in one field and in another field I have Financial Years. Financial Year 19/20 Costs $100 Financial Year 20/21 Costs $200 What I would like to be able to do create another field where I calculate the growth from 19/20 to 20/21: Cost Growth 100% I’m really not sure how to go about this. Does anyone have any suggestions? Thanks in advance.
Hello World! I’m curious if anyone has a BurnDown chart solution. The logic I’m currently using is not effective.
Hi. I’m new to Airtable and trying to find a formula that will count the number of spaces in a string. For example, when this formula is applied to the string “How are you doing?”, I want the formula to return 3. I tried using the FIND function, but all that does is to find the position of the first instance of, say, a space in this example. I’m looking for a formula to count the number of spaces. Thank you.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.