Leverage this space to unlock the power of Airtable formulas.
Recently active
Hi! I have looked pretty extensively in other questions and feel like I just must be missing something. We have a diaper bank and have one field that is a Multiple Select. That field has many selection options; we don’t care about counting most of the individual items in that field but when either Pads, Tampons, or Pregnancy test is selected, I’d like the value of “1” to be entered into the Pads, Tampons, or Preg test field (so we can correctly count how many of each item we are giving out.) Can someone please help me with the formula? Thank you!
I have start dates and end dates for each project in a list of about 50 projects. I want to create a filter that will only show me records that were active between the start date and end date during specific fiscal years (where I set the FY date parameters). Some projects span multiple fiscal years, so "on or after" or "on or before" doesn't cover everything.
This is my data, inclusive of images, and the ensuing results I'm obtaining from Airtable on Make.com are clearly visible.However, there seems to be a slight issue. Instead of receiving the value 1014.40 as expected, I'm getting 1014.4000000000001.Could you guide me on how to rectify this discrepancy?
Hello!I am trying to create a formula which gives an output of difference between two dates (Premium date & Last month from Today date - as seen in the last 2 columns). The base is primarily used to manage my Insurance payments, so keeping that context in mind if its helpful. The issue is - I have two Premium dates in my table (because some times Premium might be half-yearly frequency payment). So, in order to get the difference in dates for only 1 date (Yearly premium) - I used the following formula:IF({Plan status}="Active", DATETIME_DIFF(DATETIME_FORMAT({Premium pmt date},'DD-MMM'),DATETIME_FORMAT(DATEADD(TODAY(),-1,'month'),'DD-MMM'),'DAYS'),'NA')And this is working fine.But, when I introduce 2 dates into the formula - I also need to use a MIN() function that gives me the lower of the difference values.Here is the formula I tried using for it, but it returns NaN -IF({Plan status}="Active",MIN( DATETIME_DIFF(DATETIME_FORMAT({Premium pmt date},'DD-MMM'),DATETIME_FORMAT(
Hi everyone, I have a base that keeps Anydesk ID's of our staff, and I want to open Anydesk automatically from Airtable, using the saved Anydesk ID. There is a URL Handler from Anydesk, the problem is, that the link doesnt open in Airtable.Thats the link with the Anydesk ID. Entered in a Browser, it opens the Application and the session automatically. But Airtable doesnt recognize it as a link, ass www, https, or https before doesnt help. Any ideas how to solve it? Best Yonatananydesk:123456789https://support.anydesk.com/knowledge/url-handler
Hi expert guys and gals, I am struggling with what appears to be a straightforward mundane issue, but I have scoured the Community and the internet without any luck. I have workers schedules and sometimes they work Monday to Friday, but sometimes they work, say, every other day and some of their shifts fall during the weekend or during a national holiday. So I have a field with multiple select where it shows which days they (will) work and how many hours - from there multiply the number of days by the hours to get the total payable hours per week and consequently the total pay for the week. How can I go about finding which of their shifts/dates that they have to work will fall during a weekend or a holiday, so I can pay them double on these dates. The question is twofold, and the easy part is, I think I can use an IF formula to check if a specific date they submitted an hours report (AFTER completing the work) is a workday or not. The harder part is when I am p
Trying to accomplish this simple formula but it results in an error???Using a Single Select Field and a Currency Field.{Toe Kick LI} * {Toe Kick Cost Per LI} Thanks in advanced for your assistance!
Hmm, I feel like this should be easier, but I'm running into a stumbling block.I have a Multiple Select column {Dubbing VO (all languages)} that has a list of VO actors. Each name begins with the two letter code for what language they are working in. i.e. ES for Spanish, HI for Hindi etc. There are multiple actors for each language.Then I have another column that is the VO artist per language. i.e. {ES VO actor}. I'm currently using the formula below to pull in the selected name that begins with that language's code. The problem I'm running into is when there is more than 1 ES actor on a project. It only returns the first name it comes across. The code I'm using as an alternative returns all of the names in the {Dubbing VO (all languages)} field.Code that works for 1 name:IF(FIND('ES', ARRAYJOIN({Dubbing VO (all languages)}&',')) > 0,TRIM(LEFT(RIGHT(ARRAYJOIN({Dubbing VO (all languages)}&','),LEN(ARRAYJOIN({Dubbing VO (all languages)}&','))- FIND('ES', ARRAYJOIN({Dubbing
I have a table created like the one on the picture and would like to create a concatenate field with the name of the columns that have stars associated with. Is it possible?For the first record the formula should return (M&A, IPO, Turn Around, Financiamento/Captação), for the third record the formula should return (IPO, Planejamento Estratégico)
Hi everyone!I have two lookup fields, each one of them with a list of dates, and I need to merge them in the same field, keeping the date format. I've been testing with some formulas like concatenate, arrayjoin, dateformat... but I haven't been able to solve this problem. Do you know how to do this? In case more detail is needed, I have a table with employees, another with Time Off Request and a third one with Holiday Calendars. Each line in the Time Off Request tab is linked to one employee who has requested that day off. Each date in the Holiday tab is assigned to several employees who are going to be off that day. Then, in the employee table, I have a lookup field for the dates from the Holiday Calendar tab, and another lookup field for the dates from the Time Off Request tab. I need to have all those dates in the same field and in a date format to be able to use it in a Timeline view. Is this possible?Thanks for your support!!Best regards,Mar
Hi! I'm new to creating formulas. I can create two IF formulas in independent columns, but am struggling to combine them into a single formula to communicate a task is due in ___ days, but to also make this countdown stop when a task is completed.This formula is dependent on two fields: Due Date and Status (Not Started, In Progress, Done).I need this formula to create 3 potential outcomes:BLANK, if no Due Date was entered. __ DAYS, if a Due Date was entered and the task is not complete.✔️, if a Due Date was entered and the task is complete.I achieved #1 and #2 with this formula: IF({Due Date}, DATETIME_DIFF({Due Date}, TODAY(),'days') & " days")I achieved #3 with this formula: IF(Status="Done", "✔️")But I am not sure how to combine these into one single formula, in one single column.
Requesting assistance with the following formula I am unable to get to function properly. IF(AND({Proof of Service (Differential - Proof of Service+(x)Days)}<=20, {Document Received}=BLANK(),"Pending")(IF(AND({Proof of Service (Differential - Proof of Service+(x)Days)}>20, {Proof of Service (Differential - Proof of Service+(x)Days)}<50, {Document Received}=BLANK(),"Delinquent"),(IF(AND({Proof of Service (Differential - Proof of Service+(x)Days)}>50, {Proof of Service (Differential - Proof of Service+(x)Days)}<60, {Document Received}=BLANK(),"Submit Complaint to Review Board")))))) Objective:If (Differential - Proof of Service+(x)Days)}<=20 and State="Florida" and {Document Received} attachment field is empty, fill the formula field with "Pending Document" If (Differential - Proof of Service+(x)Days)>20 but <50 and State="Florida" and {Documents Received} attachment field is empty, fill the formula field with "Delinquent Document"&nb
Hello, if I have a cell with a range of numbers in, as selected via a multi select, is there a formula that can add these numbers up and give me the total, for example i'd like a column that will show the total of the numbers in image of the cell attached, which would be 14. Thanks
Hello, I am looking for a way to do something like this: I do have two values. I want to sum up these tweo numbers and create 3 more results. I.e. the value of field "first field" is 70, the value of field "second field" is 10.The result should be the sum of both values but with 9 more calculated numbers: i.e. 80 / 90 / 100 / 110 / 120 / 130 / 140 etc. (So I need a total of 10 numbers in the result. And all numbers should be separated with a slash and a space before and after the slash). How is this possible with a formula? Thanks for help,Michael
Winged Foot Condominium Assn dBase.Base has 2 Tables named Maint Fees and Winged Foot AssnMAINT FEES TABLEMaint Fees table has 5 fields: Unit Name > [$] 2022 Maint Fees > [$] 2023 Maint Fees > [Linked] Winged Foot Units > [A] NotesMaint Fees table has 6 records (Condos)Maint Fees amounts can change every year for each of the 6 records WINGED FOOT ASSN TABLEWinged Foot Assn table has 29 fields - these 4 fields should be considered for a formula: [Primary Field] [A] Unit & Week > [CkBx] Maint Week > [CkBx] Assn Owned > [Lookup] 2023 Maint Fee > WF UnitIs it possible to change the Lookup field 2023 Maint Fee to a Formula field?If so, the formula needs to Lookup the amount from the Maint Fees table based on the WF Unit field and enter the amount from the Maint Fees Table field [$] 2023 Maint Fees OR IF [CkBx] Maint Week OR [CkBx] Assn Owned is checked, enter blank or zero.An additional consideration for the formula can be to substitute the WF
Hi all I’m using a table to create a list of rotas showing who is on duty during a given date range. There will be multiple people on duty across different date ranges in different areas of the country. What I need is then to be able to use a search app in which users can enter any given date, and the results will show who is on duty on that date, and only those. I’ve only got as far as OR(IS_SAME(TODAY(), {Start}), IS_SAME(TODAY(), {Finish})) which gives “1” if {Start} is today’s date or if {Finish} is today’s date, and I think I’ll need the IS_SAME function at some point, but I’m stumped when it comes to getting the whole range of dates in one field. My thinking for how to do this is as follows: Make a formula to show all dates individually that fall between the dates in a {Start} and a {Finish} field, i.e. IF {Start} is 27/11/2020 and {Finish} is 30/11/2020, the formula will display, “27/11/2020, 28/11/2020, 29/11/2020, 30/11/2020”. Call this field {Date range}. Use {Date r
I have the following FieldsTemplate Type (options are either TEXT Only or With Weblink)Title LineCopyName of LinkURL When user selects Template Type Text Only, I need a field that will display the full text and contents:{"iconName":"safety","text":"Copy","title":"Title Line"}When a user selects Template Type With Weblink, I need a field that will display the full text and contents:{"title":"Title Line","text":"Copy","externalURLdisplayName":"Name of Link","externalURL":"URL","iconName":"safety"}
Hello, I am looking for a way to combine five fields (address, second address line, zip code and city) to a new multiline text field when another field "second zip code" has a value. So here is an example of the five fields: Address: 220 Miller AvenueSecond Address line: Apartement 50Zip Code: 22033City: ParisCountry: FranceThis values should be combined to the multiline text field "complete address" (with a line break "\n" after each line, except between the zip code and city): 220 Miller AvenueApartement 5022033 ParisFranceBut the six fields should only be combined if the field "second zip code" has a value (i.e. 22033). Is this possible somehow with a formula field?Thanks for help, Michael
Hello everyone! I'm attempting to construct email and Slack automation to remind my team to update specific projects (records) in a project management interface. When we were in data mode, I merely included a link to the Record URL in the automation message body. Is there a method to refer to a specific project or record in the formatting of the record review? Or in the format of the record summary?I sent the following video to customer support. They suggested I post here since I have not heard back from them.
Hi everybody I am new to airtable and trying to put a class scheduling together. I have mostly been using the template and learning through trial and error. Now I have produced a weird error that does not seem to impact the functionality but is very annoying.I am using the formulaCONCATENATE(Course, " | ",{Instructor})and it gives me the correct result (e.g. 100:Contract Essentials | Kevin)but all results are now between "" (e.g. "100:Contract Essentials | Kevin")where previously the resulting line did not display ""So now I have a number of rows without "" and all new data has the ""Any idea what I should do? any help would be appreciated
Hi all,I'm sending out emails via Airtable and some (but not all) recipients are noticing a very weird problem. The URL code shows the markdown text instead of the URL link, ie., it shows [TEXT](url) instead of TEXT.I thought it might just be a problem with the users who use the browser-based version of Outlook, however one of my Gmail users also had a problem with the formatting. Does anyone know how to fix this? Thanks!
Hi, I have a long text field with the info bellow and would like to extract the infos in bold to different field but cant find a formula to help me with. Thanks in advance for any help guys.This is the text I have in the long text field (its in portuguese but the info I need is in bold and I inserted a number so it is easier to find:Mapa AstralOi, estou muito feliz em poder realizar a leitura do seu mapa. Reserve pelo menos uma hora para estarmos juntos falando sobre você.Se precisar me chama no wpp 21 96847-4444Local: Esta é uma conferência online via Google Meet.Você pode participar desta reunião pelo seu computador, tablet ou smartphone.https://calendly.com/events/59842209-2613-4829-863c-2da5fe919189/google_meet (1)Preciso saber seus dados: Data: 03/05/1986 (2)Hora exata de nascimento: 03:10 (3)Cidade Natal: Rio de janeiro (4)Cidade Atual: Rio de janeiro (5)Qual mapa faremos? : Combo Natal+Revolução (R$520,00) (6)Precisa efetuar alterações nesse evento?Canc
Hi, struggling to wrap my head around date formulas, thanks for your patience with all my questions!I'm trying to set up a formula field that will calculate the next due date for a submission based on when a record was submitted via a form. I have the 'created' field set up, which has a date and time, then the formula field, which I'd like to only show the date, not the time. I need Airtable to recognise this field as a date field for use in Automations, but I also want it to show as a recognisable date to the Author viewing the record and receiving the automated email notification.This is what I've tried to get to work, but it still comes out as a string when using DATETIME_PARSE, but when only using DATETIME_FORMAT the field won't recognise it as a date. What am I doing wrong? IF({Type of Edits}='Bio draft edits for Author revision', DATETIME_PARSE(DATETIME_FORMAT(DATEADD({Submitted},1,'week'),"DD/MM/YYYY"), "DD/MM/YYYY")," ")&nb
HelloWondering if someone can help me with something I am struggling with - but thought would be easy!I have an attachment field in one of my tables, and most records have upwards of 10 images. I'd like to set up a sync'd base which only shows the first image in the array.I created a second attachment field called - "Main image" - but for the life of me, I can't work out how to automatically populate that field, with just the first image from the attachment field.Any ideas?Many thanks,Andrew
HiIf anyone has any ideas about this I would be very grateful - I can't quite see a way through this one!One of the elements of the system I'm building schedules the use of specific tools. I would like to be automatically notified if a tool is double-scheduled, ie. if the duration of a booking clashes with another booking.As far as I'm aware, there isn't a way of defining timespans in terms of dates in Airtable, other than visually in a timeline or gantt view. The furthest I've got towards a solution is to work with start dates and durations, but I feel like this will get pretty complicated, and would need to include a complex set of IF() formulae that I can't quite fathom out.If anyone can see a clear way through, or just has any logical ways to progress, I would be very grateful.I'm also open to scripting solutions if that's the cleanest way forward.Jon
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.