+ Reply to Thread
Results 1 to 4 of 4

Adding z scores (using sum and standardize functions)

  1. #1
    Registered User
    Join Date
    03-25-2013
    Location
    Miami, Florida
    MS-Off Ver
    Excel 2007
    Posts
    1

    Adding z scores (using sum and standardize functions)

    Hi,

    I have about 25 columns and 116 rows all with numbers in them. For each row, i want to add up the z scores for each respective column. I already calculated the average and standard deviation at the bottom of each column. I've tried multiple ways but nothing seems to work. Any help would be appreciated!

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,695

    Re: Adding z scores (using sum and standardize functions)

    How do you define a "z score"?

    Pete

  3. #3
    Forum Contributor Mayda89's Avatar
    Join Date
    09-13-2012
    Location
    New York
    MS-Off Ver
    Excel 2010
    Posts
    192

    Re: Adding z scores (using sum and standardize functions)

    Hi,
    Could you be more specific with what goes wrong?
    Maybe uploading your work could help.

    Cheers

  4. #4
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Adding z scores (using sum and standardize functions)

    Theoretically your Sum of z scores should equal 0 and they are directly related to your average and std deviation and half would be negative and half positive
    If your data is in A1:A50
    your z score on each line would be (value - Average)/Std Dev

    To do what you are asking for, Let's say Average is in B1 and Std Dev is in B2
    Enter as an array (using CNTRL SHFT ENTER instead of just ENTER. you'll see {} appear around your formula)

    =SUM((A1:A50-$B$1)/$B2)
    Does that help?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1