+ Reply to Thread
Results 1 to 3 of 3

Statistics on Alternate Columns

  1. #1
    Valued Forum Contributor SDruley's Avatar
    Join Date
    04-27-2009
    Location
    Conover, NC
    MS-Off Ver
    Excel 2010 64 bit
    Posts
    415

    Smile Statistics on Alternate Columns

    I have the following data matrix:
    HTML Code: 
    What formula can I use in cell J1 that will take the standard deviation of only columns A, C, E, G?

    Given: The actual matrix is 1,000 columns wide
    Last edited by SDruley; 03-05-2011 at 10:05 AM.
    Turn Data into Information
    Turn Information into Knowledge
    Turn Knowledge into Direction
    Turn Direction into Leadership
    Turn Leadership into Results
    Stephen Druley

    It's not how quickly you think
    But how deeply you think
    The quality of thinking is measured
    by remoteness to conformance
    Stephen Druley

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Statistics on Alternate Columns

    It might be best to simply write a macro to extract the value to another sheet so as to avoid an array formula, however, you might adapt this if you don't want to use VBA.

    {=AVERAGE(IF(MOD(COLUMN(A1:H1),2)=1,A1:H1))}

    Remember: array formulas are committed using Ctrl + Shift + Enter

    If you need every other column starting with column-B, just change =1 to =0
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

  3. #3
    Valued Forum Contributor SDruley's Avatar
    Join Date
    04-27-2009
    Location
    Conover, NC
    MS-Off Ver
    Excel 2010 64 bit
    Posts
    415

    Smile Re: Statistics on Alternate Columns

    Nice work.
    It is truly amazing that Excel Forum contributors can come up with this amazing stuff!!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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