+ Reply to Thread
Results 1 to 2 of 2

how can I drag formulas with other cell references

  1. #1
    Bram
    Guest

    how can I drag formulas with other cell references

    example
    cell A1 contains formula "=stdev(a2:a7)
    cell a2 contains formula "=stdev(a8:a13)
    Is it possible to drag the formula down so that cell a3 contains
    "=stdev(a14:19) and cell a4 contains "=stdev(a20:a25) and so on for cells a5,
    a6, a7 etc. etc.

  2. #2
    David McRitchie
    Guest

    Re: how can I drag formulas with other cell references

    Hi Bram,
    See http://www.mvps.org/dmcritchie/excel...ol.htm#snkAddr

    B1: =stdev(OFFSET($A$1,6*ROW()-5,0):OFFSET($A$1,6*ROW(),0))
    B2: =stdev(OFFSET($A$1,6*ROW()-5,0):OFFSET($A$1,6*ROW(),0))

    It was easier to test and verify using SUM instead of stdev, but the formula is same
    NOTE the formulas are in a different column than the data.
    ---
    HTH,
    David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
    My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
    Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

    "Bram" <[email protected]> wrote in message news:[email protected]...
    > example
    > cell A1 contains formula "=stdev(a2:a7)
    > cell a2 contains formula "=stdev(a8:a13)
    > Is it possible to drag the formula down so that cell a3 contains
    > "=stdev(a14:19) and cell a4 contains "=stdev(a20:a25) and so on for cells a5,
    > a6, a7 etc. etc.




+ 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