Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
KTN KTN is offline
external usenet poster
 
Posts: 2
Default how do you match data and paste result in a perticular cell?

Here is my problem. I have two sheets one is a policy list and the other is
a dealer list. I want to match a dealer number out of the policy list and
match that number with the number on the dealer list and return the dealer
name in a seperate cell. Like this...
Policy List
A
1 2008 11 05 0000788027 3008995 NEWBUS 146869450.pdf
2 2008 11 05 0000788027 3008999 NEWBUS 146829784.pdf

Dealer List
A B
1 0000788027 ABC Company USA
2 0000788038 Excel Company

When the match and return are completed, I want my Policy list to look like
this.

Policy List
A
B
1 2008 11 05 0000788027 3008995 NEWBUS 146869450.pdf ABC Company USA
2 2008 11 05 0000788038 3008999 NEWBUS 146829784.pdf Excel Company

Please help. Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default how do you match data and paste result in a perticular cell?

KTN wrote:
Here is my problem. I have two sheets one is a policy list and the other is
a dealer list. I want to match a dealer number out of the policy list and
match that number with the number on the dealer list and return the dealer
name in a seperate cell. Like this...
Policy List
A
1 2008 11 05 0000788027 3008995 NEWBUS 146869450.pdf
2 2008 11 05 0000788027 3008999 NEWBUS 146829784.pdf

Dealer List
A B
1 0000788027 ABC Company USA
2 0000788038 Excel Company

When the match and return are completed, I want my Policy list to look like
this.

Policy List
A
B
1 2008 11 05 0000788027 3008995 NEWBUS 146869450.pdf ABC Company USA
2 2008 11 05 0000788038 3008999 NEWBUS 146829784.pdf Excel Company

Please help. Thanks.



Look at this:


http://contextures.com/xlFunctions02.html
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 747
Default how do you match data and paste result in a perticular cell?

try this

in price list sheet - cell B1 put this formula

=INDEX('Dealer List'!$B$1:$B$10,MATCH("*"&'Dealer List'!A1&"*",'Policy
List'!$A$1:$A$10,0))


On Nov 6, 10:31*pm, KTN wrote:
Here is my problem. *I have two sheets one is a policy list and the other is
a dealer list. *I want to match a dealer number out of the policy list and
match that number with the number on the dealer list and return the dealer
name in a seperate cell. *Like this...
Policy List
* * * * * * * * * * * * * * * * * * * * * * * * A
1 2008 11 05 0000788027 3008995 NEWBUS 146869450.pdf
2 2008 11 05 0000788027 3008999 NEWBUS 146829784.pdf

Dealer List
* * * *A * * * * * * * * * * * * * * * * B * * * * * * * * * *
1 0000788027 * * * * * * ABC Company USA
2 0000788038 * * * * * * Excel Company

When the match and return are completed, I want my Policy list to look like
this.

Policy List
* * * * * * * * * * * * * * * A * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * *B
1 2008 11 05 0000788027 3008995 NEWBUS 146869450.pdf * * * ABC Company USA
2 2008 11 05 0000788038 3008999 NEWBUS 146829784.pdf * * * * Excel Company

Please help. *Thanks.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
KTN KTN is offline
external usenet poster
 
Posts: 2
Default how do you match data and paste result in a perticular cell?

For some reason this is not working. Am I missing something?

"muddan madhu" wrote:

try this

in price list sheet - cell B1 put this formula

=INDEX('Dealer List'!$B$1:$B$10,MATCH("*"&'Dealer List'!A1&"*",'Policy
List'!$A$1:$A$10,0))


On Nov 6, 10:31 pm, KTN wrote:
Here is my problem. I have two sheets one is a policy list and the other is
a dealer list. I want to match a dealer number out of the policy list and
match that number with the number on the dealer list and return the dealer
name in a seperate cell. Like this...
Policy List
A
1 2008 11 05 0000788027 3008995 NEWBUS 146869450.pdf
2 2008 11 05 0000788027 3008999 NEWBUS 146829784.pdf

Dealer List
A B
1 0000788027 ABC Company USA
2 0000788038 Excel Company

When the match and return are completed, I want my Policy list to look like
this.

Policy List
A
B
1 2008 11 05 0000788027 3008995 NEWBUS 146869450.pdf ABC Company USA
2 2008 11 05 0000788038 3008999 NEWBUS 146829784.pdf Excel Company

Please help. Thanks.



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
Formula result does not match displayed result lothar Excel Worksheet Functions 1 June 23rd 08 05:05 AM
How do i set up blink a perticular cell? aziz Excel Discussion (Misc queries) 1 June 16th 08 03:33 PM
how to allow other users to make changes for some perticular cells make changes in work book Setting up and Configuration of Excel 2 October 19th 07 05:50 PM
Find, Match data and paste data between two workbooks Chuckak Excel Discussion (Misc queries) 0 September 1st 06 06:59 PM
Match result is sometimes #N/A SharonP. Excel Discussion (Misc queries) 9 September 23rd 05 02:20 PM


All times are GMT +1. The time now is 10:09 AM.

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"