Help

The Airtable Community will undergo scheduled maintenance on September 17 from 10:00 PM PST to 11:15 PM PST. During this period, you may experience temporary disruptions. We apologize for any inconvenience and appreciate your understanding.

CRM Set-Up and Auto-Population

Solved
Jump to Solution
280 2
cancel
Showing results for 
Search instead for 
Did you mean: 
m1398
4 - Data Explorer
4 - Data Explorer

I have a CRM database with a table called Companies. These Companies have columns that are linked to different tables called Country and Sector. I would like to create a new table, a Market Matrix of sorts, that automatically rolls up the companies in Country A + Sector B, which would also include notes and different properties on the country/sector in question. What is the best way to accomplish this? Thank you in advance! I'm relatively new to this so any help most appreciated. 

1 Solution

Accepted Solutions
TheTimeSavingCo
18 - Pluto
18 - Pluto

Try:
1. Create a formula field that'll concatenate the "Country" and "Sector" fields together so that the output is "Country A - Sector B" or something
2. Create a new table and link it to "Companies"
3. In "Companies", click the field header of the field from step 1, thus selecting the entire column, and hit CMD / CTRL + C
4. In "Companies", click the field header of the linked field from step 2 and hit CMD / CTRL+V
5. In the new table from step 2, create the rollup fields that you want

And you can also make an automation to handle this for you automatically!

See Solution in Thread

2 Replies 2
TheTimeSavingCo
18 - Pluto
18 - Pluto

Try:
1. Create a formula field that'll concatenate the "Country" and "Sector" fields together so that the output is "Country A - Sector B" or something
2. Create a new table and link it to "Companies"
3. In "Companies", click the field header of the field from step 1, thus selecting the entire column, and hit CMD / CTRL + C
4. In "Companies", click the field header of the linked field from step 2 and hit CMD / CTRL+V
5. In the new table from step 2, create the rollup fields that you want

And you can also make an automation to handle this for you automatically!

m1398
4 - Data Explorer
4 - Data Explorer

Amazing! Thank you!!!