Leverage this space to unlock the power of Airtable formulas.
Recently active
Can you pls tell me how to write a formular when I have a retail price in a colum and I need to have a colum that is 40% of the retail price.
Hi guys, I’m struggling to get this formula validated, which is odd as it’s been validated by an Excel master…? IF( {User status}=“New sign-up no story”, “Send new sign-up email”, IF( {User status}="New sign-up story in new”, “Send new story email”, IF( {User status}=“Sign-up no story”, “Send sign-up no story email”, IF( {User status}="Sign-up Story in new”, “Send new story email”, IF( {User status}=“Sign-up Story in draft”, “Send story in draft email”, IF( {User status}="Sign-up story in published”, “Send post-publication email”, “Nothing” ) ) ) ) ) )
Hi everyone, first day on Airtable. I am currently transitioning my spreadsheets from Excel. Basically, I have two records with the same field (Trip #) with unique data in each record. The unique data that i am trying to compare are the odometer readings and determine the exact miles that were driven from the pickup of record one to the delivery record for record two. I changed the Trip # to a date format in attempts to use the “is_same” function but it keeps returning the individual mileage for the each row and not an aggregated total of the odometer readings into the loaded miles field. Thank you in advance for any help or insight that you might have.
I understand that to have sum of column A and column B, I can use formula SUM(column A + column B). But If I want to add up 50 different columns into 51st column, I will have to use formula SUM( Column 1+ Column 2 + … + column 50). Is there a simpler way to do this?
hi, i’m trying to do a simple multiplication formula, Qty * Unit Price , but it come out #error , anyone can help me to solve this problem , thanks!!
I have a base providing the back-end of a ReactJS app. It has worked really well in production for multiple years. Now I have some tweaks to make to the base formulae BUT I’m scared of breaking them… “if it ain’t broke, don’t fix it”! So I’d like a version history on specific formulae, in case I need to roll back the changes I’ll be making. Base backups won’t suffice, since a roll-back means potentially losing data that users may have entered since that last version of the base. I need something more granular, allowing me to roll back single columns. So I’m curious: beyond manually copy-pasting the formulae out from Airtable UI into a code repository, is there any recommended version-control for Airtable formulae? Has anybody else already asked this and ended up going with the manual option? The affected columns number 15-20 but there’s only likely to be this onece-off edit, so the manual approach could serve well enough. But I suspect it will become a more relevant question as we star
Airtable Grid view - Airtable Explore the "Grid" view on Airtable. I need help in Formula IF to detect someone birthday dues in today : TODAY Formula : NOW() with European Format Column 1 Formula : DATETIME_PARSE(DATETIME_FORMAT(TLahir,‘MM/DD’)&"/"&YEAR(NOW())) column 2 Im Copy paste from : airtable Help (Recurring Date ) But when i put the Formula to detect Staff’s Birthday on Today : Column3 : IF(Formula=Today,‘TODAY’,‘WRONG’) The RESULT is always WRONG . why is that ?
Happy Friday, Airtable community! I’ve got a formula that works, but only sometimes. Its purpose is to cut news sources down to just their names, no taglines, no section headings. While it’s a long formula, the sources within it are in alphabetical order so it shouldn’t be too hard to find the ones that are giving me trouble, namely: Al Jazeera, Literary Hub, Mother Jones, Open Culture, Rolling Stone, Slate, Teen Vogue, The A.V. Club, The Guardian, The Intercept, The New York Review of Books, The Progressive, VegNews, and Washington Post. Hoping someone can see a pattern. Here’s the formula: IF({Source}= “action’s Email Updates - Tracked Events from GovTrack.us”, “GovTrack”, IF({Source}= “Al Jazeera - Breaking News, World News and Video from Al Jazeera”, “Al Jazeera”, IF({Source}= “Animal welfare | The Guardian”, “The Guardian”, IF({Source}= “AP News - AP Top News”, “AP News”, IF({Source}= “Art and design | The Guardian”, “The Guardian”, IF({Source}= “Article – The Nation”, “The Nation
Hi All, New user (doing pro-bono work for a small edu business) so not too familiar with this but have read all the ‘form’, ‘pre-fill’ and ‘button’ articles here and around 60+ community topics to try to work this out. Teachers giving feedback/assessments on the students in their course. Students table, Courses table and the Assessments table linking them with all the questions etc Because of Airtable pricing, I need the teachers to use a Form to enter the assessments and I’m looking to automate the ‘listing of the students in their course’. So, ideally a picklist from the student names in the record cell. I have a form where they add the Course-ID and then enter the Student Name. With 10 students in a course they have to do this same step 10 times so I’d like to prefill. I can do the course ID ok but not do the Student name (because it’s multiple names). Q: I’m now trying to use a button to open the form prefilled but would be happy with the button opening 10 forms at the same time
Can anyone help provide a solution to this formula? I’ve tried it with ABS and IF. (2*{width}) + (2*{height})
I am including a currency field in a text formula. How do I get the string to show the currency formatted properly? Example: The currency formula field shows: $116.67, but when I include that field in a text string it shows up as 116.66666666666667. Of course, I’d like to look as it does in the currency formula. Thanks for any help!
Hello. Not sure if I have chosen the right forum (formulas) but here’s hoping someone can help me. I work for a charity that holds a number of different training sessions with the local community. We use a standardised survey for gathering feedback for all the different sessions with Survey Monkey, and then use Integromat to import the results into the table you see below. The results are then grouped by the training session that respondents indicted that they attended in the survey in order to make them comparable to some degree. Each quarter, we will filter responses from the last 3 months and then use the feedback to report on our progress. This information is for funders and obviously I can’t share with them a full set of survey responses. Therefore, I want to somehow turn this data into informative data at-a-glance without using the Charts block because that doesn’t display info in an appropriate way and it also can’t be downloaded. The core issue I am having is one of converting
Trying to automate a Field input based on the 2 previous field inputs. (In the same row) If (Field X = True) AND (Field Y = True) THEN (Field Z = True) (another example would be:) If (Field X = False) AND (Field Y = False) THEN (Field Z = False) Can this be done? Many thanks!
I’m not sure what the best way to describe this would be, but I hope this example table will get my question across. I am looking for a way to count up the number of Hat Tricks a Player gets automatically based on them having 3 or more Goals in a single Game. Each field of the same name is link across tables. The trouble I’m running into is that I’m limited to one field of reference (I need both Game and Player to be considered) when trying to use a Count function. Any help would be appreciated. !
Hi, I have a formula I am trying to get to work that I took from another forum post and it’s not working, not sure where the syntax is broken. I am trying to mark a single select status field good or bad if the date of a last modified field is great than a certain number of days. IE. If the date of the field “Date of last check” is older than 7 days, change the status field to Bad Can someone tell me what I’m missing? IF( AND( DATETIME_DIFF( TODAY(), {{Date of last check}}, ‘days’ ) >= 7, {Status} = “Bad” ), “Good” )
I have a table called Events and in it is a record called Monopoly Tournament I have a table called Users and in it is a bunch of people that come to events I have a table called Registrants and in it is a field for 2 things … 1) single linked event 2) single linked user (thus, there are multiple records for users who are coming to the Monopoly Tournament) I have lots of registrants already coming and they want to have the same event the next week. Is there a way to … Easily duplicate the “Monopoly Tournament” record in the Event Table Automatically duplicate the registrants for the original event but change the event field value to the newly created event ??? Thanks
Hi all I need some help with formatting a nested IF statement as I can’t understand why it’s not working. Here’s the background: I have a {Start Date} field and an {End Date} field - both are formatted as “Date fields”. I want to check the current day - TODAY() against these dates and print out an emoticon depending on the result. I can get this single IF statement to work: (If the END DATE is AFTER today, then print “ :horse_racing: ” (running!), if not, then print “ :heavy_check_mark: ” (completed!) IF(IS_AFTER({End Date}, TODAY())=1,“ :horse_racing: ”, “ :heavy_check_mark: ”) However I want to add a third condition for the future: (If the END DATE is AFTER today, then print “ :horse_racing: ” (running!), If the START DATE is AFTER today, then print “ :crystal_ball: ” (future!), if not, then print “ :heavy_check_mark: ” (completed!) So I have this which doesn’t work and throws up an error: IF( IS_AFTER({End Date},TODAY())=1, “ :horse_racing: ”, IF (IS_AFTER({Start Date}, TODAY())=1
Hi all. Still learning the in’s and out’s of scripting, so please bare with me. I have a linked field, called {project name} that produces a name based on a formula. The name has the following format:" text1 * text2 " - so two words separated by an " * ". I’d like to append the text and remove everything from the " * ". So the new text would just be “text1” I can get this far: SUBSTITUTE({Project Name}, “*”, “”) - but this just removes the *, and not all the letters after. I think I’d need to use LEFT or RIGHT in some capacity, but that only looks at letter position? Could someone please point me in the right direction? Thanks
Hey friends, is there any formula I can use to replace HTML with regular text? I’m zapping in excerpts that contain ’ where a single apostrophe ( ’ ) should be.
Apologies for the unclear topic. I have a recipe database, where I have tables for • recipes • ingredients • recipe-ingredient junction, where I store data of e.g. amounts in recipes I just realised i will need to easily make different versions of basically the same recipe where the new recipe version has slightly varying ingredients. Say a “Cheeseburger with fries v1” record where the bread ingredient is white bread of brand A, then a “Cheeseburger with fries v2” with white bread brand B as one ingredients. Otherwise same instructions and ingredients. Perfect workflow for my users here would be to take the “Cheeseburger with fries v1” record in the recipe table, right-click -> duplicate record, get a new record with all the ingredients ready there, which they can start editing. BUT! When simply duplicating the recipe record, the duplicate record, of course, has links to the same ingredients in the junction table as v1 has (the same ingredients now link to both v1 and v2). Editing t
Hi! I have been using Airtable for a bit now, but just upgraded to Pro plan and am new to trying to ask for help on here. I just found the fantastic Fancy Finances base on Universe and have been going through trying to update it with all my info so that I can use it to track my $$. I have read all the informative instructions, but am a bit confused because when I am inputting income as negative values in the Deposits table, as per the instructions, it doesn’t seem that they are going anywhere? From what I gather in the other tables, the Deposits, when added as a “negative” value, should increase the running balance under Accounts; entering “positive” values under the Expenses table should and is decreasing the running balance under Accounts. I don’t see any way to contact the creator, so I’m asking for help here. Accounts table: I updated the Starting Balance and it reflected the accurate value. When I added transactions under the Expenses table, the Running Balance and Sum o
Hi, I’m new to the airtable community, and slowly understanding formulas, but I can’t figure out how to write a script to do the following. This is my base: https://airtable.com/shrVDFgXXjqANyMWd When I new record comes into this base, I want to set a trigger that checks the bid amount against the current “MaxBid,” and if it is ≤ to it, I want to then make changes to another field in that record. In this case, if the “Bid amount” of the new record is ≤ the “MaxBid,” I want to unlink that record from the “Item bidding on” so that it doesn’t pass unto the other table. How do I write and IF() script for this? Any help would be greatly appreciated. Thank you, Christhian
My formula for DATETIME_DIFF is not returning expected results but I can’t figure out what it’s calculating. The first should return a difference of 1:48, the second of 0:20. When I set the function without any specifiers, I get 4:12 and 5:40, and when I specify minutes, I get 0:04 and 0:06. Any help would be appreciated.
Use case: At the end of my estimates (page designer), I want to put in an inspiring or humourous quote… but I don’t want to type it myself, just collect them in a field somewhere and have them appear with a formula. What kind of formatting/formula would I need to have one long-not used quote selected from the list and popped on the paper? Is there some kind of CHOOSE RANDOM FROM LIST function? Thanks! Insert inspiring quote here
Hi! I’m looking to see if I can modify a WORKDAY_DIFF formula I have: WORKDAY_DIFF({Date JIRA submitted},TODAY()) Ultimately, I’d like the formula to look at if the “Due Date” column is filled in, and if it is, then return the days between “Date JIRA submitted” and “Due Date”. If “Due Date” is empty, then return the days to TODAY(). Guessing this is an IF statement? Is this possible? Thanks! Jeannie
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.