View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Rpt_Me4NotBeingSmart Rpt_Me4NotBeingSmart is offline
external usenet poster
 
Posts: 5
Default VLOOKUP and names with Commas

I am using the below formula in D195 to look up an employee's hours.
B195 is Doe, Jane
from the search array, Doe, Jane is in B139 and Doe, Jack is in B138. The
values keep pulling from Jack. Is there a way force it to pull from Jane?

=VLOOKUP(B195,$B$9:$G$190,2)