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

I have a listing of about 200 data points that includes 2 columns with test scores from 2 different years (2006 and 2007). I would like to generate a table similar to what is shown below to show how many students fall in each of the cells. This would be the total number of students in each scenario of getting one score one year and one score the following year. Is there a simple formula that would work for the entire table?

Here is the table I want given the data listed below.
1 2 3 4 5
1 1 1 0 0 0
2 1 2 0 0 0
3 0 3 1 1 0
4 0 0 0 1 0
5 0 0 1 0 0



DATA:

1 1
1 2
3 3
3 4
3 2
3 3
4 4
5 3
2 2
3 2
2 2
2 1
3 2


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default help to consolidate data

Assuming your results table has values 1 to 5 in B1 to F1 ans A2 to A6 and
Sheet1 is your source.

In B2: =SUMPRODUCT(--(Sheet1!$A$1:$A$200=$A2),--(Sheet1!$B$1:$B$200=B$1))

Copy across and down.

HTH

"docdutton" wrote:

I have a listing of about 200 data points that includes 2 columns with test scores from 2 different years (2006 and 2007). I would like to generate a table similar to what is shown below to show how many students fall in each of the cells. This would be the total number of students in each scenario of getting one score one year and one score the following year. Is there a simple formula that would work for the entire table?

Here is the table I want given the data listed below.
1 2 3 4 5
1 1 1 0 0 0
2 1 2 0 0 0
3 0 3 1 1 0
4 0 0 0 1 0
5 0 0 1 0 0



DATA:

1 1
1 2
3 3
3 4
3 2
3 3
4 4
5 3
2 2
3 2
2 2
2 1
3 2


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
Consolidate Data & Text Enrique Excel Discussion (Misc queries) 5 April 10th 07 12:16 PM
consolidate data Chi Excel Discussion (Misc queries) 0 September 28th 06 05:12 PM
I need to consolidate data from 3 different worksheets? CG Excel Worksheet Functions 1 December 12th 05 01:04 AM
consolidate data into one workbook motq Excel Discussion (Misc queries) 1 May 13th 05 04:53 PM
Consolidate data from several workbooks kwatch Excel Worksheet Functions 1 April 15th 05 12:33 PM


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