PC Review


Reply
Thread Tools Rate Thread

Problem Extracting Data From A Generated List

 
 
Saruman
Guest
Posts: n/a
 
      9th Nov 2006
Having a problem trying to use MATCH, INDEX and SUMPRODUCT to produce a list
from some data.

In row 1, I have Business Process Numbers (BP's) in this format:

1.01 44.01 46.02 46.03 46.06


which start at 1.01 and at the moment go up to 60.27. There are currently
146 BP's.

The column under each BP has a list of Attribute numbers from the range of 1
to 1300 and this may very well expand in the near future. Due to the amount
of Attributes, these obviously have to be placed Vertically. The attributes
are arranged in numerical order in each column but there may be duplicates
and the length of each column is not fixed. BP 44.01 has 0 attributes, BP
46.03 has 29 attributes.

I need to produce a list that will give me the BP's associated to an
Attribute Number so i can automate a copy process.

For instance, Attribute 14 is associated with BP's 46.21 and 46.22. I would
need to be able to see the following:

Attribute BP1 BP2 BP3 BP4
16 11.10 46.02 46.03 46.30
17 46.21 46.22


I would be eternally grateful if someone could assist please.


 
Reply With Quote
 
 
 
 
Bernard Liengme
Guest
Posts: n/a
 
      9th Nov 2006
I followed this right up to:
> I would need to be able to see the following:
> Attribute BP1 BP2 BP3 BP4
> 16 11.10 46.02 46.03 46.30
> 17 46.21 46.22

What is BP1, BP2
Where is 14 in this output ?
Where did the numbers other than 46.21 and 46.22 come from?
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Saruman" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Having a problem trying to use MATCH, INDEX and SUMPRODUCT to produce a
> list from some data.
>
> In row 1, I have Business Process Numbers (BP's) in this format:
>
> 1.01 44.01 46.02 46.03 46.06
>
>
> which start at 1.01 and at the moment go up to 60.27. There are currently
> 146 BP's.
>
> The column under each BP has a list of Attribute numbers from the range of
> 1 to 1300 and this may very well expand in the near future. Due to the
> amount of Attributes, these obviously have to be placed Vertically. The
> attributes are arranged in numerical order in each column but there may be
> duplicates and the length of each column is not fixed. BP 44.01 has 0
> attributes, BP 46.03 has 29 attributes.
>
> I need to produce a list that will give me the BP's associated to an
> Attribute Number so i can automate a copy process.
>
> For instance, Attribute 14 is associated with BP's 46.21 and 46.22. I
> would need to be able to see the following:
>
> Attribute BP1 BP2 BP3 BP4
> 16 11.10 46.02 46.03 46.30
> 17 46.21 46.22
>
>
> I would be eternally grateful if someone could assist please.
>



 
Reply With Quote
 
Saruman
Guest
Posts: n/a
 
      9th Nov 2006
Thanks for your quick reply.

I would need to see a table that has the attribute number in the left column
with the associated BP's where it was found. The BP1 etc is the associated
BP where that attribute number was found. It wouldn't need to have those
headings.

ie: Attribute 16 found in BP 11.10, 46.02, 46.03 and 46.30
Attribute 17 found in BP 46.21 and 46.22

Attribute 14 was an example that appears only in BP's 46.21 and 46.22.

The other numbers are Processes that are associated with those Attribute
Numbers in the actual file. I could send you the file if needed.

Saruman

"Bernard Liengme" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
>I followed this right up to:
>> I would need to be able to see the following:
>> Attribute BP1 BP2 BP3 BP4
>> 16 11.10 46.02 46.03 46.30
>> 17 46.21 46.22

> What is BP1, BP2
> Where is 14 in this output ?
> Where did the numbers other than 46.21 and 46.22 come from?
> best wishes
> --
> Bernard V Liengme
> www.stfx.ca/people/bliengme
> remove caps from email
>
> "Saruman" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Having a problem trying to use MATCH, INDEX and SUMPRODUCT to produce a
>> list from some data.
>>
>> In row 1, I have Business Process Numbers (BP's) in this format:
>>
>> 1.01 44.01 46.02 46.03 46.06
>>
>>
>> which start at 1.01 and at the moment go up to 60.27. There are currently
>> 146 BP's.
>>
>> The column under each BP has a list of Attribute numbers from the range
>> of 1 to 1300 and this may very well expand in the near future. Due to the
>> amount of Attributes, these obviously have to be placed Vertically. The
>> attributes are arranged in numerical order in each column but there may
>> be duplicates and the length of each column is not fixed. BP 44.01 has 0
>> attributes, BP 46.03 has 29 attributes.
>>
>> I need to produce a list that will give me the BP's associated to an
>> Attribute Number so i can automate a copy process.
>>
>> For instance, Attribute 14 is associated with BP's 46.21 and 46.22. I
>> would need to be able to see the following:
>>
>> Attribute BP1 BP2 BP3 BP4
>> 16 11.10 46.02 46.03 46.30
>> 17 46.21 46.22
>>
>>
>> I would be eternally grateful if someone could assist please.
>>

>
>



 
Reply With Quote
 
Bernard Liengme
Guest
Posts: n/a
 
      9th Nov 2006
Sample answer sent to OP's private email
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Saruman" <(E-Mail Removed)> wrote in message
news:OJ$o$(E-Mail Removed)...
> Thanks for your quick reply.
>
> I would need to see a table that has the attribute number in the left
> column with the associated BP's where it was found. The BP1 etc is the
> associated BP where that attribute number was found. It wouldn't need to
> have those headings.
>
> ie: Attribute 16 found in BP 11.10, 46.02, 46.03 and 46.30
> Attribute 17 found in BP 46.21 and 46.22
>
> Attribute 14 was an example that appears only in BP's 46.21 and 46.22.
>
> The other numbers are Processes that are associated with those Attribute
> Numbers in the actual file. I could send you the file if needed.
>
> Saruman
>
> "Bernard Liengme" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>>I followed this right up to:
>>> I would need to be able to see the following:
>>> Attribute BP1 BP2 BP3 BP4
>>> 16 11.10 46.02 46.03 46.30
>>> 17 46.21 46.22

>> What is BP1, BP2
>> Where is 14 in this output ?
>> Where did the numbers other than 46.21 and 46.22 come from?
>> best wishes
>> --
>> Bernard V Liengme
>> www.stfx.ca/people/bliengme
>> remove caps from email
>>
>> "Saruman" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> Having a problem trying to use MATCH, INDEX and SUMPRODUCT to produce a
>>> list from some data.
>>>
>>> In row 1, I have Business Process Numbers (BP's) in this format:
>>>
>>> 1.01 44.01 46.02 46.03 46.06
>>>
>>>
>>> which start at 1.01 and at the moment go up to 60.27. There are
>>> currently 146 BP's.
>>>
>>> The column under each BP has a list of Attribute numbers from the range
>>> of 1 to 1300 and this may very well expand in the near future. Due to
>>> the amount of Attributes, these obviously have to be placed Vertically.
>>> The attributes are arranged in numerical order in each column but there
>>> may be duplicates and the length of each column is not fixed. BP 44.01
>>> has 0 attributes, BP 46.03 has 29 attributes.
>>>
>>> I need to produce a list that will give me the BP's associated to an
>>> Attribute Number so i can automate a copy process.
>>>
>>> For instance, Attribute 14 is associated with BP's 46.21 and 46.22. I
>>> would need to be able to see the following:
>>>
>>> Attribute BP1 BP2 BP3 BP4
>>> 16 11.10 46.02 46.03 46.30
>>> 17 46.21 46.22
>>>
>>>
>>> I would be eternally grateful if someone could assist please.
>>>

>>
>>

>
>



 
Reply With Quote
 
Saruman
Guest
Posts: n/a
 
      14th Nov 2006
Bernard,

Thank you for your time, I have been out of the office since Thursday and
have just got back.

The mail address that I use is not real as my proper email address has been
harvested previously and I am fighting masses of Spam. Where did you post
the reply to please. If needed, could you please send to
(E-Mail Removed) after removing the NOSPAM.

Thanks.

"Bernard Liengme" <(E-Mail Removed)> wrote in message
news:eWu$U$(E-Mail Removed)...
> Sample answer sent to OP's private email
> --
> Bernard V Liengme
> www.stfx.ca/people/bliengme
> remove caps from email
>
> "Saruman" <(E-Mail Removed)> wrote in message
> news:OJ$o$(E-Mail Removed)...
>> Thanks for your quick reply.
>>
>> I would need to see a table that has the attribute number in the left
>> column with the associated BP's where it was found. The BP1 etc is the
>> associated BP where that attribute number was found. It wouldn't need to
>> have those headings.
>>
>> ie: Attribute 16 found in BP 11.10, 46.02, 46.03 and 46.30
>> Attribute 17 found in BP 46.21 and 46.22
>>
>> Attribute 14 was an example that appears only in BP's 46.21 and 46.22.
>>
>> The other numbers are Processes that are associated with those Attribute
>> Numbers in the actual file. I could send you the file if needed.
>>
>> Saruman
>>
>> "Bernard Liengme" <(E-Mail Removed)> wrote in message
>> news:%(E-Mail Removed)...
>>>I followed this right up to:
>>>> I would need to be able to see the following:
>>>> Attribute BP1 BP2 BP3 BP4
>>>> 16 11.10 46.02 46.03 46.30
>>>> 17 46.21 46.22
>>> What is BP1, BP2
>>> Where is 14 in this output ?
>>> Where did the numbers other than 46.21 and 46.22 come from?
>>> best wishes
>>> --
>>> Bernard V Liengme
>>> www.stfx.ca/people/bliengme
>>> remove caps from email
>>>
>>> "Saruman" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>> Having a problem trying to use MATCH, INDEX and SUMPRODUCT to produce a
>>>> list from some data.
>>>>
>>>> In row 1, I have Business Process Numbers (BP's) in this format:
>>>>
>>>> 1.01 44.01 46.02 46.03 46.06
>>>>
>>>>
>>>> which start at 1.01 and at the moment go up to 60.27. There are
>>>> currently 146 BP's.
>>>>
>>>> The column under each BP has a list of Attribute numbers from the range
>>>> of 1 to 1300 and this may very well expand in the near future. Due to
>>>> the amount of Attributes, these obviously have to be placed Vertically.
>>>> The attributes are arranged in numerical order in each column but there
>>>> may be duplicates and the length of each column is not fixed. BP 44.01
>>>> has 0 attributes, BP 46.03 has 29 attributes.
>>>>
>>>> I need to produce a list that will give me the BP's associated to an
>>>> Attribute Number so i can automate a copy process.
>>>>
>>>> For instance, Attribute 14 is associated with BP's 46.21 and 46.22. I
>>>> would need to be able to see the following:
>>>>
>>>> Attribute BP1 BP2 BP3 BP4
>>>> 16 11.10 46.02 46.03 46.30
>>>> 17 46.21 46.22
>>>>
>>>>
>>>> I would be eternally grateful if someone could assist please.
>>>>
>>>
>>>

>>
>>

>
>



 
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
Extracting Data after a List Sort =?Utf-8?B?TWFyaw==?= Microsoft Excel Misc 0 18th Sep 2007 03:40 PM
Extracting data from a long list =?Utf-8?B?Q2hhbmRsZXI=?= Microsoft Excel Worksheet Functions 9 10th Aug 2007 06:36 PM
extracting similar data from a list =?Utf-8?B?RHVhbmU=?= Microsoft Excel Misc 4 18th Nov 2006 01:14 AM
Extracting Data for a Formula from a List Zaraf Microsoft Excel Worksheet Functions 2 12th Jul 2006 10:16 PM
Extracting Data from a list andrewc Microsoft Excel Worksheet Functions 3 13th Dec 2005 04:31 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:37 AM.