Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Converting statistics

I have a master spreadsheet with data from several years and that data is
linked to a statistics spreadsheet. I need to pull data from 2006 and their
adjoining stats. Is there a way to convert the overall stats from the master
spreadsheet into just 2006 data?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Converting statistics

Use AutoFilter to display only those rows with 2006 data. Then copy/paste.
--
Gary''s Student - gsnu200839


"therd" wrote:

I have a master spreadsheet with data from several years and that data is
linked to a statistics spreadsheet. I need to pull data from 2006 and their
adjoining stats. Is there a way to convert the overall stats from the master
spreadsheet into just 2006 data?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Converting statistics

I can filter the data from the master spreadsheet. I need to convert the
master statistics on my statistics worksheet to just show stats for 2006.

"Gary''s Student" wrote:

Use AutoFilter to display only those rows with 2006 data. Then copy/paste.
--
Gary''s Student - gsnu200839


"therd" wrote:

I have a master spreadsheet with data from several years and that data is
linked to a statistics spreadsheet. I need to pull data from 2006 and their
adjoining stats. Is there a way to convert the overall stats from the master
spreadsheet into just 2006 data?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 857
Default Converting statistics

Hi,

You are going to need to show us an example of the data layout on the source
sheet and on the summary sheet so we can be more helpful.

We need to know what statistics you are calculating. For example it the
data is layed out with a column for dates and another for values you could
use something like this

Replace =AVERAGE(B1:B1000) with the array

=AVERAGE(IF((A1:A1000=--"1/1/2009")*(A1:A1000<=--"12/31/2009"),B1:B1000,""))

To make it an array press Shift+Ctrl+Enter to enter it.


=
--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"therd" wrote:

I can filter the data from the master spreadsheet. I need to convert the
master statistics on my statistics worksheet to just show stats for 2006.

"Gary''s Student" wrote:

Use AutoFilter to display only those rows with 2006 data. Then copy/paste.
--
Gary''s Student - gsnu200839


"therd" wrote:

I have a master spreadsheet with data from several years and that data is
linked to a statistics spreadsheet. I need to pull data from 2006 and their
adjoining stats. Is there a way to convert the overall stats from the master
spreadsheet into just 2006 data?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 857
Default Converting statistics

Hi again,

In 2007 you could use

=AVERAGEIFS(B1:B1000,A1:A1000,"="&C1,A1:A1000,"<= "&D1)

I have used a reference to cells C1 and D1, inwhich you would enter the date
1/1/2009 and 12/31/2009. You could also use cell references in the previous
formula I sent. I'm just showing two approaches.

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"therd" wrote:

I can filter the data from the master spreadsheet. I need to convert the
master statistics on my statistics worksheet to just show stats for 2006.

"Gary''s Student" wrote:

Use AutoFilter to display only those rows with 2006 data. Then copy/paste.
--
Gary''s Student - gsnu200839


"therd" wrote:

I have a master spreadsheet with data from several years and that data is
linked to a statistics spreadsheet. I need to pull data from 2006 and their
adjoining stats. Is there a way to convert the overall stats from the master
spreadsheet into just 2006 data?



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Converting statistics

In the Master Spreadsheet I keep statistics of the county that each customer
is from. The statistics are kept on a separate worksheet within the same
workbook and the formula is such: =COUNTIF(Roster!N:N,"Mason"). When I cut
and paste the filtered 2006 customers in a spreadsheet called Roster 2006 and
also copy the statistics page into the same workbook, do I have to change
each link in the statistics one at a time to
=COUNTIF(Roster2006!N:N,"Mason"), or can all link changes be done
simultaneously?

"Shane Devenshire" wrote:

Hi,

You are going to need to show us an example of the data layout on the source
sheet and on the summary sheet so we can be more helpful.

We need to know what statistics you are calculating. For example it the
data is layed out with a column for dates and another for values you could
use something like this

Replace =AVERAGE(B1:B1000) with the array

=AVERAGE(IF((A1:A1000=--"1/1/2009")*(A1:A1000<=--"12/31/2009"),B1:B1000,""))

To make it an array press Shift+Ctrl+Enter to enter it.


=
--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"therd" wrote:

I can filter the data from the master spreadsheet. I need to convert the
master statistics on my statistics worksheet to just show stats for 2006.

"Gary''s Student" wrote:

Use AutoFilter to display only those rows with 2006 data. Then copy/paste.
--
Gary''s Student - gsnu200839


"therd" wrote:

I have a master spreadsheet with data from several years and that data is
linked to a statistics spreadsheet. I need to pull data from 2006 and their
adjoining stats. Is there a way to convert the overall stats from the master
spreadsheet into just 2006 data?

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
Converting a date to a text field w/o converting it to a julian da LynnMinn Excel Worksheet Functions 2 March 6th 08 03:43 PM
Statistics Mike H. Excel Discussion (Misc queries) 4 October 25th 07 12:28 PM
Statistics bebec20 Excel Discussion (Misc queries) 2 January 18th 07 05:46 PM
Need statistics help! Pizza Excel Worksheet Functions 5 January 10th 07 10:05 PM
p-value, statistics wim rademakers Excel Discussion (Misc queries) 1 January 18th 06 02:23 AM


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