Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
T5s T5s is offline
external usenet poster
 
Posts: 3
Default Building a summary page, and need some help

I have a the following scernario. I have a tab with data that i need
summarized in another tab and some consolodation.

a b c d e

1 Data Data Data Data
2 Data Data Data Data
3
4
5 Data Data Data Data
6
7
8 Data Data Data Data


In the summary sheet i need rows in this example Rows 1,2,5,8 to be brough
over to the summary table.

1 Data Data Data Data
2 Data Data Data Data
5 Data Data Data Data
8 Data Data Data Data

The problem is, that this needs to be dynamic, i.e. no blanks, and will need
to grow, so the next time i may need a summary of all rows 1-8, or the data
may grow, and i'll need a summary of 1 - 30 (with sporadic ommisions)

I hope you all can help.

Thanks

Tim
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default Building a summary page, and need some help

Paste this in A1 of sheet 2
=INDIRECT("Sheet1!R"&SMALL(IF(Sheet1!$A$1:$A$255< "",ROW($1:$255)),ROW())&"C"&COLUMN(),FALSE)
and press CTRL-SHIFT-ENTER then copy it to E1 and down to as many rows as
you want...

It will give you #NUM! error from (n+10 row if sheet1 has n non-blank rows...

It will be easier to filter on non-blank values and copy-paste in sheet2
You can record a macro and either manually execute it or when you activate
sheet2
"T5s" wrote:

I have a the following scernario. I have a tab with data that i need
summarized in another tab and some consolodation.

a b c d e

1 Data Data Data Data
2 Data Data Data Data
3
4
5 Data Data Data Data
6
7
8 Data Data Data Data


In the summary sheet i need rows in this example Rows 1,2,5,8 to be brough
over to the summary table.

1 Data Data Data Data
2 Data Data Data Data
5 Data Data Data Data
8 Data Data Data Data

The problem is, that this needs to be dynamic, i.e. no blanks, and will need
to grow, so the next time i may need a summary of all rows 1-8, or the data
may grow, and i'll need a summary of 1 - 30 (with sporadic ommisions)

I hope you all can help.

Thanks

Tim

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 Summary Page Summary Worksheet Info Excel Worksheet Functions 1 June 6th 08 04:24 PM
Creating a summary page Pascale Excel Discussion (Misc queries) 13 March 21st 08 01:31 AM
Excel "Worksheet Name" Building Function for Summary Sheet stevefromnaki Excel Discussion (Misc queries) 2 October 16th 07 05:16 PM
Summary page sevans Excel Discussion (Misc queries) 1 August 31st 06 02:04 PM
Creating a summary Page Newbie81 via OfficeKB.com Excel Discussion (Misc queries) 4 January 6th 06 11:56 AM


All times are GMT +1. The time now is 12:57 PM.

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"