Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Craig wotdoo
 
Posts: n/a
Default Matching parts to model numbers

I want to be able to add a different model number into a collum then have the
rows in that collum come up with those parts that that model uses as some of
these parts are used on severasl different models for example Model A uses
parts 1, 2, 3, 4 model B uses parts 2, 3, 5, 6 and model b uses parts 1, 2,
5, 6, ofcourse there a lot more model numbers and parts but what i want to be
able to do is type the model number in and have all the part numbers it uses
come up in the same row.
  #2   Report Post  
bj
 
Posts: n/a
Default

Is there a table somewhere in your workbook with some relationship between
the parts and the Model Number?
are the model Numbers "Smart" (IE:can you tell from the first character
something that would tell you that a specific part would be needed, etc.)
Would you want the parts to show up in the same column each time or just a
list right after the part number.

I appologize for asking so many questions, but to make th epart list there
needs to be sometthing to reference.

"Craig wotdoo" wrote:

I want to be able to add a different model number into a collum then have the
rows in that collum come up with those parts that that model uses as some of
these parts are used on severasl different models for example Model A uses
parts 1, 2, 3, 4 model B uses parts 2, 3, 5, 6 and model b uses parts 1, 2,
5, 6, ofcourse there a lot more model numbers and parts but what i want to be
able to do is type the model number in and have all the part numbers it uses
come up in the same row.

  #3   Report Post  
Craig
 
Posts: n/a
Default

Basically there are aprox 30 models with around 300 parts at the moment there
is a spreadsheet with the partnumbers followed by the model that each part
goes on, for some parts this is up to 20 models.
in the same row each time i guess for example like this

MON
Model A B C
TX 1 8 9
SX 1 7 10
RX 4 7 9

Each day the model's will change but part numbers for each model will remain
the same



"bj" wrote:

Is there a table somewhere in your workbook with some relationship between
the parts and the Model Number?
are the model Numbers "Smart" (IE:can you tell from the first character
something that would tell you that a specific part would be needed, etc.)
Would you want the parts to show up in the same column each time or just a
list right after the part number.

I appologize for asking so many questions, but to make th epart list there
needs to be sometthing to reference.

"Craig wotdoo" wrote:

I want to be able to add a different model number into a collum then have the
rows in that collum come up with those parts that that model uses as some of
these parts are used on severasl different models for example Model A uses
parts 1, 2, 3, 4 model B uses parts 2, 3, 5, 6 and model b uses parts 1, 2,
5, 6, ofcourse there a lot more model numbers and parts but what i want to be
able to do is type the model number in and have all the part numbers it uses
come up in the same row.

  #4   Report Post  
bj
 
Posts: n/a
Default

in your response it looks like you might use different numbers of the
different parts in each model, do you want this indicated also?
If you have 300 parts you can't have one column per part number, so you
obviously need to eliminate blanks between parts.
I believe you will need VBA code to do what you want.

I will try to put something to gether and send another response later.



"Craig" wrote:

Basically there are aprox 30 models with around 300 parts at the moment there
is a spreadsheet with the partnumbers followed by the model that each part
goes on, for some parts this is up to 20 models.
in the same row each time i guess for example like this

MON
Model A B C
TX 1 8 9
SX 1 7 10
RX 4 7 9

Each day the model's will change but part numbers for each model will remain
the same



"bj" wrote:

Is there a table somewhere in your workbook with some relationship between
the parts and the Model Number?
are the model Numbers "Smart" (IE:can you tell from the first character
something that would tell you that a specific part would be needed, etc.)
Would you want the parts to show up in the same column each time or just a
list right after the part number.

I appologize for asking so many questions, but to make th epart list there
needs to be sometthing to reference.

"Craig wotdoo" wrote:

I want to be able to add a different model number into a collum then have the
rows in that collum come up with those parts that that model uses as some of
these parts are used on severasl different models for example Model A uses
parts 1, 2, 3, 4 model B uses parts 2, 3, 5, 6 and model b uses parts 1, 2,
5, 6, ofcourse there a lot more model numbers and parts but what i want to be
able to do is type the model number in and have all the part numbers it uses
come up in the same row.

  #5   Report Post  
craig
 
Posts: n/a
Default

Thank's very much it's good to see people with knowledge helping others out
i'll start looking into it.

"bj" wrote:

in your response it looks like you might use different numbers of the
different parts in each model, do you want this indicated also?
If you have 300 parts you can't have one column per part number, so you
obviously need to eliminate blanks between parts.
I believe you will need VBA code to do what you want.

I will try to put something to gether and send another response later.



"Craig" wrote:

Basically there are aprox 30 models with around 300 parts at the moment there
is a spreadsheet with the partnumbers followed by the model that each part
goes on, for some parts this is up to 20 models.
in the same row each time i guess for example like this

MON
Model A B C
TX 1 8 9
SX 1 7 10
RX 4 7 9

Each day the model's will change but part numbers for each model will remain
the same



"bj" wrote:

Is there a table somewhere in your workbook with some relationship between
the parts and the Model Number?
are the model Numbers "Smart" (IE:can you tell from the first character
something that would tell you that a specific part would be needed, etc.)
Would you want the parts to show up in the same column each time or just a
list right after the part number.

I appologize for asking so many questions, but to make th epart list there
needs to be sometthing to reference.

"Craig wotdoo" wrote:

I want to be able to add a different model number into a collum then have the
rows in that collum come up with those parts that that model uses as some of
these parts are used on severasl different models for example Model A uses
parts 1, 2, 3, 4 model B uses parts 2, 3, 5, 6 and model b uses parts 1, 2,
5, 6, ofcourse there a lot more model numbers and parts but what i want to be
able to do is type the model number in and have all the part numbers it uses
come up in the same row.

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
Seed numbers for random number generation, uniform distribution darebo Excel Discussion (Misc queries) 3 April 21st 23 09:02 PM
Match Last Occurrence of two numbers and Return Date Sam via OfficeKB.com Excel Worksheet Functions 6 April 5th 05 12:40 PM
Match Last Occurrence of two numbers and Count to Previous Occurence Sam via OfficeKB.com Excel Worksheet Functions 33 April 4th 05 02:17 PM
Count and Sum Total occurrances of two specific numbers Sam via OfficeKB.com Excel Worksheet Functions 10 March 29th 05 08:13 PM
Converting Numbers to Text properly Shirley Munro Excel Discussion (Misc queries) 1 February 16th 05 03:01 PM


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