Busymanjohn
Member
Hey guys, this shouldn't be too difficult. I have two drop down lists, both are a list of order types, one for Manual (B9) and one for Remote (C9). I also have a country name in another cell (B6). I want to do a VLOOKUP based on the country ( B6 )and one of the order types ( B9 or C9 ). My formula (C13) is =IF(AND($B$6="Poland",C$9=1),VLOOKUP($B$9,CEEMA!$A$1:$R$8,3,0),""),,,, which works fine,
so the result is correct if C$9=1, but I want to do a separate VLOOKUP if C9 is not equal to 1 and that VLOOKUP to be VLOOKUP($C$9,CEEMA!$A$9:$R$18,3,0),, is this possible within the one formula ( would I be better using INDEX MATCH perhaps )?
so the result is correct if C$9=1, but I want to do a separate VLOOKUP if C9 is not equal to 1 and that VLOOKUP to be VLOOKUP($C$9,CEEMA!$A$9:$R$18,3,0),, is this possible within the one formula ( would I be better using INDEX MATCH perhaps )?