+ Reply to Thread
Results 1 to 3 of 3

STDEVPA question

  1. #1
    RD Wirr
    Guest

    STDEVPA question

    I need to run a standard deviation STDEVPA on rows of numbers from a table of
    data. I need to lookup a reference and then return a row of numbers right of
    that reference to run the STDEVPA on. VLOOKUP doesn't do it since it can only
    return one cell value. Does anyone have an idea how to find a row of numbers
    and then return it to run the analysis?
    Thanks,
    RD Wirr

  2. #2
    Domenic
    Guest

    Re: STDEVPA question

    Assumptions:

    A1:D10 contains your lookup table

    F1 contains your lookup value

    Formula:

    =STDEVPA(INDEX(B1:D10,MATCH(F1,A1:A10,0),0))

    Adjust the ranges accordingly.

    Hope this helps!

    In article <[email protected]>,
    "RD Wirr" <[email protected]> wrote:

    > I need to run a standard deviation STDEVPA on rows of numbers from a table of
    > data. I need to lookup a reference and then return a row of numbers right of
    > that reference to run the STDEVPA on. VLOOKUP doesn't do it since it can only
    > return one cell value. Does anyone have an idea how to find a row of numbers
    > and then return it to run the analysis?
    > Thanks,
    > RD Wirr


  3. #3
    RD Wirr
    Guest

    Re: STDEVPA question

    It worked like a charm.
    Thanks Dominic

    "Domenic" wrote:

    > Assumptions:
    >
    > A1:D10 contains your lookup table
    >
    > F1 contains your lookup value
    >
    > Formula:
    >
    > =STDEVPA(INDEX(B1:D10,MATCH(F1,A1:A10,0),0))
    >
    > Adjust the ranges accordingly.
    >
    > Hope this helps!
    >
    > In article <[email protected]>,
    > "RD Wirr" <[email protected]> wrote:
    >
    > > I need to run a standard deviation STDEVPA on rows of numbers from a table of
    > > data. I need to lookup a reference and then return a row of numbers right of
    > > that reference to run the STDEVPA on. VLOOKUP doesn't do it since it can only
    > > return one cell value. Does anyone have an idea how to find a row of numbers
    > > and then return it to run the analysis?
    > > Thanks,
    > > RD Wirr

    >


+ 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