Forum Discussion
Anonymous
6 years agoNot applicable
Lookupvalue with multiple conditions
Hello everyone, I need retreive the field [a] from the table1 with a multiple conditions : table2[b]=table3[b] and table4[c]=table5[c] The example of my query is below : =LOOKUPVALUE( table1[a...
- 6 years ago
Well, the red part is not correct:
=LOOKUPVALUE( table1[a];table2[b];table3[b]; table4[c];table5[c]])
Greg_Deckler
Community Champion
6 years agoWell, the red part is not correct:
=LOOKUPVALUE( table1[a];table2[b];table3[b]; table4[c];table5[c]])
- Anonymous6 years agoNot applicable
Thank you, it's working well !