PC Review


Reply
Thread Tools Rate Thread

Creating Match-up formula to return value

 
 
Melvin_Flint_2247
Guest
Posts: n/a
 
      6th Apr 2009
I need to create a match-up formula that returns the value from another
column. I have 2 cloumns (trailer numbers and their corresponding
commodity), and I have another column which has the same trailer numbers and
I want to create a match-up program that will search in column D for a match
in column A, then return its value in column B; here is an example:

Column A Column B Column D Column E
Trailer Commodity Trailer (match trailer # in column D w/
column A,
5271 Clamp 5271 return value in column B)
5502 Clamp 7912
7912 Clamp 8659
8592 Clamp 8682
8659 Clamp 8900
8682 Cart 9233
8900 Clamp 10837
9233 Clamp
10837 Clamp
10908 Clamp


 
Reply With Quote
 
 
 
 
Paul C
Guest
Posts: n/a
 
      7th Apr 2009
try a vlookup in column E

assuming e3 is the first row of actual data

=vlookup(D3,A3:B12,2,false)
--
If this helps, please remember to click yes.


"Melvin_Flint_2247" wrote:

> I need to create a match-up formula that returns the value from another
> column. I have 2 cloumns (trailer numbers and their corresponding
> commodity), and I have another column which has the same trailer numbers and
> I want to create a match-up program that will search in column D for a match
> in column A, then return its value in column B; here is an example:
>
> Column A Column B Column D Column E
> Trailer Commodity Trailer (match trailer # in column D w/
> column A,
> 5271 Clamp 5271 return value in column B)
> 5502 Clamp 7912
> 7912 Clamp 8659
> 8592 Clamp 8682
> 8659 Clamp 8900
> 8682 Cart 9233
> 8900 Clamp 10837
> 9233 Clamp
> 10837 Clamp
> 10908 Clamp
>
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Lookup Formula: Return 1st match, then 2nd match, then 3rd match Scott Microsoft Excel Misc 4 11th Dec 2009 05:50 AM
Need formula to return exact match gootroots Microsoft Excel Worksheet Functions 8 18th Nov 2009 10:14 PM
Lookup formula to return all instances of match? CParker Microsoft Excel Misc 10 5th Oct 2009 06:40 PM
IINDEX and MATCH formula with more than one return value awest Microsoft Excel Misc 6 3rd Oct 2009 04:54 AM
Re: RE: Write a formula that can look up and match a specific number and return the results for that spe Que Microsoft Excel Worksheet Functions 0 18th Mar 2004 09:56 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:18 AM.