Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 14
Default Pivot Table lookup

Ok here is my issue :)

I am working with many records and need a way to match a vendor name with a
part number, my table looks a such

A B
Part Number Vendor name
AH00000E
AH99999E
AI00000F
AI05500E


So what Im looking to do is take the First two letters of the part number
and assign a vendor using a pivot table we created on a sheet called
"VendorNames" to go in the "B" column

Any help would be geat :)
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,979
Default Pivot Table lookup

You could use a formula similar to the following, to extract vendor
names from a pivot table on a sheet named Pivot:

=INDEX(Pivot!$B$8:$B$50,MATCH(LEFT(A2,2)&"*",Pivot !$B$8:$B$50,0))

Noncentz303 wrote:
Ok here is my issue :)

I am working with many records and need a way to match a vendor name with a
part number, my table looks a such

A B
Part Number Vendor name
AH00000E
AH99999E
AI00000F
AI05500E


So what Im looking to do is take the First two letters of the part number
and assign a vendor using a pivot table we created on a sheet called
"VendorNames" to go in the "B" column

Any help would be geat :)



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Pivot Table lookup

A vlookup should work if the the first two letters of the part number is what
reference back to a vendor. If you need to, create a new column and use the
left formula 2 to fill in the column and then create a lookup table for the
vendors based upon the 2 letters.

"Noncentz303" wrote:

Ok here is my issue :)

I am working with many records and need a way to match a vendor name with a
part number, my table looks a such

A B
Part Number Vendor name
AH00000E
AH99999E
AI00000F
AI05500E


So what Im looking to do is take the First two letters of the part number
and assign a vendor using a pivot table we created on a sheet called
"VendorNames" to go in the "B" column

Any help would be geat :)

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
Pivot Table Field Lookup Josh Johansen Excel Discussion (Misc queries) 6 June 19th 07 04:24 PM
Lookup within Pivot Table Fred Smith Excel Discussion (Misc queries) 1 February 4th 07 07:55 PM
Pivot Table Lookup Grid MIVELD Excel Discussion (Misc queries) 1 September 13th 05 05:09 PM
Pivot table doing a lookup without using the lookup function? NGASGELI Excel Discussion (Misc queries) 0 August 2nd 05 05:08 AM
Can I use a 'lookup' to a Pivot Table? Chrism Excel Discussion (Misc queries) 1 April 7th 05 06:51 PM


All times are GMT +1. The time now is 05:19 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"