Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 78
Default average that includes estimates if data not available

I need a formula that totals 12 cells in a row ( the row is monthly sales)
for an annual total.

However if the row doesn't have a full 12 months worth of data I need to
estimate the annual sales by taking an average of the available months and
multiplying them by 12.

(the available months will vary on each row- some may have only the first 3
months or 7 months etc)

Thanks for any help on this.






--
Billy Rogers

Dallas,TX

Currently Using SQL Server 2000, Office 2000 and Office 2003
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 515
Default average that includes estimates if data not available

With your months in say B2:M2, then in N2 =SUM(B2:M2). In O2
=COUNTIF(B2:M2,"") to count the number of months with totals, and in P2
=N2/(12-O2)*12
--
Hth

Kassie Kasselman
Change xxx to hotmail


"BillyRogers" wrote:

I need a formula that totals 12 cells in a row ( the row is monthly sales)
for an annual total.

However if the row doesn't have a full 12 months worth of data I need to
estimate the annual sales by taking an average of the available months and
multiplying them by 12.

(the available months will vary on each row- some may have only the first 3
months or 7 months etc)

Thanks for any help on this.






--
Billy Rogers

Dallas,TX

Currently Using SQL Server 2000, Office 2000 and Office 2003

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default average that includes estimates if data not available

One way (assuming the cells without data are blank):

=AVERAGE(A1:L1)*12

In article ,
BillyRogers wrote:

I need a formula that totals 12 cells in a row ( the row is monthly sales)
for an annual total.

However if the row doesn't have a full 12 months worth of data I need to
estimate the annual sales by taking an average of the available months and
multiplying them by 12.

(the available months will vary on each row- some may have only the first 3
months or 7 months etc)

Thanks for any help on this.

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
estimates Nilufer New Users to Excel 1 July 9th 07 07:01 PM
Labor costs for estimates CIL Excel Worksheet Functions 5 January 20th 07 08:25 PM
Text that includes data from a designated cell? Blades Excel Discussion (Misc queries) 2 June 27th 06 01:07 PM
Weekly estimates Ed Excel Discussion (Misc queries) 1 April 21st 06 05:30 AM
chart only weekdays when data set includes weekends? [email protected] Charts and Charting in Excel 2 August 17th 05 02:09 PM


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