Thread: Nested Vlookups
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Griffen Griffen is offline
external usenet poster
 
Posts: 4
Default Nested Vlookups

Hello All;

I'm trying to create a vlookup using a second criteria, and thought about
writing a nested Vlookup in the same format as nested "IFs". Nothing seems
to work the same way. Has anyone written a nested Vlookup or is it possible?

In short, I'm trying to pull data from a table based on the month of the
year. So the Vlookup would vary based upon the monhth of the year, and thus
the nested lookup function.

Thanks,