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

Forum Posts

Rollup / Formula on 3 tables (groupby)

Hi everyone,I’m encountering some challenges with defining a rollup field that combines data from three tables in Airtable. Here’s the setup:Buildings (fields: name, etc.)Employees (fields: name, hourly_rate, etc.)Timesheet (fields: employee_name, bu...

tomerbar by 4 - Data Explorer
  • 615 Views
  • 1 replies
  • 1 kudos

Resolved! Auto generate a new record ID

How can I automatically generate a new record ID in Airtable that continues sequentially from the last number in the existing data?

Thomas039 by 4 - Data Explorer
Solved
  • 151 Views
  • 2 replies
  • 2 kudos

Resolved! Single select dropdown does not appear when I embed the view

Hi all, So I have created a base here (it is a gallery view)https://airtable.com/appPv62y3frc8BYJA/shrVTQGn7420FaGvUEverything in the base works as it should. The single select dropdown works great, but in the embed view, the single select dropdown d...

Nicko54 by 5 - Automation Enthusiast
Solved
  • 336 Views
  • 2 replies
  • 1 kudos

Zip Files as separate files

Is there a script/formula I can use to extract zip files as separate files and have them saved in another field?

tahsinh by 4 - Data Explorer
  • 474 Views
  • 2 replies
  • 0 kudos

Resolved! Issues with formula - Attempting an on hold client button

Trying to create a condition via formula which will mean that a client won't be able to be quoted via airtable extension with the following:Formula:IF(Type="Client", IF({On Hold}="On Hold">"Good", " Good to Quote","On Hold - Do not Quote"))We are hop...

ahenry by 4 - Data Explorer
Solved
  • 926 Views
  • 4 replies
  • 0 kudos

Google Drive Folders Synced to Record

I have a table that is creating a record for each client that completes a form. I have another table on the same base which is a synced google drive table with all client folders. Is there a formula/automation I can use to link the "open in google dr...

tahsinh by 4 - Data Explorer
  • 1218 Views
  • 8 replies
  • 1 kudos

Resolved! Group by / Unique Values

Hi everyone,I am wondering if there is a workaround/solution without using make.com or scripting.I have data in one column for example. The column is a linked field.Items | Qty_to_BuyA|5A|1B|1B|1B|6C|10 I want to create a table with the following out...

aryan201215 by 4 - Data Explorer
Solved
  • 486 Views
  • 1 replies
  • 0 kudos

Resolved! Merging records with multiple parameters (script)

Hello, I'm trying to merge records in my table when 3 criteria match. I've been able to identify which records are duplicates, but I am having trouble merging them. Logically I believe my code should do what I want it do, I am not super familiar with...