Hi everyone, I'm trying to reproduce the following Excel formulas in Airtable, which returns the third column from the "Tabella gest" table if the match is satisfied.
INDEX('Tabella gest'!$B:$D;MATCH(1;('Tabella gest'!$B:$B=G2)*('Tabella gest'!$C:$C=BX2);0);3) |
I've two tables:
- "Tabella gest", from which I have to retrieve the third column if the match is satisfied and use the columns B and C in the match, called respectively "Canale commerciale" and "Classe ABC"
- "Input", which has the columns G and BX for the match function, respectively called "Tipo codice materiale" and "ABC ordinato"
I don't have any idea if this is possibile and how I could do it, so I would appreciate anyone's help.