#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 36
Default Name Matrix

I would like to create a report that takes a list of people's names with
their tasks and place this information into a matrix. Let me explain with
the following information:

In sheet 1, I have a table that has the following columns: Report Name,
Report Description, Dept Published By, Distribution Names
NOTE: The "distribution names" column data are written like this: Mark
Smith, Joe Johnson, David Jones, (etc)

In sheet 2, I have all a table that has the "Distribution Names" for the
y-axis and the "Report Name" in the x-axis.

Is there any way I can make a formula that would allow the data from sheet 1
populate into sheet 2?

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default Name Matrix

Hello Liz,

Yes, it can be done...
Pl. confirm that in Sheet2 (where you want the matrix) Report Names are in
Col A (going down vertically in A2,A3,...) and People Names are in
Horizontal... B1, B2,.. and so on.
What you want is put an X at the cross section of Report and People name if
the name is there in Col D of Sheet1...
If yes then
Assumption - Row 1 in both sheets has headers.
Names are in Col D of Sheet1 and max 10 names...

then do this
1. On Sheet1
Copy Col D to Col E
Select Col E
Choose Data|Text to Columns and click FINISH
this will get all the names separate in Columns E to N
2. On Sheet2
enter the names in A2:K2 in the order you want...
enter this in B2
=IF(ISNA(MATCH(B$1,Sheet1!$D2:$M2,0)),"","X") and copy right till K2
Then copy B2:K2 down to the end of your data set...

and you are done :-)

"Liz J" wrote:

I would like to create a report that takes a list of people's names with
their tasks and place this information into a matrix. Let me explain with
the following information:

In sheet 1, I have a table that has the following columns: Report Name,
Report Description, Dept Published By, Distribution Names
NOTE: The "distribution names" column data are written like this: Mark
Smith, Joe Johnson, David Jones, (etc)

In sheet 2, I have all a table that has the "Distribution Names" for the
y-axis and the "Report Name" in the x-axis.

Is there any way I can make a formula that would allow the data from sheet 1
populate into sheet 2?

Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,180
Default Name Matrix

Or use Excel 2007 Tables
with structured references:
http://www.savefile.com/files/1851857
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
How can I transpose nXm matrix to mXn Matrix MIHir Excel Worksheet Functions 2 August 9th 08 11:44 AM
Matrix Help Gaffnr Excel Worksheet Functions 4 March 11th 08 09:08 AM
Matrix cjgrossley Excel Worksheet Functions 4 October 10th 07 11:49 PM
Matrix Sandy Excel Discussion (Misc queries) 1 September 12th 07 03:52 PM
Matrix Attempt at solving a Matrix Problem? Excel Discussion (Misc queries) 2 August 15th 05 12:39 AM


All times are GMT +1. The time now is 11:17 PM.

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"