Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
kriss_01
 
Posts: n/a
Default 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   Report Post  
Bryan Hessey
 
Posts: n/a
Default


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.



kriss_01 Wrote:
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



--
Bryan Hessey
------------------------------------------------------------------------
Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059
View this thread: http://www.excelforum.com/showthread...hreadid=475328

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
AUTO FILTER NOT CHANGING RESULTS Dejan Excel Discussion (Misc queries) 25 October 6th 05 02:01 PM
how do I create a spread sheet to automatically calculate when I wbinfo New Users to Excel 2 September 28th 05 08:41 PM
calculate totals of 5 sheets on to 6th sheet. salvo Excel Worksheet Functions 1 March 25th 05 06:58 AM
Copying multiple sheets from one book 2 another and undertake spec Pank Mehta Excel Discussion (Misc queries) 14 March 16th 05 04:41 PM
Naming & renaming a sheet tab Cgbilliar Excel Worksheet Functions 1 November 7th 04 05:57 PM


All times are GMT +1. The time now is 03:52 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"