PC Review


Reply
Thread Tools Rate Thread

//autoaverage.

 
 
sansk_23
Guest
Posts: n/a
 
      25th Aug 2008
Hi !! If i have a table like below :
WEEKS EAST NORTH SOUTH WEST COUNTRY

WK31 10 17 24 31 82
WK32 16 23 30 37 106
WK32 22 29 36 43 130
WK32 28 35 42 49 154
WK32 34 41 48 55 178
WK32 40 47 54 61 202
WK32 46 53 60 67 226
WK32 52 59 66 73 250
WK33 58 65 72 79 274
WK33 64 71 78 85 298
WK33 70 77 84 91 322
WK33 76 83 90 97 346
WK33 82 89 96 103 370
WK33 88 95 102 109 394
WK33 94 101 108 115 418
WK34 100 107 114 121 442
WK34 106 113 120 127 466
WK34 112 119 126 133 490
WK34 118 125 132 139 514
WK34 124 131 138 145 538
WK34 130 137 144 151 562

how can i get the region wise average for each week , automatically rather
than selecting the cells manually and giving the formula average() for each
week/region.

WEEKS EAST NORTH SOUTH WEST COUNTRY
Wk31
Wk32
Wk33
Wk34
Wk35
Is there any method like SUMIF() , for calculating the averages .... ??

rgds
Sk.

 
Reply With Quote
 
 
 
 
Pete_UK
Guest
Posts: n/a
 
      25th Aug 2008
Yes, try SUMIF divided by COUNTIF.

Hope this helps.

Pete

On Aug 25, 9:24*am, sansk_23 <sans...@discussions.microsoft.com>
wrote:
> Hi !! If i have a table like below :
> WEEKS * EAST * *NORTH * SOUTH * WEST * *COUNTRY
>
> WK31 * *10 * * *17 * * *24 * * *31 * * *82
> WK32 * *16 * * *23 * * *30 * * *37 * * *106
> WK32 * *22 * * *29 * * *36 * * *43 * * *130
> WK32 * *28 * * *35 * * *42 * * *49 * * *154
> WK32 * *34 * * *41 * * *48 * * *55 * * *178
> WK32 * *40 * * *47 * * *54 * * *61 * * *202
> WK32 * *46 * * *53 * * *60 * * *67 * * *226
> WK32 * *52 * * *59 * * *66 * * *73 * * *250
> WK33 * *58 * * *65 * * *72 * * *79 * * *274
> WK33 * *64 * * *71 * * *78 * * *85 * * *298
> WK33 * *70 * * *77 * * *84 * * *91 * * *322
> WK33 * *76 * * *83 * * *90 * * *97 * * *346
> WK33 * *82 * * *89 * * *96 * * *103 * * 370
> WK33 * *88 * * *95 * * *102 * * 109 * * 394
> WK33 * *94 * * *101 * * 108 * * 115 * * 418
> WK34 * *100 * * 107 * * 114 * * 121 * * 442
> WK34 * *106 * * 113 * * 120 * * 127 * * 466
> WK34 * *112 * * 119 * * 126 * * 133 * * 490
> WK34 * *118 * * 125 * * 132 * * 139 * * 514
> WK34 * *124 * * 131 * * 138 * * 145 * * 538
> WK34 * *130 * * 137 * * 144 * * 151 * * 562
>
> how can i get the region wise average for each week , automatically rather
> than selecting the cells manually and giving the formula average() for each
> week/region.
>
> WEEKS * EAST * *NORTH * SOUTH * WEST * *COUNTRY
> Wk31
> Wk32
> Wk33
> Wk34
> Wk35
> Is there any method like SUMIF() , for calculating the averages .... ??
>
> rgds
> Sk.


 
Reply With Quote
 
bpeltzer
Guest
Posts: n/a
 
      25th Aug 2008
How about Data > Subtotals? At each change in 'Weeks', show the Average of
East, North, South, West and Country.
If you need to have the results in a separate table, I'd go with a pivot
table. Double-click where it shows 'SumOf xxxxx' and change to shown the
Average.

"sansk_23" wrote:

> Hi !! If i have a table like below :
> WEEKS EAST NORTH SOUTH WEST COUNTRY
>
> WK31 10 17 24 31 82
> WK32 16 23 30 37 106
> WK32 22 29 36 43 130
> WK32 28 35 42 49 154
> WK32 34 41 48 55 178
> WK32 40 47 54 61 202
> WK32 46 53 60 67 226
> WK32 52 59 66 73 250
> WK33 58 65 72 79 274
> WK33 64 71 78 85 298
> WK33 70 77 84 91 322
> WK33 76 83 90 97 346
> WK33 82 89 96 103 370
> WK33 88 95 102 109 394
> WK33 94 101 108 115 418
> WK34 100 107 114 121 442
> WK34 106 113 120 127 466
> WK34 112 119 126 133 490
> WK34 118 125 132 139 514
> WK34 124 131 138 145 538
> WK34 130 137 144 151 562
>
> how can i get the region wise average for each week , automatically rather
> than selecting the cells manually and giving the formula average() for each
> week/region.
>
> WEEKS EAST NORTH SOUTH WEST COUNTRY
> Wk31
> Wk32
> Wk33
> Wk34
> Wk35
> Is there any method like SUMIF() , for calculating the averages .... ??
>
> rgds
> Sk.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do i use autoaverage in a query? =?Utf-8?B?YnVybmluZyBydWJiZXIgc21lbGxzIGJhZA==?= Microsoft Access 1 6th Apr 2006 06:17 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:38 AM.