Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sam Sam is offline
external usenet poster
 
Posts: 699
Default Vlookup beginning with 3, 4 or 5 specific values

I need to select values in the second column of a table based on the values
in the first column. Voolkup requires an exact match. My Lookup table is as
follows:

Lab1 35 (I need to match all records that begin with Lab1 and post the
value 35.

Thanks
Sam
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Vlookup beginning with 3, 4 or 5 specific values

=INDEX(K1:K13,MATCH(LEFT(G1,4),LEFT(J1:J13,4),0))

G1 is the value to check, J1:J13 is the lookup table key column, K1:K13 is
the lookup table results column.

which is an array formula, it should be committed with Ctrl-Shift-Enter, not
just Enter.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Sam" wrote in message
...
I need to select values in the second column of a table based on the

values
in the first column. Voolkup requires an exact match. My Lookup table is

as
follows:

Lab1 35 (I need to match all records that begin with Lab1 and post the
value 35.

Thanks
Sam



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Vlookup beginning with 3, 4 or 5 specific values

=INDEX(B1:B13,MATCH("Lab1*",A1:A13,0))


"Sam" wrote:

I need to select values in the second column of a table based on the values
in the first column. Voolkup requires an exact match. My Lookup table is as
follows:

Lab1 35 (I need to match all records that begin with Lab1 and post the
value 35.

Thanks
Sam

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vlookup for multiple values SCHM Excel Worksheet Functions 6 June 23rd 06 09:10 PM
VLOOKUP using another table for comparison values Karen S. Excel Worksheet Functions 3 June 15th 06 09:56 PM
Vlookup on a worksheet with similar values GWHITE1 Excel Worksheet Functions 3 December 31st 05 04:16 PM
Creating cell references with variable values to use in Vlookup jackebro Excel Discussion (Misc queries) 2 December 14th 05 02:46 PM
vlookup only a set of values. sansk_23 Excel Worksheet Functions 7 May 18th 05 01:31 PM


All times are GMT +1. The time now is 05:18 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"