I have two tables, Table 1 and Table 2, with different fields. When a specific record is populated in Table 2, I want the values of some of its fields to automatically appear in a corresponding record in Table 1where the cells were initially empty, based on the primary fields of both tables, I’m calculating a total in Table 1 based on entries into records in several tables and need to have the total in Table1 automatically updated whenever the values change in the other tables. What is the best way to achieve this? IOW, what is the equivalent of XLOOKUP or Index Match in Airtable?
Solved
XLOOKUP and INDEX Match Equivalent in Airtable
Best answer by TheTimeSavingCo
Hmm, from your screenshot, I’d first recommend consolidating the data; instead of having two tables where you have items and values, it should all be in a single table
After that, I’d recommend creating a new table where each record represents a single grouping of your items, and then linking your items to that grouping record, and then you’d use a rollup like in the previous example
---
With your current data structure, you’d need to:
- Create a linked field to Table 2
- Link the records together
- Create a lookup field to pull the value over
- Create a formula field to consolidate the values
- View the total sum like so:
-
This is fine if you’re doing something quick and dirty but generally not recommended, and you can find it set up here
Login to the community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.



