Leverage this space to unlock the power of Airtable formulas.
Recently active
I have a task I want to do that I think should be pretty simple…but I can’t figure out how to do it in Airtable. I have one cell with a list of numbers, separated by commas (“2, 3, 4, 5, 6”) and I want another cell to give me the average (“4”). In google sheets I was able to do it with [=average(split(A3,", "))] but I can’t seem to find anything similar in airtable. Thanks!
I am trying to write a formula, IF a field is not empty then return today’s current date and time. I have a form and when people upload an attachment I want to time/date it so I know when they submitted.
I have a sales pipeline on Airtable with a single select field for the different stages. e.g. Qualified Lead, Initial specification, Evaluate quote, WON etc. At the moment I have a filter on the table so if the project is WON it is flitered out of the pipeline. However I would like to create a formula whereby IF {STAGE} = “WON” then the row is deleted from the table Is this possible?
I love Airtable! My goal is to use it for genealogy research which can be complicated, so I started with something fairly easy to learn different ways of doing things. My first base is a Pet Meds and Vet visits. Below is what I’ve tried, but I’m stuck on #3. If there’s a better way to do what I’m trying to accomplish, let me know! I’ve used SQL before, but it’s been a long time ago. 1 - I have a Prescription table which lists all the meds each of my pets has gotten (vaccinations and meds they take daily (Active meds)). I have a checkbox column for the Active meds in the Prescription table. #2 - Then I have a Pets table with 5 pets. I linked the prescription table to the Pets table. Now, the Pets table shows all the meds a specific pet has ever been given in the Prescription column. I added a function column #15, which is pulling all the meds, but I want to limit it to Active meds, based on the check box in the Prescription table. #3 - I don’t know the formula to only list the meds
Hi! I am trying to create a directory of sorts in Airtable - we have providers and we capture if the users would recommend them. I then want to be able to easily be able to look at a provider (they are stored on their own table) and say X% of users recommend them. Any help is greatly appreciated!
I need some Airtable Formula help. I am trying to merge the below. I’ve been looking at it so long I can’t work out what is going on any more! This works: IF({Rejected}, IF({Rejection Reason}=“Unresponsive”,“Unresponsive”, IF({Rejected}, IF({Rejection Reason}!=“Unresponsive”,“Rejected”)))) And this does too: IF(Rejected}=BLANK(),IF({Status 1}+{Status 2}=2,“Done”, IF(Rejected}=BLANK(),IF({Status 1}+{Status 2}=1,“One of two”, IF(Rejected}=BLANK(),IF({Status 1}+{Status 2}=0,“Pending” )))))) However, if I put them together, then it only displays the results of the first 2 lines. If I switch it around so the 3 lines goes first, then it only displays the results of the 3 lines. Not sure why but any help gratefully received. :pray:
Hello! I have a Base with several complex formulas that I’m trying to pair down to be a bit more streamlined. If been trying to get the following formula to work for days with no luck. If anyone can help, it would be super appreciated… Here’s the setup: Title Category (Detail) / Single Select Field: Feature, Series (Comedy), Series (Documentary)… etc. Title Category (Main) / Nested IF Formula Field: This formula looks and the Genre Single select field and determines whether the record falls under four more macro-categories: Series, Feature, Sizzle, or Other. Title Release Date / Date Field: Date field that every record has formatted as YYYY-MM-DD Season Number / Single Select Field: Only records for series’ have this selected. If the record is for a movie it is left blank The formula field I need help with is titled Year/Season For Campaign Title. What I want this formula to do is the following: IF Title Category (Main) is Series, then use Concentrate to put parenthesis around the Seas
Newbie question, I have a URL column but also want a single text column containing the url but in plain text tried =""&{URL} but that just copies the hyperlink to the new column. any ideas?
Hi All, Was hoping to get some input on the formula below: IF({D-Phase Status} = “D1 - Concept”, DATEADD(TODAY(), 30, ‘days’), TODAY()) I am trying to put together a formula which will add 30 days to today’s date if D1- Concept is chosen in the single select menu of the D-Phase Status column otherwise, just to display today’s date. I can’t quite work out why the formula isn’t working and would really appreciate your help. Thanks in advance
The formula below works for a single linked field look up but I would like to add a second linked record and calculate the total cost. The scenairo is Linked field =unit /start time/ stop time = cost I am looking for linked=unit +unit +unit etc start time/ stop time = cost on one line IF({Field 18}<24,{Look up}*Duration/3600)
This is odd. The display field for one table in the base I’m working on shows a concatenated string that represents each record’s basic uniqueness. At the end of the string, there is a reference to a charge. Should look like “$121” etc. For most of the 1000 or so recs in the table right now, that’s how it’s working. But I noticed a few records that were displaying something like “$121.000000001”. Maybe 5% of my records are showing that, maybe fewer. The display field’s calc includes a reference to a field ‘ChargeX’, a formula field. ChargeX = HowMany * Rate. The values in HowMany and Rate are not always integers but they are usually integers and they are integers in the cases where this display problem occurs. So 1.1 * $110 returns ‘$121.00’. The formatting of the ChargeX field is set to Currency with a precision of 2 (ex: ‘$5.00’). So I’ve got a nice clean $121.00 sitting in the ChargeX field. But when the display field for the record grabs that value and sticks it at the end of the s
Hello, I am trying to concatenate 4 fields into one field with commas in between each field, only when the fields have a value in them (ie. no comma for empty fields). I’m using the below formula successfully to combine 2 fields, excluding the comma when a field is blank. But, I don’t know how to lengthen this formula to cover 4 fields. My 4 fields are, “Building,” “City,” “State,” & “Country.” I’ve tried several variations and can’t figure this out. =IF(OR(Building=BLANK(),City=BLANK()),CONCATENATE(Building,City),CONCATENATE(Building,", ",City)) Thank you for any help you can provide!
I would like to create a formula that could extract relative path from a full URL. Example: Column 1 domain1/landing-url-1 domain2/landing-url-2 domain3/landing-url-3 domain4/landing-url-4 Relative path: /landing-url-1 /landing-url-2 /landing-url-3 /landing-url-4 TRIM(MID({Column 1},SEARCH(“domain1”,{Column 1})+LEN(“domain1”),255)) I managed to create the formula that could extract from a particular domain, but I have 4 different types of domain in column 1. How can I combine them into one?
Hi I want to receive an Email or a Notification to let me know that a Due Date with Exactly time is coming up. More details about my case: I have a Bakery Store, my customer will pre-order our Birthday Cake. So I have to Deliver on the date & time they request. Example: Order date: 31/03/2020 Receive date: 02/04/2020 at 3PM I want to have a notification about 30-1hour to let me know for booking Delivery Suppliers to pickup and deliver the Birthday Cake. Thank you so much.
I have two tables, “Projects” and “Tasks”. I need to display the completion status of the tasks in the “Projects” table. In “Tasks”, I have a single select dropdown with “Not Started”, “In Progress”, and “Completed”. I would like to display the “Progress” in “Projects”. It should say “1/4” if there is one “Completed” and 4 tasks. The formula in Excel is “=CONCATENATE(COUNTIF(Sheet2!A2:A5, “Completed”), “/”, COUNTA(Sheet2!A2:A5))” Please help me find out how to do this in AirTable, thanks!
I’m trying to figure out a formula to give me the following info in our age of Corona… I want to put a column on our main table that returns either a ‘yes’ or a ‘no’ based on data from 2 other tables. I’ve got the tables set up to give me a ‘1’ for a count so all I want is for the column on the main table to read data from those other two tables and give me a yes or no… possible?
What’s wrong with this formula? It references a single field named ‘Date’. That field usually will have a valid date in it, but in some cases the field might be left empty. In a separate formula field I’m trying to use this formula but it’s not working. IF ( Date = BLANK(), “Date Missing”, DATETIME_FORMAT(Date,‘YYYYMMDD’) ) What’s wrong with that? How else do I test to see if a field is empty? William
I’m having people place orders for a sale online. I’d like to have a rollup form of their totals, since the only tidy way to submit orders is one item per submission, so there will be several lines. The buyer is submitting their e-mail with each order submitted: person1@email.com 1 shirt $10 person1@email.com 2 shoes $25 person1@email.com 10 chairs $7 person2@gmail.com 2 shirts $18 I’d like to be able to somehow summarize the total amount per e-mail address. I can figure out how to do it if I were inputting the e-mail addresses ahead of time, but not when they’re coming in from a form.
Hi everyone! Super new to Airtable (as of today actually) and I’m trying to have a “Status” column update based off a horrendous nested IF statement referencing multiple other columns, shown here: MD Signoff (Not Started, In Process, Pending adjustment, Complete) RN Signoff (Not Started, In Process, Pending adjustment, Complete) Rx Signoff (Not Started, In Process, Pending adjustment, Complete) I’m using the following formula (please don’t make fun of me :frowning: lol) but am only getting some of it to work as expected: IF( AND( {MD Signoff}=“Complete”, {RN Signoff} = “Complete”, {Rx Signoff} = “Complete” ), “Complete”, IF( AND( {MD Signoff} = “Complete”, {RN Signoff} = “Complete”, {Rx Signoff} != “Complete” ), IF( AND( {MD Signoff} = “Complete”, {RN Signoff} != “Complete”, {Rx Signoff} =“Complete” ), IF( AND( {MD Signoff} = “Complete”, {RN Signoff} != “Complete”, {Rx Signoff} != “Complete” ), IF( AND( {MD Signoff} != “Complete”, {RN Signoff} = “Complete”, {Rx Signoff} = “Complete
How can I achieve the following from Excel in Airtable? In a time table of “Events”, the StartTime of an Event begins when the EndTime of the previous Event ends: A B C Record/Row: StartTime Duration EndTime 1 14:00:00 00:30 14:30:00 2 14:30:00 00:45 15:15:00 In Formulas in Excel 1 14:00:00 00:30 =A1+B1 2 C1 00:45 =A2+B2 I would be grateful to anyone who can help me figure out how to do this. Thank you! Peter
Why would this return blank and no errors? IF(AND({Status}=“AM: Follow Up on Proposal”,{24 Hours}=“2 Days”,“yes”,“no”)) Fields: Status=Single select 24 Hours=Formula
Hello all! I have an airtable issue where I’m trying to set up a notification for a field when Training Completion Date is prior to 1/3/18. For more clarification, the indicator is being used to know when to retrain my coworkers but I’m having trouble creating the equation if one exists. I’m still fresh to airtable, but I already see the appeal. If someone can help me create a formula for a column I would be very grateful. Thank you all for your time.
Creating a table for bidding purposes and after my first field I realized my formula table is going to be crazy! (Trying to avoid another field option) As seen in the screen shot I have (SF) Costs which is a formula for the cost per SF. However, not all cost are the same. Without adding a tremendously long formula for each product, possibly by SKU as the variable, is there a way to add the difference per SF cost? Thank you.
I am looking to create a formula that enters a date when the status of another field is changed scenerio: a field called “Job State” is changed to “sent to writer” and then the formula would fill in the date that action was made I am then going to build a Zapier Zap to kick out a status update email to the client
Hi all - I’m new to Airtable, we use it at the Transportation Authority I work for. What I am looking to do is create a database of bus schedules by their shipping quantities (amount). Most schedules are distributed to multiple locations, which I have a table for each. Quantities of schedules per route vary from location to location. I am trying to get the total quantity of each schedule - across all tables - to the Total page, where I can view the grand total quantity per route. I thought I was able to use the rollup feature, but I cannot get it to link multiple columns to provide me with the outcome I am looking for. Maybe I need a formula? Any assistance is greatly appreciated. Thank you in advance!
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.