Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 51
Default Calculate Average and dispaly in another worksheet

I'm working on a project worksheet including project and the % of time each
staff is working on the project by week. I want to show a monthly summay on a
different worksheet in the same workbook. I've linked the staff and projects,
now I want to calculate the monthly average and have it displayed in the new
sheet. Here's my formula for the average calculation

=IF(ISERROR(AVERAGE(P3:S3)),"",(AVERAGE(P3:S3)))

--
Flipper
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,696
Default Calculate Average and dispaly in another worksheet

And presumably, you work down row from there?

would seem best to do
=IF(ISERROR(AVERAGE(P3:S500)),"",(AVERAGE(P3:S500) ))

Don't want to take an average of an average...

"Flipper" wrote:

I'm working on a project worksheet including project and the % of time each
staff is working on the project by week. I want to show a monthly summay on a
different worksheet in the same workbook. I've linked the staff and projects,
now I want to calculate the monthly average and have it displayed in the new
sheet. Here's my formula for the average calculation

=IF(ISERROR(AVERAGE(P3:S3)),"",(AVERAGE(P3:S3)))

--
Flipper

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default Calculate Average and dispaly in another worksheet

Hi,

I'm not sure what your question is: Your formula will work although it
could be shorter:

=IF(SUM(P3:S3)=0,"",AVERAGE(P3:S3))

If your asking how should it look when referencing another sheet then

=IF(SUM(Sheet2!P3:S3)=0,"",AVERAGE(Sheet2!P3:S3))


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

Cheers,
Shane Devenshire


"Flipper" wrote:

I'm working on a project worksheet including project and the % of time each
staff is working on the project by week. I want to show a monthly summay on a
different worksheet in the same workbook. I've linked the staff and projects,
now I want to calculate the monthly average and have it displayed in the new
sheet. Here's my formula for the average calculation

=IF(ISERROR(AVERAGE(P3:S3)),"",(AVERAGE(P3:S3)))

--
Flipper

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
Dispaly results, rather than a formula Donna Excel Discussion (Misc queries) 2 November 20th 08 10:18 PM
Appropriate number format to dispaly time in hours in XY chart Saritha Charts and Charting in Excel 1 April 1st 08 11:15 PM
How to Calculate Average k1ngr Excel Discussion (Misc queries) 4 February 25th 08 10:59 PM
dispaly a raw at all times Shams Excel Discussion (Misc queries) 2 June 7th 06 11:55 PM
how to dispaly date as Mon 2 Dec Simon Le Page Excel Discussion (Misc queries) 5 March 17th 06 01:51 AM


All times are GMT +1. The time now is 09:46 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"