View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bj bj is offline
external usenet poster
 
Posts: 1,397
Default Help with excel Formula

=vlookup(SheetA!D1,SheetB!$B;$I,8,0)
depending on what sheet column I is in

"Emma" wrote:

What I am trying to do is:

SheetA has names in column D
Sheet B has the same names in column B but different order
I want it to match the names in sheet A column D and sheet B column B and
return the numer from column I

Is this possible and if so what is the formula?
Thanks!!!!