+ Reply to Thread
Results 1 to 2 of 2

calculate from sheet 1 to sheet 2

  1. #1
    kriss_01
    Guest

    calculate from sheet 1 to sheet 2

    I am trying to calculate a set of data from one sheet to another the formula
    that i am using dont seem to work =SUM(Daily!C3:C9) when i go to calculate
    the next set of data =SUM(Daily!C10:C16) it only seem to bring it dowm one
    cell so i end up with a formula =SUM(Daily!C4:C9) any suggestions would be
    great thanks

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    The natural drag-down formula duplication would give C4:C10 after C3:C9

    To add the next 'set', you need to adjust the selection of the range, if you start on row 9 with your first C3:C9 sum then try

    =SUM(INDIRECT("A"&((ROW()-8)*7-4)&":A"&((ROW()-8)*7+2)))

    or, to see the effect, in the next column try

    =("a"&((ROW()-8)*7-4)&":a"&((ROW()-8)*7+2))

    (same formula, without the Sum or Indirect, to test the range to be accumulated).

    If you start your sum on a different row you will need to adjust the row calculation.

    Hope this helps.



    Quote Originally Posted by kriss_01
    I am trying to calculate a set of data from one sheet to another the formula
    that i am using dont seem to work =SUM(Daily!C3:C9) when i go to calculate
    the next set of data =SUM(Daily!C10:C16) it only seem to bring it dowm one
    cell so i end up with a formula =SUM(Daily!C4:C9) any suggestions would be
    great thanks

+ 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