Help

How to create two dependent single select fields to determine the contents of a third field

Topic Labels: Formulas
668 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Paul_Kariniemi
4 - Data Explorer
4 - Data Explorer

I’m having trouble figuring out how to do a formula for dependent single select fields.

This formula will be used in a form for field technicians for a construction company.

The first single select field will have the choices: Product A, Product B, Product C

The second field will have the choices: Variation 1, Variation 2

airtable test

Any help with the formula below is greatly appreciated!

airtable test 2

2 Replies 2

Hey Paul,

So you’re trying to display Product + Variation?

You can concatenate them with the & symbol or with CONCATENATE

Your formula will be:

Product & Variation

2022-07-14_13h44_13

______________________________________
Hannah - On2Air.com - Automated Backups for Airtable

For dependencies on whether they choose Product A or Product B, you will could use a SWITCH formula like this:

______________________________________
Hannah - On2Air.com - Automated Backups for Airtable