Hi guys, I am looking for a solution that will combine the IF, AND and
VLOOKUP functions to the following problem. In cell A2 I have the word NORTH
and in cell B2 I have the year 2005 ,,,, in cell C2 I want to have a VLOOKUP
that will work depending on the info in cells A2 and B2 ,,,, e.g.
=IF(AND(A2="NORTH",B2="2005",vlookup(A3,range,2,0)) .........or something
similar , I can't get the formula to work properly ,,,,, any help ?