View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
coeus coeus is offline
external usenet poster
 
Posts: 7
Default How to vlookup a value with certain conditions?

Hi all,

I have a workbook, which have two sheets, Sheet A is like below:

aaa category1 111
aaa category2 222
bbb category1 333
bbb category2 444
bbb category3 555

and sheet B like below:

aaa
bbb

For which functions i should use to make sheet B like below - only get
category2 value.

aaa 222
bbb 444

Thanks a lot!