View Single Post
  #1   Report Post  
engilo
 
Posts: n/a
Default How do I Double Conditional vlookup for 3 columns?

I need to look up values under two conditions. For example, I have 3 collumns

1 a hi
1 b yo
2 a um

I need to look up "1" in the first column, "b" in the second column, and
return "yo" from the fourth column. Can you do this using some type of
nested vlookups? I am trying to avoid writing the visual basic code for it.