PC Review


Reply
Thread Tools Rate Thread

Compare multiple rows for duplicated values in individual columns

 
 
LyndonMBA
Guest
Posts: n/a
 
      21st Feb 2009
I've put together an algorithm to compare students' responses (i.e. compare
one students' responses against all other students). The workbook accomodates
8 individual multiple choice test worksheets +8 individual multiple choice
scoring worksheets +8 individual multiple choice grading worksheets [+ 8
Short Answer sheets in the same breakdown]. My problem is that even though I
can get the code to work, after I copy the algorithm into four or five sheets
the file gets so big that my Dell Vostro (2.2 GHz w/ 4 GB RAM) fails and
excel crashes. I'm basically writing an if statement: IF(cell=other cell,1,0)
but duplicated 100 times (for 100 multiple choice questions) and for 30
students against 30 students X 12 classes: 100X30X30X12 - it's big on one
worksheet; then I try to copy it onto 8 more. The objective here is to
determine whether students are copying off each other...
 
Reply With Quote
 
 
 
 
LyndonMBA
Guest
Posts: n/a
 
      21st Feb 2009


"LyndonMBA" wrote:

> I've put together an algorithm to compare students' responses (i.e. compare
> one students' responses against all other students). The workbook accomodates
> 8 individual multiple choice test worksheets +8 individual multiple choice
> scoring worksheets +8 individual multiple choice grading worksheets [+ 8
> Short Answer sheets in the same breakdown]. My problem is that even though I
> can get the code to work, after I copy the algorithm into four or five sheets
> the file gets so big that my Dell Vostro (2.2 GHz w/ 4 GB RAM) fails and
> excel crashes. I'm basically writing an if statement: IF(cell=other cell,1,0)
> but duplicated 100 times (for 100 multiple choice questions) and for 30
> students against 30 students X 12 classes: 100X30X30X12 - it's big on one
> worksheet; then I try to copy it onto 8 more. The objective here is to
> determine whether students are copying off each other...



Some more information, I'd also like to display the data as a correlation
chart (mission accomplished) - but excel crashes whenever I attempt to copy
the worksheet into other sheets. As it stands, I've got a workbook with
multiple sheets doing all of the grading - everything is color coded via
conditional formatting (i.e. 100% (4.0) is green with 0-50% (0.0) colored
red; correct responses on the multiple choice tests green, incorrect red and
etc.) - so the workbook without the data correlation of students' responses
weighs in at 20 MB. When I add the algorithms for the student multiple choice
correlation on one sheet, the workbook jumps to over 50MB. After copying into
the 5th sheet: 114 MB.

Lastly, I've tried mapping the MC responses to a range data-base A-Z
matching to Real Numbers and ran the correl(ranges) [saves MB but inaccurate
- look at the statistics definition of correlation and you'll see why].

Again - the objective is to test for students cheating...

Any suggestions???
 
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
Compare and align rows of multiple but differing columns of data e abor Microsoft Excel Discussion 0 6th Jun 2006 05:04 PM
Macro to align & compare multiple columns with several rows Manav Ram via OfficeKB.com Microsoft Excel Programming 4 7th Mar 2005 08:35 PM
Macro to align and compare multiple rows and columns Manav Ram via OfficeKB.com Microsoft Excel New Users 1 5th Mar 2005 12:38 AM
RE: How to compare Multiple Rows and Columns to get data Lee Li [MSFT] Microsoft Excel Setup 4 15th Sep 2003 09:09 AM
How to compare Multiple Rows and Columns to get data Tom Hagen Jr Microsoft Excel Worksheet Functions 0 22nd Aug 2003 04:02 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:37 PM.