D
darkangelstorm
Hi if anyone could help me i would be grafeful, the problem im having is
trying to use nested if's with vlookup tables.
for example..
=IF(D20=VLOOKUP(D20,crap,1),VLOOKUP(D20,crap,2),VLOOKUP(D20,to,2))
so im saying if the cell D20 contains a description that fits in "crap"
table then go to collum "index 2" or goto a differnet table called "to"
in this case. as the for the false statemnet of "IF"
(The forumla above works)
however im trying to add another table to the chain, for example if it
does not table "crap or to" then please goto table "lol"
This was my attempt.
"=IF(D19=VLOOKUP(D19,crap,1),VLOOKUP(D19,crap,2),IF(D91=VLOOKUP(D19,to,1),VLOOKUP(D19,to,2),VLOOKUP(D19,,lol,2)))"
however im getting N/A's for table two and three now,
where as table 1 = crap
table 2 = to
table 3 = lol
anyhelp would be grateful. DAS
trying to use nested if's with vlookup tables.
for example..
=IF(D20=VLOOKUP(D20,crap,1),VLOOKUP(D20,crap,2),VLOOKUP(D20,to,2))
so im saying if the cell D20 contains a description that fits in "crap"
table then go to collum "index 2" or goto a differnet table called "to"
in this case. as the for the false statemnet of "IF"
(The forumla above works)
however im trying to add another table to the chain, for example if it
does not table "crap or to" then please goto table "lol"
This was my attempt.
"=IF(D19=VLOOKUP(D19,crap,1),VLOOKUP(D19,crap,2),IF(D91=VLOOKUP(D19,to,1),VLOOKUP(D19,to,2),VLOOKUP(D19,,lol,2)))"
however im getting N/A's for table two and three now,
where as table 1 = crap
table 2 = to
table 3 = lol
anyhelp would be grateful. DAS