ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Creating formulas in Excel (https://www.excelbanter.com/excel-programming/388777-creating-formulas-excel.html)

paj

Creating formulas in Excel
 
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!

Tom Ogilvy

Creating formulas in Excel
 
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!


Mike H

Creating formulas in Excel
 
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(C12B12,C12-B12&" mark improvement",IF(B12C12,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!


paj

Creating formulas in Excel
 
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(C12B12,C12-B12&" mark improvement",IF(B12C12,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!



All times are GMT +1. The time now is 05:18 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com