Hello everyone,
I have a question on how I can use a vlookup to look up to parameters that bouth need to match to then give me a third parameter.
I had to remove all specific company terms so this screenshots are now very generic.
This is the formula I used: =IF({Sheet1} = "Country6"; [Assigned To]21; AND(VLOOKUP([Promo Type]@row; Customer1:[Assigned To]20; 6; false) VLOOKUP([Promo Type]26; Customer1:[Assigned To]20; 6; false))
The aim is to check if the country in sheet 1 is "Country6", if so then give the name in cell "Assigned To 21". If not then check the whole table if the customer is the customer in cell "Promo Type 24" and the promo type is the promo type in cell "Promo Type 26". If so give me the name in "Assigned To".
The ";" are right, because I use the German version of Smartsheet which uses ";" instead of ",".
Is it even possible o do that I want to do? Am I just using the wrong formula or what else could be my problem?