Leverage this space to unlock the power of Airtable formulas.
Recently active
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
Has anyone come across a way to use ARRAYUNIQUE(values) in a ROLLUP so that it is case insensitive? E.g. a rollup of “Demo, DEMO, DeMo, demO” should return one value.
Hi! I have a project management base with a series of dates for different stages of the production process. I want to have a series of corresponding “Function” fields that would flip to “Past Due” when a deadline passes. I am very new to Airtable and have had difficulty with writing date-based formulas. Thanks in advance!
Hello everyone, I have a cell that contains a comma separated list of images, examples below, I’d like to separate each value into a new cell, however I’d like this value to be strictly the url. Does anyone know how I can get this solution? Thanks in advance EX: LIST: 2020-10-09 08.59.08.jpg (https://dl.airtable.com/.attachments/0394c79d/2020-10-0908.59.08.jpg),2020-10-09 08.59.37.jpg (https://dl.airtable.com/.attachments/c9a6eabc/2020-10-0908.59.37.jpg),2020-10-09 09.00.14.jpg (https://dl.airtable.com/.attachments/e15451a9/2020-10-0909.00.14.jpg),2020-10-09 09.00.26.jpg (https://dl.airtable.com/.attachments/cd631799/2020-10-0909.00.26.jpg),2020-10-09 09.00.41.jpg (https://dl.airtable.com/.attachments/6cd5bde0/2020-10-0909.00.41.jpg),2020-10-09 09.01.03.jpg (https://dl.airtable.com/.attachments/fc16571d/2020-10-0909.01.03.jpg) DESIRED END RESULT Cell 1 https://dl.airtable.com/.attachments/0394c79d/2020-10-0908.59.08.jpg Cell 2 (Right of cell 1 on the same row) https://dl.airtable.com/.
Hello, I am trying to do a rollup that will only show unique values that appear more than 2 times. In essence, ARRAYUNIQUE(if value appears more than twice). Anybody have any suggestions?
Hi! I’m at a loss for how to write this formula correctly, even after referencing multiple other topics on here. What I’m working with: TABLE 1: “Original Release Date” (formula field calculating from multiple Date fields in Table 1). TABLE 2: “Deadline Date Add” (currently manual number field, but I’ve tried it as a text string with '- and ‘days’ incorporated to the field as well) TABLE 3: “Master Due Date” I need a formula to subtract the “Deadline Date Add” number from the “Original Release Date” and populate a new date in “Master Due Date.” So if “Original Release Date” = 10/12/20, and “Deadline DateAdd” = 10, then I want “Master Due Date” to return 10/2/20 Currently I’m referencing all fields from Table 3 (Table 3 looking up “Original Release Date” from Table 1, and “Deadline Date Add” from Table 2. All date fields are date only, and don’t incorporate time of day/zones. Any help here would be greatly appreciated! Thanks!
I’m having trouble understanding why this isn’t working. Essentially what I’m trying to do is find out how many authors were published each calendar year and each fiscal year. There are multiple issues published each year and each fiscal year, and sometimes they don’t line up. Each issue links to a record for the year and FY, like so: (this is my issues table) I have a second table for the year and fiscal year records: stats by year & fy. What I’m trying to do is a rollup that will count how many author records are connected to each year and FY. There are some authors that will occur over multiple magazine issues, so those duplicates need to be weeded out from the total number of unique authors for each year/FY. However, when I use the COUNTALL(VALUES) rollup, it seems to only be calculating how many issues are connected to the record, rather than authors: Here’s what I’m trying: I’m not sure why this isn’t totaling “All authors”, which is the table field I’ve selected. I’ve tri
Hello, I have two fields Phone and Phone Extension. I need a formula that evaluates the following conditions: if Both are present, show Phone if exist, otherwise show Phone Extension if exist if only Phone is present, show Phone if only Phone Extension is present, show Phone Extension if both are blank, show it as blank I’ve been racking my brains out trying to figure this out and I know it’s probably stupid simple, but I spent far to long working on this. I appreciate any help anyone can provide.
Hi everyone I have a habit/task table, the time period is on a multiple choice column (daily, weekly, bi-weekly monthly, etc.). I keep track of the last time it’s done (the date). Is there a formula that can take both into consideration and tell me if something is overdue? for example if it has been more then a week since i did a weekly task.
Hello, I need to separate a complete mailing address into 3 columns. Currently the entire Mailing address is on column, per this picture. In this case I would like to spilt the cell after Department and after 9701 so (Experian Dispute Department in is on Column) P.O. Box 9701 is in a another column and then Allen, TX 75013 is in another column.
I keep trying to google, search and i am not landing on what i need. My coding understanding, as minimal as it is, is only enough to get me into trouble. As a general expression of what i wish to achieve; i want to make a view, that shows items:: are over 28 days or more beyond creation without being completed. that don’t have a specific due date that has passed (If it has passed due date then report as normal from created date). I need a formula that: Looks at the field “Created Date” field and compares to todays date. Looks at the Field “Work Completed” (If checked or not) returning “nil”? if it is complete. Looks at the field “Due Date” field and if (“today”) is not past that date, returns “nil”. Outputs “4 weeks+” for any period 28-55 days Outputs “8 weeks+” for any period 56-83 days Outputs "12 weeks+ for any period 84 days Thanks in advance!
Hi all, I’m trying to make it easier for my teammates to create records, and would love it if I could format the text in a formula field so that its items separated by a comma are displayed in vertical list format. This is the formula I’m using right now, trimmed so no one has to wade through ALL the categories and tags: IF(Category=“Community”,“Art & Music, Books & Literacy, Children & Youth, Community Development, Education, Guns & #NeverAgain, Inclusive Language”) I’d like everything within the second set of quotation marks to display in list format. Is this possible?
Hi, I have a table were I need to figure out how to say if the status is closed. To then move to another table titled closed.
Hello! I’ve been using Airtable for a couple years. I don’t know much about formulas, but I can usually figure out what’s going on. In one table, I have this formula to calculate ages: DATETIME_DIFF(TODAY(), Birthdate, ‘years’). Up until today, it’s worked perfectly. However, for some reason, now it’s giving me an error message. I have a different table with the same formula - it’s also giving me a brand new error message. I’ve tried switching the order DATETIME_DIFF(Birthday, TODAY(), ‘years’), and that works fine too (the age is just a negative number, not ideal). The kicker is, if I change the unit to ‘weeks’ it works no problem - I just don’t have a use for knowing ages in weeks. Any ideas?
Hello, community. Imm attempting to create a résumé table. I want to be able to add jobs that have the following fields. ‘Title’ ‘Start’:formula ‘End’:formula ‘months worked’:numeral. The first entry the job start is hardcoded and the job ended is calculated by adding the months worked to the job start. The second entry job start is a reference to job end from the previous entry. Hope that makes sense.
I am trying to create automatic pricing in Table 1 using pricing from Table 2 I.E. Table 1 Formula (OTY*{Table2Price}) but I can’t figure out how to find the pricing table items in my formula Help?
Hey All, I hope everyone is keeping well given the current pandemic. I have recently started to use Airtable Sync and since then, noticed a couple of my formulas are now showing up with #ERROR (see pics attached). My database is a paid plan, but is syncing to a free database. The DOB is being synced to the new page, but the age is not. I would love some help on how to get the age to show again! Thank you so so much!
Hellloo! Costings within my business have now changed slightly and have added in a new column but I only want the records after 1st October to calculate the 10%. Please help, thank you. IF({Date Purchased}IS_AFTER(01/10/2020),SUM({Net Revenue}*0.1))
Hi, I am using Zapier to pull booking information into Airtable. The information comes in like this: 100-007 Storage boxes x 4.0 @ £4.17 = £16.68 I am wondering if I can split this information up into separate columns (column titles are in italics). Location code = 100 Sales code = 007 Item = Storage Boxes Quantity = 4 Price Per Item = £4.17 Total Price = £16.68 Any help would be much appreciated. Thanks Gal
Hi, I’m a bit new to this and not sure if it’s even possible. I have a table of ‘scores’ with multiple ‘players’. Each player has a score, up to 30 scores each. In another table I have a rollup which displays all the players scores. What I’m trying to do is find the 5 best scores for each player, add as a total, then divide by 5 to give an average score for each player. This should then give a leaderboard of the best players based on their 5 best scores out of X scores. I’ve managed to do this manually in Notion by adding a checkbox formula which when I enter the player score, I look at their top scores and check/uncheck as required. This is fine and works but I’m now looking to make it more automated with Airtable. Is this dooable as a formula or better as a script on a front end with js? So with airtable it works like this ‘Overall Score’ = All Scores + Checkbox = Total Score Average Score = Total Score / 5 Thanks in advance.
Hello Airtable community! I am struggling with a formula and thought I would put it here since you all never let me down :slightly_smiling_face: I want the formula to produce the result overdue IF the contact’s sum of (“level of connection” and “Level of importance”) is greater than 5 and “Last Contact” is more than 180 Days The contact’s sum of (“level of connection” and “Level of importance”) is greater than 7 and “Last Contact” is more than 90 Days -The contact’s sum of (“level of connection” and “Level of importance”) is greater than 8.9 and “Last Contact” is more than 30 Days For reference here is what I currently have (Very far off) IF(DATETIME_DIFF(TODAY(),{Last contact},‘days’)>90,“Overdue”) THANK YOU !!!
Hey guys, Which field type should I use to enter page numbers for each of my table listings? I want to be able to do some calculations on them later e.g. average page number for 10 rows of book listings. I tried using the number (#) field type but it adds an unnecessary decimal place. So for example a page number entered as 350 changes to 350.0. I was going to use the single line text field but wondered if that would prevent me running calculations later on. Thanks in advance if anyone can help.
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.