Scl 90 R Scoring Excel May 2026

Scl 90 R Scoring Excel May 2026

| Scale | ItemNum | |-----------|---------| | SOM | 1 | | SOM | 4 | | SOM | 12 | | ... | ... | | O-C | 3 | | etc. | |

Then:

Better: use named ranges or an item lookup table. Create a table in Scoring sheet: scl 90 r scoring excel

=ROUND(((SOM_sum / num_items_SOM) - mean) / SD * 10 + 50, 1) Example:

=SUMIF(ItemKey[ItemNum], "SOM", INDEX(RawData!$B2:$CS2, MATCH(ItemKey[ItemNum], RawData!$B$1:$CS$1, 0))) But that’s complex for beginners. If you place item responses in B2:CS2 : | Scale | ItemNum | |-----------|---------| | SOM

For SOM (12 items):

=TotalScore / PST You need gender-specific norms. Example formula for SOM T-score (female, general population, mean=0.36, SD=0.42): 1) Example: =SUMIF(ItemKey[ItemNum]

=SUM(B2,E2,M2,AB2,AN2,AP2,AV2,AW2,AZ2,BA2,BD2,BF2)