#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15
Default Sumerizing Data

From the spreadsheet(SS-1) below I would like to copy the data from every
third line (COL-1, COL-4,COL-5) into another spreadsheet(SS-2). In SS-1
COL-4 & COL-5 are the average of the three entries in COL-2 & COL-3. I tried
to enter the formulas in the first row of SS-2, then copy them down to the
bottom of the SS, but since I only want data from every third linne in SS-1,
the formulas don't copy like I want. I even used a macro to delete all but
every third row in SS-2, but that seems rather awkward.

Any suggestions?
k1ngr
=====================================
(SS-1)
COL-1 COL-2 COL-3 COL-4 COL-5
1/1/08 140 80
1/1/08 130 85
1/1/08 120 90 130 85
1/5/08 112 72
1/5/08 117 73
1/5/08 111 79 113 75
=====================================
(SS-2)
COL-1 COL-2 COL-3
1/1/08 130 85
1/5/08 113 75
=====================================

  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Sumerizing Data

Assume data as posted in sheet: SS-1
starts in row1 down

In SS-2,
Place in B1:
=OFFSET('SS-1'!$C$3,ROWS($1:1)*3-3,COLUMNS($A:A))
Copy B1 to C1, fill down to return the required results
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"k1ngr" wrote:
From the spreadsheet(SS-1) below I would like to copy the data from every
third line (COL-1, COL-4,COL-5) into another spreadsheet(SS-2). In SS-1
COL-4 & COL-5 are the average of the three entries in COL-2 & COL-3. I tried
to enter the formulas in the first row of SS-2, then copy them down to the
bottom of the SS, but since I only want data from every third linne in SS-1,
the formulas don't copy like I want. I even used a macro to delete all but
every third row in SS-2, but that seems rather awkward.

Any suggestions?
k1ngr
=====================================
(SS-1)
COL-1 COL-2 COL-3 COL-4 COL-5
1/1/08 140 80
1/1/08 130 85
1/1/08 120 90 130 85
1/5/08 112 72
1/5/08 117 73
1/5/08 111 79 113 75
=====================================
(SS-2)
COL-1 COL-2 COL-3
1/1/08 130 85
1/5/08 113 75
=====================================

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,180
Default Sumerizing Data

Try Pivot Table.
No formulas needed in either sheet.
Source data can be located anywhere on sheet.
Number of items for each date can be variable.
Data can be entered out of order.
http://www.freefilehosting.net/download/3bahh
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
MULTIPLE DATA - How to insert new data into existing data.... Rodorodo Excel Discussion (Misc queries) 0 December 15th 06 11:50 PM


All times are GMT +1. The time now is 08:16 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"