A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Averaging values



 
 
Thread Tools Display Modes
  #1  
Old October 27th, 2009, 04:45 PM posted to microsoft.public.excel.misc
RUSH2CROCHET
external usenet poster
 
Posts: 19
Default Averaging values

Hello everyone:

Hoping someone can assist...

I have a spreadsheet which reflects copier meter clicks as reported from
1'08 through current day. My salesperson is wanting to determine the 3rd
qtr, 2008 vs. 3rd qtr 2009 average meter clicks.

Each month contains a rolling total. For instance:
Col H)-June '08 data= 118,992
Col I)-July '08 data= 129,406, so July meter clicks would be 10,414
Col J)-Aug '08 data= 136,904, so Aug meter clicks would be 7,498
Col K)-Sept '08 data=143,173, so Sept meter clicks would be 6,269
Col L)-3 month average would be: 24,181

The data continues through September '09, although in some months, there
will not be a value, as the machine was removed. I tried calculating monthly
differences just by inserting colums, but of course that gives me negative
values if the unit was removed, and no meter read was provided.

Any assistance you can provide would be greatly appreciated!

TIA,
Sandi
  #2  
Old October 27th, 2009, 06:20 PM posted to microsoft.public.excel.misc
Sean Timmons
external usenet poster
 
Posts: 1,722
Default Averaging values

=if(OR(H2=0,I2=0),"",I2-H2)

should get you there.

If either current or previous month is 0, then leave it blank, thus avoiding
including in the average.

"RUSH2CROCHET" wrote:

Hello everyone:

Hoping someone can assist...

I have a spreadsheet which reflects copier meter clicks as reported from
1'08 through current day. My salesperson is wanting to determine the 3rd
qtr, 2008 vs. 3rd qtr 2009 average meter clicks.

Each month contains a rolling total. For instance:
Col H)-June '08 data= 118,992
Col I)-July '08 data= 129,406, so July meter clicks would be 10,414
Col J)-Aug '08 data= 136,904, so Aug meter clicks would be 7,498
Col K)-Sept '08 data=143,173, so Sept meter clicks would be 6,269
Col L)-3 month average would be: 24,181

The data continues through September '09, although in some months, there
will not be a value, as the machine was removed. I tried calculating monthly
differences just by inserting colums, but of course that gives me negative
values if the unit was removed, and no meter read was provided.

Any assistance you can provide would be greatly appreciated!

TIA,
Sandi

 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:40 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.