I have a regression type formula that works fine for predicting students scores based on the average of their 2 previous assessments. Here's where I need help.
Here's the current formula where:
P2 = current test score
T2 = last years score
X2 = year before last score
0.92 = regression factor
=P2-(0.92*(AVERAGE(T2,X2)))
I need the formula to do several things that I am not sure how to create.
If current test score (P2) is missing then do not compute the formula.
If either T2 or X2 are missing then use 0.83 rather than 0.92 as the regression factor
If both T2 or X2 (previous score or score from year before last) are missing then do not compute the formula.
Once I get the formula, I will drag it down the column for all rows to compute.
Thanks for any assistance.
Bookmarks