#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ChuckF
 
Posts: n/a
Default Data Ranges

Anyone?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Herbert Seidenberg
 
Posts: n/a
Default Data Ranges

Here is one far out, impractical solution:
Add a helper column (Seq), so your data looks like this:
Seq Mon
1 1
2 8
3 5
4 6
5 3
6 8
7 1
8 3
9 7
10 4
Tue

Name the Seq, Mon and Tue ranges.
The sum for Mon is this array formula
=SUM((Seq<=MAX(ROW(Mon)-ROW(INDEX(Seq,1))+1))*Mon:Tue)
For Tue:
=SUM((SeqMAX(ROW(Mon)-ROW(INDEX(Seq,1))+1))*
(Seq<=MAX(ROW(Tue)-ROW(INDEX(Seq,1))+1))*Mon:Tue)
The data may be sorted without affecting the results if
Seq is included in the sort.

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
excel spread sheet wont caculate new data entered in ranges. Art-needs-help Excel Discussion (Misc queries) 3 November 8th 05 02:06 PM
In a 2 Y-Axis chart, how do I assign data ranges to an axis? Claire4Golf Charts and Charting in Excel 1 September 28th 05 07:52 PM
Combination chart with three data ranges Joe Mac Charts and Charting in Excel 2 July 11th 05 11:00 PM
Sort pages? David Excel Discussion (Misc queries) 15 May 13th 05 11:33 PM
Named dynamic ranges, copied worksheets and graph source data WP Charts and Charting in Excel 1 November 28th 04 05:19 PM


All times are GMT +1. The time now is 09:23 AM.

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

About Us

"It's about Microsoft Excel"