Leverage this space to unlock the power of Airtable formulas.
Recently active
Hi community, I have two tables in my base. I’m in table 1 and I want to create a IF formula and bring info from table 2 (from a specific view) Is there a way to do that? If not, can I do a formula that uses info from a different table on the same base? Thanks
Dear lovely people, I’m stuck with a formula (again). I have a base for coordination of translation work. I’d like to get an alert emoji if in a record: “activity” is “translation” and WC is empty or “activity” is “review, proofreading, upload” and “time task” is empty or “activity” is empty Do you know if this is possible to build in a formula field? Thanks so much in advance! :blush: Belén
Hi, So I am completely new to Airtable and used to Google Spreadsheet functions and scripts which seems a lot easier suddenly. But I am looking to create a unique ID that sums up per channel. So we have a base with 2 tables: Videos Channels Imagine we would have multiple videos per channel, and this video should have an unique ID but per channel. I am looking for a formula to do this, but made a manual table to show how the result should be: Any idea how I would do this? It is probably fairly simple but somehow I need a push into the proper direction it seems. Thank you
Hello… I’m using a rollup with ARRAYJOIN(values,"\n • ") Which is giving me this result Item 1 • Item 2 • Item 3 I want this result • Item 1 • Item 2 • Item 3 How do I create a formula that puts a bullet on first item?
Hello, Here’s my base: I’m using a Roll Up to see if the URL in “Leads” table includes the UTM in “Inputs” table. If it does, I want it to add the corresponding “Source” from the “Inputs” table as the “Referral Source” in the “Leads table” I thought I might be able to achieve this as adding this formula with the Roll Up: IF(SEARCH({UTM},{Input}){Source}) But it tells me that’s an invalid formula. Thanks for any help!
Hello the community ! I have a table with a date field. I have a formula which is : IF(IS_AFTER(TODAY(),{Date}), ‘Published :rocket: ’, ‘To publish :hourglass_flowing_sand: ’) And it’s working fine. Now, I have 3 différent dates for 1 record. So I have a 3 date fields : ‘Date1’, ‘Date2’ and ‘Date3’ What are the formula for “If Date1 or Date2 or Date3 are not empty, then ‘Published :rocket: ’, ‘To publish :hourglass_flowing_sand: ’” ? Sorry for my english… Thank you very much !
Formula to multiply Sale Price column which is formatted as Single Line Text by ONP Net% column which is formatted as percent (1.00) to fill the ONP Commission column which contains the formula and format as currency. Throws and ERROR no matter what I try. Have tried: VALUE({Sale Price})VALUE({ONP Net%}) {Sale Price}{ONP Net%} Changing format of Sale Price to currency (which breaks all the other formulas too) Adding VALUE worked to fix the ERROR on all other columns except the the ONP Commission column. Any suggestions?
Hi, I’m trying to lock in a timestamp when a status changes to one particular status. I would like that timestamp to be locked in and not change once the status changes to the next stage. Here’s a formula that would work except that once the status is changed off of the desired status it wouls go back to blank. IF({Status}=“Shop Floor”,NOW(),"") I could do it the following way, but the circular reference isn’t allowed. =IF({Status}="",(if({Status}=“Shop Floor”,NOW(),{Plan to CNC}))) Anyone have a workaround? Thanks in advance!
I have a column called “Visit” that’s all the client’s visit dates/times and am trying to add a “Last Visit” column that displays the last date/time of their appointment. I did a Rollup of Max(values) on the “Visits” column to display in the “Last Visit” column, but it is only returning the date of the last visit and not the time. How do I modify this Max(values) Rollup so it has the last date AND time of their visit: e.g. 4/10/20 2:00 PM ?
Hello. I have 2 tables in one base. One is called “leads” and one is called “Inputs.” (I’d like to add screenshots of them, but it says images are not allowed in posts) “Inputs” has 2 columns: Column A: “UTM” - 43 rows of different UTM strings Column B: “Source” - 43 referral source names, each corresponding to a UTM string “Leads” has 3 columns: Column A: “Name” - contact name Column B: “URL” - the website URL where the user contacted us Column C: “Source” (The formula will be used for this column) Zapier will enter a customers Name, and URL where they contacted us, in “Leads.” I am using “Inputs” as my lookup table to interpret website URLs in “Leads.” I need a formula that will do this: If “Leads” URL contains any of the UTMs listed in “Inputs”, then fill in the “Leads” source with the corresponding source listed in “Inputs” next to that UTM. If “Leads” URL does not contain any of the UTMs listed in “Inputs”, fill in the “Leads” source as “Direct/Organic” by default. Thanks fo
Hello Airtable community… I currently have two columns User Name User Fact Item 1, User Fact Item 2, User Detail User Detail Item 1, User Detail Item 2 I need a formula that creates an array with rich text formatting that merges the two columns to create this At the moment I’m using {UserFacts} & “\n” & {Facts Detail} Which is doing this User Fact Item 1, User Fact Item 2, User Detail Item 1, User Detail Item 2 But I want this User Fact Item 1 Item 1 User Fact Item 2 Item 2 Would you be able to help or give me a pointer? Thank you
I’ve created a form that I’ve asked employees to fill out daily to help us track COVID-19 systems in our work force. I have a second table in my base that has the entire employee list with emails. I would like to create a formula/view where I can see who hasn’t filled out the form on a particular day so that I can send an email reminder to ping them. It’s not as simple as a date match, because I don’t want to see previous dates, only a particular date to see who is missing if that makes sense. New to doing this and any help is greatly appreciated!
Hello everyone, Due to Covid 19, my company decided to find an inexpensive way to create a Lead Management system for our Telemarketing and Telefund campaigns. Airtable seems to work great so far with the actual calling (even though it is a bit more hands on) but I am running into a small issue with our calling calendar. To give you some details, the calendar needs to work as a working document, showing (by month) which segments are called by Telemarketing and which by Telefund. The way I have set is by: a) Creating 3 tables in order to create groups for the segments (e.g Series A, Series B etc = Renewals, Tickets to X performance = 2021 Fall tickets etc.) One for Telemarketing, and one for Telefund as well as one table to group our suppressions. b) Under the original table, starting with the months as the initial column I added a date for when each extraction needs to be completed, a completed/not completed indicator, expected revenue (separately for TM and TF), actual Revenue amount
I can’t find the way to format properly to date a rollup field. The formatting tab return that it’s not a date field. I have that : 2020-10-05T00:00:00.000Z and I want just that : 2020-10-05 Yet, the field rolled up is a date and the aggragation formula is ARRAYUNIQUE(values) Thanks in advance
calculate check out date based on check in date + number of days
I’m trying to create a template for a source bibliography that would include punctuation in the formula. I have multiple fields that will eventually be combined. Can someone tell me why I’m getting an X in Column 1, Row 3, when Column 3, Row 3 is blank? I would have expected that field to be blank. Here’s my records Here’s my formula Thank you, Stacey
Hi all. Sure this is super simple and I’m no doubt being super simple myself in not getting the solution… I have a sheet where I am keeping track on recurring charges. I’m dealing with 3 specific columns in this sheet Col 1 [$ Charge] Col 2 [currency selection…eg AUD, USD, GBP etc) Col 3 [$AUD Charge] Ultimately for each line item I add, I want all charges to be converted to AUD (this would be COL3) and from there I can run further calculation based on this number. So I’m assuming the formulas for column 3 would be: If “Currency” is “AUD” then display the value already entered in “$ Charge”. And… If “Currency” is “USD” then multiply by “<FX rate that I’ll input>” then display the calculation as a “$ value” I’m just not sure how I would write those formulas in Airtable? Possible? Thanks so much Ian
I use Integromat to automatically get the records, and I’m trying to create a search formula to get the list of records that have a birthday a week from now. Here’s the filter: Where {{Birthday}} is within the next number of days '7' How can I make a search formula based out of this filter? I like something from the FROMNOW([date]) which Birthday is the column, but there’s no integer to mark the days. Hope to hear back soon.
I have a couple fields that are all multiple selects, that I want to consolidate to one field that tells me what wasn’t chosen. For Example, I have 3 fields called VIDEO, AUDIO, GRAPHICS all with multiple options to select. I want to create a field that combines them all with the unselected options. If VIDEO has the options: Master, Web, DCP and I select only Master and DCP If AUDIO has: Stereo, 5.1, Stems and I select only Stereo, 5.1 If GRAPHICS has: poster, stills and I select only poster Then I want one field Called Missing that outputs the missing options: Web, Stems, stills Thank you.
Hi Everyone, i’m loving Airtable but am still quite new to the formulas. i am inputting dates of my staffs first aid and criminal record checks to expire after 3 and 5 years. i’m hoping to have the date issued in on column and the next have active or expired… but dear god i cant figure it out! anyone give me a hand here? thanks in advance.
I’ve got a datetime field called Start time (UTC) I want to take the time component and reformat the minutes into a fraction. For example: Source Desired output 14:00 14 14:15 14.25 14:30 14.5 14:55 14.92 I have tried taking the minute component and conditionally dividing it by 60 to at least get started (before I sort out rounding etc), but I just get #ERROR. Here’s my formula: IF(DATETIME_FORMAT({Start time (UTC)},'m')=0,"",(DATETIME_FORMAT({Start time (UTC)},'m')/60))
I want to use a formula to add the Collaborations initials to the Event name so I know who is going just by looking at the primary field name in the calendar view but I am unclear how to accomplish this.
I need a field to add 10% to the previous totals column and then another field that adds 20% to the previous, my experience in formulas is basic +,-,x & divide, and I cannot find the simple solution yet, please help
is it possible to remove spacing between words using formula
Hi, I would like my first column to be a formula that combines columns A-B-C if a specific value is selected in a single select column and combines different columns if another value is selected in that same single select column. I have a single select column called {Calendar} with 2 value options “Event” or “Series”. If {Calendar} is selected to be “Event” I’d like the formula to combine {Calendar}&"-"&{Date}&"-"&{Client}&"-"&{Street} If {Calendar} is “Series” I’d like the formula to combine {Calendar}&"-"&{Date}&"-"&{Site}&"-"&{Service} I would appreciate any help - I am completely stuck and need this in order to merge my Event and Series bases. Thank you! Alix
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.