Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default how do i vlookup left?

my ex:

Order #1 | Part Number1.1.1 | HeatC
Order #2 | Part Number2.2.2 | HeatB
Order #3 | Part Number3.3.3 | HeatA

sometimes i vlookup the order # to find the heat.
but other times i want to vlookup the heat to find the order number

how can i do this?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default how do i vlookup left?

Use Match() and Index()
or
Use Match() and Offset()
--
Gary''s Student - gsnu200902


"Joe@Phoenix" wrote:

my ex:

Order #1 | Part Number1.1.1 | HeatC
Order #2 | Part Number2.2.2 | HeatB
Order #3 | Part Number3.3.3 | HeatA

sometimes i vlookup the order # to find the heat.
but other times i want to vlookup the heat to find the order number

how can i do this?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default how do i vlookup left?

Try this:

Lookup order number for HeatB

E1 = HeatB

=INDEX(A1:A3,MATCH(E1,C1:C3,0))

--
Biff
Microsoft Excel MVP


"Joe@Phoenix" wrote in message
...
my ex:

Order #1 | Part Number1.1.1 | HeatC
Order #2 | Part Number2.2.2 | HeatB
Order #3 | Part Number3.3.3 | HeatA

sometimes i vlookup the order # to find the heat.
but other times i want to vlookup the heat to find the order number

how can i do this?



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default how do i vlookup left?

im not real good with using functions im not familiar with. can this be used
with an excel sheet that is constantly being updated? we constantly add new
rows and i am trying to setup a 'checker' for someone to be able to punch in
Heat and it to automatically populate the order number. i have a 'checker'
for someone to punch in the order# and the heat to populate cause that can
work with us always adding rows.

Ex:
Enter Order # | (They enter order number here)
Heat = | =vlookup(order#,A:C,3,false)

"T. Valko" wrote:

Try this:

Lookup order number for HeatB

E1 = HeatB

=INDEX(A1:A3,MATCH(E1,C1:C3,0))

--
Biff
Microsoft Excel MVP


"Joe@Phoenix" wrote in message
...
my ex:

Order #1 | Part Number1.1.1 | HeatC
Order #2 | Part Number2.2.2 | HeatB
Order #3 | Part Number3.3.3 | HeatA

sometimes i vlookup the order # to find the heat.
but other times i want to vlookup the heat to find the order number

how can i do this?




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default how do i vlookup left?

Just expand the range references or reference the whole columns:

=INDEX(A:A,MATCH(E1,C:C,0))

--
Biff
Microsoft Excel MVP


"Joe@Phoenix" wrote in message
...
im not real good with using functions im not familiar with. can this be
used
with an excel sheet that is constantly being updated? we constantly add
new
rows and i am trying to setup a 'checker' for someone to be able to punch
in
Heat and it to automatically populate the order number. i have a 'checker'
for someone to punch in the order# and the heat to populate cause that can
work with us always adding rows.

Ex:
Enter Order # | (They enter order number here)
Heat = | =vlookup(order#,A:C,3,false)

"T. Valko" wrote:

Try this:

Lookup order number for HeatB

E1 = HeatB

=INDEX(A1:A3,MATCH(E1,C1:C3,0))

--
Biff
Microsoft Excel MVP


"Joe@Phoenix" wrote in message
...
my ex:

Order #1 | Part Number1.1.1 | HeatC
Order #2 | Part Number2.2.2 | HeatB
Order #3 | Part Number3.3.3 | HeatA

sometimes i vlookup the order # to find the heat.
but other times i want to vlookup the heat to find the order number

how can i do this?








  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default how do i vlookup left?

Debra Dalgleish has some nice instructions:
http://contextures.com/xlFunctions03.html

Joe@Phoenix wrote:

my ex:

Order #1 | Part Number1.1.1 | HeatC
Order #2 | Part Number2.2.2 | HeatB
Order #3 | Part Number3.3.3 | HeatA

sometimes i vlookup the order # to find the heat.
but other times i want to vlookup the heat to find the order number

how can i do this?


--

Dave Peterson
  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default how do i vlookup left?

thank you all who helped. i ended up using the index & match and it works
great.

Thank you
-Joe

"Dave Peterson" wrote:

Debra Dalgleish has some nice instructions:
http://contextures.com/xlFunctions03.html

Joe@Phoenix wrote:

my ex:

Order #1 | Part Number1.1.1 | HeatC
Order #2 | Part Number2.2.2 | HeatB
Order #3 | Part Number3.3.3 | HeatA

sometimes i vlookup the order # to find the heat.
but other times i want to vlookup the heat to find the order number

how can i do this?


--

Dave Peterson

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 to the left? Mac[_3_] Excel Discussion (Misc queries) 4 July 29th 08 12:16 PM
'RIGHT', 'LEFT' in a VLOOKUP RJB Excel Discussion (Misc queries) 6 March 14th 08 12:05 PM
vlookup left Mottyb Excel Worksheet Functions 2 November 22nd 07 07:58 PM
VLOOKUP LEFT VS RIGHT Jerry[_2_] Excel Worksheet Functions 2 September 7th 07 03:40 PM
VLOOKUP *Left* Value jim Excel Discussion (Misc queries) 4 June 5th 06 05:15 PM


All times are GMT +1. The time now is 12:54 PM.

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

About Us

"It's about Microsoft Excel"