PC Review


Reply
Thread Tools Rate Thread

Creating formulas in Excel

 
 
=?Utf-8?B?cGFq?=
Guest
Posts: n/a
 
      4th May 2007
I have pre-post tests that I would like to enter into an excel spreadsheet.
I know how to code but do not know how to write a formula that will show me
what differences occurred in knowledge gained from the pre test to the post
test. In other words, did students do better or worse?
--
Keep on smiling!
 
Reply With Quote
 
 
 
 
=?Utf-8?B?VG9tIE9naWx2eQ==?=
Guest
Posts: n/a
 
      4th May 2007
Paired difference hypothesis test?

look at TTEST in excel Help.

--
Regards,
Tom Ogilvy


"paj" wrote:

> I have pre-post tests that I would like to enter into an excel spreadsheet.
> I know how to code but do not know how to write a formula that will show me
> what differences occurred in knowledge gained from the pre test to the post
> test. In other words, did students do better or worse?
> --
> Keep on smiling!

 
Reply With Quote
 
=?Utf-8?B?TWlrZSBI?=
Guest
Posts: n/a
 
      4th May 2007
Lots of ways but basically you ned a cell with pre and post test scores in
for you to compare.

In these examples pre test is in B12, post test is in C12 and the maximum
mark possible is in A12:-

="Student A scored "& (B12/A12)*100&"% before the tests "&(C12/A12)*100&"%
after the tests"

or

=IF(C12>B12,C12-B12&" mark improvement",IF(B12>C12,B12-C12&" Reduction in
mark","Nochange"))

Mike

"paj" wrote:

> I have pre-post tests that I would like to enter into an excel spreadsheet.
> I know how to code but do not know how to write a formula that will show me
> what differences occurred in knowledge gained from the pre test to the post
> test. In other words, did students do better or worse?
> --
> Keep on smiling!

 
Reply With Quote
 
=?Utf-8?B?cGFq?=
Guest
Posts: n/a
 
      4th May 2007
Thanks Mike -- in particular for taking the time to write out the formunal --
will try and see what happens.

One more question: Your example was for one question. How do you deal with
an overall improvement, lets say for 14 questions and 200 respondents. An
aggregate improvement.

--
Keep on smiling!


"Mike H" wrote:

> Lots of ways but basically you ned a cell with pre and post test scores in
> for you to compare.
>
> In these examples pre test is in B12, post test is in C12 and the maximum
> mark possible is in A12:-
>
> ="Student A scored "& (B12/A12)*100&"% before the tests "&(C12/A12)*100&"%
> after the tests"
>
> or
>
> =IF(C12>B12,C12-B12&" mark improvement",IF(B12>C12,B12-C12&" Reduction in
> mark","Nochange"))
>
> Mike
>
> "paj" wrote:
>
> > I have pre-post tests that I would like to enter into an excel spreadsheet.
> > I know how to code but do not know how to write a formula that will show me
> > what differences occurred in knowledge gained from the pre test to the post
> > test. In other words, did students do better or worse?
> > --
> > Keep on smiling!

 
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
Creating a list of Excel formulas kansaskannan@gmail.com Microsoft Excel Worksheet Functions 4 12th Feb 2009 03:25 AM
creating formulas for sequential numbers in excel tacks Microsoft Excel Worksheet Functions 4 12th Jun 2008 05:08 AM
Creating large formulas in Excel =?Utf-8?B?SmFrb2I=?= Microsoft Excel Worksheet Functions 7 9th Mar 2006 07:41 AM
creating IF formulas in excel =?Utf-8?B?S293YWxza2lp?= Microsoft Excel Misc 2 27th Jul 2005 05:05 PM
System crashes when creating formulas in excel Vimal Microsoft Windows 2000 Applications 0 17th Sep 2003 09:25 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:49 PM.