Hi All,
I have an Excel formula that I need to convert to Access 2007:
=IF(F8="Active",IF(AND(C8<>"None",C8<>"COM"),VLOOKUP(N8,AQ6:AV11,L8+1,FALSE ),IF(C8="COM",VLOOKUP(J8,AX7:AY11,2,),"Error")),"Null")
The vlookup looks to this:
AQ6:AV11
1 2 3 4 5
5 11 16 20 23 25
4 7 12 17 21 24
3 4 8 13...