Leverage this space to unlock the power of Airtable formulas.
Recently active
Hi All, I am looking for a formula that shows value of records are “duplicate” or “not duplicate”. In Google Sheet, I use formula (=IF(COUNTIF(A:B,B1)>1,“duplicate”,“not duplicate”) but in Airtable, I can’t use same that formula. Please help me, thanks All.
I have a software and I have a 30-day and paid 365-day trial plan.I need 3 columns:- start date- status30 days365 dayswhen it ends (formula)I need to do the following:I put the start date, for example 01/01/2023status 30 daysautomatically in the column when it ends will be 02/01/2023and if I change the status to 365 days, automatically the field when it ends changes to 01/01/2024this is without ifI'm trying this and i need to put another status and dates tks to help
I can not get this formula to work.... is it completely wrong or am I missing parathesis? IF({PMID}=“BathJR”,"Jason R",IF({PMID}=”BathSS”,“Stuart S",IF({PMID}=”BathBL”,“Brian L",IF({PMID}=”ODLBL”,“Brandon C",IF({PMID}=”WINBL”,“Evan V",IF({PMID}=”ODLJR,“Brandon C",IF({PMID}=”WINJR”,“Evan V"))))
Is it a bug? My formula works when I do +1.But when I do *1 I get all errors:
Hi Airtable community,Attached photos show problem and desired solution separated by the empty row. One example in Airtable. Second example in Google Sheets. This is a small sample of a much larger dataset (hence the query).If Column-B contains 2> (2 or more) names/items then I want that row to duplicate with separate unique Column-B names/items.Your formula/script/automation and how to implement would be greatly appreciated and helpful. Thank you,Krys
Hello,I am trying to get this formula to work and it is currently working for tasks completed on time or late and showing the correct # of days in between, but for tasks completed ahead of the expected finalization date it is not working and that is a mathematical issue as the "-1" I added in my formula to calculate the in between dates is adding to the number of days when a task is completed earlier. How can I solve this issue? Any ideas on a formula I can add so it understands that for tasks completed earlier (negative #) the -1 is not being added?WORKDAY_DIFF({Expected Finalization Date},{Actual Finalization Date})-1
Hi all,If I have a number field formatted as currency, and I convert it to a string with a formula like this:{unit price}&""it drops all non-zero decimal places as well as the dollar sign, so $7.00 becomes 7. Is there any way to convert to a string with the 2-decimal format intact?
In Google Sheets, I do this in a cell:=1+1...and the answer is output in the cell.Can I do that in AirTable? To be clear, I want to have different formulas in each cell, not one formula for the whole column.
Hey guys, I don’t know if this is a strange request but I hope you can help me with it. I dived into Airtable for the past months. I really love it and I’m working almost on a daily base on my Airtable base. Now I have set up a quite complex base for my company but I’m lacking of a deeper understanding of formulas. I did a quite complete course and read through everything I could find on the Airtable web itself, but I still feel as lost with formulas as with math at school :grinning_face_with_sweat: I really want to understand how to build formulas and solve the problems and hurdles I have in my base. Therefore I’m looking for a teacher that goes through my Airtable with me and explains me with the given examples how to create different formulas. Of course I will pay for it. If somebody is interested, please let me know, Thanks in advance. Best, Mad
I have a Lookup field called 'Call Result' in my Contact table for my Touchpoints table's 'Call Result' column - which is a drop down. I have a view called 'Hit Lister' and I would like to filter records where I have encountered - for example - 8 voicemails in a row. Here is an example of the contents of one such 'Call Result' lookup row record:Call Me Back, Voicemail, Voicemail, Voicemail, Voicemail, Voicemail, Voicemail, Voicemail, Voicemail, Voicemail, VoicemailThe challenge I have is when I add the condition:Call Result does not containVoicemail, Voicemail, Voicemail, VoicemailThe record is not filtered as it should be.Please provide ideas or troubleshooting steps on how I can fix my problem. For reference I have supplied a link to a video below of my cahllenge which should clarify any lasting confusion:https://share.getcloudapp.com/z8ulmjwd
Hello- Any help with if CAMPAIGN THEME is blank, the “-” will not show in the formula? IF( {CAMPAIGN NAME}, CONCATENATE( IF( {CAMPAIGN BRAND}, {CAMPAIGN BRAND} & IF(OR({CAMPAIGN NAME}, {CAMPAIGN TYPE}, {CAMPAIGN THEME}, {EVENT NAME}), " - ", “”) ), IF( {CAMPAIGN NAME}, {CAMPAIGN NAME} & IF(OR({CAMPAIGN TYPE}, {CAMPAIGN THEME}, {EVENT NAME}), ": ", “”) ), IF( {CAMPAIGN TYPE}, {CAMPAIGN TYPE} & IF(OR({CAMPAIGN THEME}, {EVENT NAME}), " - ", “”) ), IF( {CAMPAIGN THEME}, {CAMPAIGN THEME}& IF(OR({CAMPAIGN TYPE}, {CAMPAIGN THEME}, {EVENT NAME}), " - ", “”) ), IF({EVENT NAME}, {EVENT NAME}) ), ‘EVENT’ & ’ - ’ & {EVENT NAME} ) A - B: HOLIDAY PROMOTION - HALLOWEEN - The theme is Halloween. Thanks!
I'm new to Airtable and as expected I need help with a formula, please! This is what I need: IF( {Days to Deliver} is equal to 0 then it 'Expires Today',IF({Days to Deliver} is equal or bigger than 1 but less or equal than 7 then it is 'About to Expire',IF( {Days to Deliver} greater than 8 then it is 'On Time'IF( {Days to Deliver} is <0 then it is'Completed')))) Any help will be appreciated
I would like to be able to have a different formula in each record, rather than one formula applied to every record.My table is a task list. The Due Date of each task (record) is relative to the Due Date (date field) of the Final Task. Task A is due 1 day before the Final Task is due, Task B is due 5 days before the Final Task is due, etc. Is there a way to input a formula into each record's field that would calculate from a field in another record within the same table? Like if I put "-1 day" into the field (I don't know what type of field could do this) of Task A, it would display October 30, 2023 if Final Task's Due Date was October 31, 2023.The best I've come up with so far is a short text field where I write "1 day before" "5 days before" etc and then plug in the dates in the date field once I've decided Final Task's Due Date. However, this means if I change Final Task's Due Date, I have to manually change all records' Due Dates.I can't find anything like this anywhere. It's
HiI'm looking to create a new field or to modify an existent one.As of 2022, this formula was okay but in 2023, the value for H sould now be 45.94 instead of 39.27 .Because we don't want it to have an impact on our reports and on our Page Designer, we need to add a condition that if the event took place in 2022, H = 39.27 and if the event took place after december 31th 2022, H= 45.94. Could someone help me? I've been trying different things but it seems that I always forget something. Thanks a lot !
Visually it displays the exact same as if I use a lookup field, but trying to sum it just returns 0 :confused:
I'm trying to compare data from 2 columns to result in a rating. I'm trying to break it down first before going crazy with multiple IF AND statements. Below is the first working example:IF(AND(A=100, B=100), 5, BLANK())Below are the conditionsIF A=100 AND B=100, rate 5IF A<100, A>=97 AND B<100, B>=97, rate 4IF A<97, A>=94 AND B<97, B>=94, rate 3I have tried the following and it's not workingIF(AND(A=100, B=100), 5, IF(OR(AND(A<=100, A>=97), AND(B<=100,B>=78))), 4, BLANK()))
Hi there, I have some recipes here that appear in one column like: Salmon (F) 280g / 560gLemon 0.5 / 1Potatoes 2 / 4Tomato 2 / 4Capers 20g / 40g Etc. I would like to have another column get the qty on the left of the / and another to get the qty on the right of the /so column 1 = 280g0.52220getc. I am struggling to figure this one out x
Hi,I have a big data base, it reaches over 10K records in one table, therefore I had to split the table into two. BUT now I want to combine these two tables into one in order to build the interface I wish based on just one table.I decided to lookup the records based on dates. I want the combined table to be built on the 365 days of the yearHow do i build that list? The date format in the two tables is: European 12/1/2023Thanks
I have a "rate" field that comes in in different formats so airtable (and excel) treat it as long text.In excel I convert it to a number with this formula: =IFERROR(VALUE(IF(ISNUMBER([@Rate]),[@Rate],LEFT([@Rate],FIND("$",[@Rate])+4))),"")Because the field can be:1) A normal number = keep as is2) Or something like this: "$ 0.00Setup Fee $ 995.00" - where I am trying to strip out the spaces and "Set-Up Fee..." language.Need help with a formula to do this in Airtable if possible. ISNUMBER doesn't exist because the field type is set as text, etc. I'm wondering if I need to use scripting...but that would be a first for me.Thanks.
Hey Everyone, Needing help with another if statement. It is not behaving in the manner I am expecting. I have 3 fields Odo calculated (Formula Field), Odo miles (Number field) and Final Odometer (If statement). I am trying to have the Final odometer field populate with the odometer calculated field if the odometer overwrite field is empty. If the Odometer Overwrite field is not empty I want that number to populate in the Final Odometer field.I currently have IF({ODO Miles} = " ",{ODO Miles}, {Odo Calculated})
Hi,I'm trying to write a formula that creates links for all the records of a particular table. CONCATENATE("https://airtable.com/apppHrkLvUlS6WHMn/tbluWhdAjZM8xU9DD/viwCnMkKvccWgTatL", RECORD_ID()) This is creating a broken link. Am I missing something? Thanks!
hi! trying to get a nested if formula to work based on market and the only country that is pulling is the first (US) but not FS. if i switch "US" to "FS" for example, it will pull into the FS market and US. it seems to be an issue with the conditional statement finding a match and then stopping. any idea how would i fix this? IF(Market="US",IF(Channel="Natural Search",0.59,IF(AND(Channel="SEM Brand text",Quarter="Q1"),0.1,IF(AND(Channel="SEM Brand text",Quarter="Q2"),0.1,IF(AND(Channel="SEM Brand text",Quarter="Q3"),0.1,IF(AND(Channel="SEM Brand text",Quarter="Q4"),0.1,IF(AND(Channel="SEM Nonbrand text",Quarter="Q1"),2.12,IF(AND(Channel="SEM Nonbrand text",Quarter="Q2"),1.92,IF(AND(Channel="SEM Nonbrand text",Quarter="Q3"),1.7,IF(AND(Channel="SEM Nonbrand text",Quarter="Q4"),1.7,IF(AND(Channel="SEM PLA",Quarter="Q1"),1.55,IF(AND(Channel="SEM PLA",Quarter="Q2"),1.47,IF(AND(Channel="SEM PLA",Quarter="Q3"),1.18,IF(AND(Channel="SEM PLA",Quarter="Q4"),1.18,IF(AND(Channel="Affiliates",Q
Hai, I need track sales team for visit customer, for this I created form on AirTable Which problem when Sales team go to customer and submit report visit, there is no Geo Tagging ( Longitude and Latitude). I need to know information when Sales person is on customer location Can this possible ? if Yes, how to do? Thank you
Hello everyone Please I need help with a formula I have a field of start date, a duration field and an end date field. I need an airtable formula that once I put a start date and the duration of the project (2days) the end date automatically populates. That is I have a project starting 2/1/2023 and my duration is 3 I.e 3days..I want the end date to automatically populate as 5/1/2023
Hello, I need to create an aging formula with an If statement to track when a record is open with a count of days until it gets closed and ultimately stops counting. I then want to be left with the difference of days between the date opened and the date completed, in the days-old column. Currently, the Days old column counts days open from the date the record was created. DATETIME_DIFF(TODAY(), DATETIME_PARSE({Opened date}, 'MM-DD-YY'), 'days') and just keeps counting. Any help is appreciated!
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.