Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Cross Referencing

Apologies if this seems a simple question, but I am at a bit of a loss
on how to do it.

I have two lists of people with a many to many relationship Group A
work with number of people from Group B and the people from Group B
can work with multiple members of Group A.

How can I create a document using one list for Group A and Group B and
use functions, etc to combine them in both forms (to list all the
Group A people working with an individual Group B person and visa
versa).

Any help would be greatly appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 60
Default Cross Referencing

1) Do you want the list of every possible combination of group a person with
group b person?

2) Or is it decided elsewhere which people from group b work with your group
a person?

You'd need more info then you've specified to do the second (i.e. something
that tells you which people work with which). To do the first, I'm not sure
the best way to do it in Excel, but it's easily done in Access/SQL:
SELECT table1.groupa, table2.groupb
FROM table1, table2;

If you can post more detail you may get more responses

"misstrious" wrote:

Apologies if this seems a simple question, but I am at a bit of a loss
on how to do it.

I have two lists of people with a many to many relationship Group A
work with number of people from Group B and the people from Group B
can work with multiple members of Group A.

How can I create a document using one list for Group A and Group B and
use functions, etc to combine them in both forms (to list all the
Group A people working with an individual Group B person and visa
versa).

Any help would be greatly appreciated.
.

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
cross referencing JockW Excel Worksheet Functions 4 September 16th 08 02:38 AM
Cross referencing Mervyn Edwards Excel Worksheet Functions 5 November 29th 07 07:01 PM
Cross Referencing Saxman Excel Discussion (Misc queries) 0 October 26th 06 04:58 PM
Cross referencing sb1920alk Excel Worksheet Functions 1 October 4th 06 02:22 AM
cross referencing Phil Excel Worksheet Functions 6 August 2nd 05 06:07 PM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"