G
Guest
I have a spreadsheet that has three tables. I need to create a lookup that
looks in the first table and if it doesn't find the value goes to the second
table and then the third to find the value. What I have been using is
vlookup(a3,a10:k10,3,vlookup(a3,o10:y10,3,vlookup(a3,aa10:ak10,3,0)))
and it's not working. Any ideas.
looks in the first table and if it doesn't find the value goes to the second
table and then the third to find the value. What I have been using is
vlookup(a3,a10:k10,3,vlookup(a3,o10:y10,3,vlookup(a3,aa10:ak10,3,0)))
and it's not working. Any ideas.