Help
Formulas
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Auto-fill lookup values when new records are created

Hello! Here is my situation and what I would like to get accomplished: I have three tables, 1,2,3. T1 has a list of candidates, who will either pass or fail (based on my selction of a single select value). For those who pass, I want to add their data...

papparaziz by 6 - Interface Innovator
  • 4877 Views
  • 7 replies
  • 1 kudos

Resolved! Multiple nested if statements giving me problems

Im trying to write the same formula I have in excel in to Airtable and Airtable erases everything but the first if(and()) statement. IF({Statement} = 1, "3",     IF(AND({Statement2}<=50, {Statement2>0),1),     IF(AND({Statement2}>50, {Statement2}<=10...

Button wont pass data on mobile

I'm using a public airtable view with a button that passes data to a web form. Works on desktop but not on mobile.looks like this: "https://myurl.com/bid?bid=" & ENCODE_URL_COMPONENT({Deal Name}) & "&new=" & ENCODE_URL_COMPONENT({Current Bid Value}) ...

bself7 by 1 - Visitor
  • 19 Views
  • 0 replies
  • 0 kudos

Formula field creates new records

I have a formula field that gives me a date.then I have a normal date field "current". For example, if I enter a date in the "Current" date field, then the formula field should calculate 2 years from this date and give me the date in 2 yearsExample: ...

user2100 by 5 - Automation Enthusiast
  • 72 Views
  • 2 replies
  • 0 kudos

Next Reminder Date in Airtable ?

Hi All, I am trying to build a Reminder portal to track some key dates within Airtable and was wondering how in Airtable can I use Formula or if there is any other way to find the date that is due to come from a range of dates (sample data below - I ...

ravikarwa by 4 - Data Explorer
  • 42 Views
  • 1 replies
  • 0 kudos

How to hyperlink text inside a formula?

Hello,I'd like my formula to spit out a paragraph of text. Some of the text within the formula, I'd like to include hyperlinks. Is this possible?Here's an example:If field A = option 1, spit out this text:Lorem ipsum dolor sit amet, consectetur adipi...

Rounding or Precision Issues

If you're working with numbers and formulas are returning different results, rounding differences or precision errors could be the cause.Solution:Ensure that both formulas are using the same precision (number of decimal places).Use the ROUND() functi...

Setting Timezone without Time in Date Field

Hello!I'm having issues with Airtable's default GMT timezone. I have a Date field (which I do not want to have time displayed for) as well as a formula field using the DATEADD formula to calculate the next time a task is due, based on frequency. In t...

Screenshot 2023-02-20 at 2.10.04 PM.png Screenshot 2023-02-20 at 2.07.35 PM.png