Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Faulty Averaging Formula


In the averaged cells, AB31...AN31, it is possible they may all b
blank. Using the AVERAGE function returns the error #DIV/0!. Is ther
a way to have the below formula, located in cell Z31, enter a blank?
This formula still enters ther error. Or is there another construc
for the formula?


=IF((AVERAGE(AB31,AD31,AF31,AH31,AJ31,AL31,AN31)=" #DIV/0!"),"",AVERAGE(AB31,AD31,AF31,AH31,AJ31,AL31,AN31 )

--
Phil H
-----------------------------------------------------------------------
Phil H.'s Profile: http://www.hightechtalks.com/m22
View this thread: http://www.hightechtalks.com/t228156

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,339
Default Faulty Averaging Formula

Phil,


Try ...

=IF((ISERROR(AVERAGE(AB31,AD31,AF31,AH31,AJ31,AL31 ,AN31))),"",AVERAGE(AB31,AD31,AF31,AH31,AJ31,AL31, AN31))

HTH

"Phil H." wrote:


In the averaged cells, AB31...AN31, it is possible they may all be
blank. Using the AVERAGE function returns the error #DIV/0!. Is there
a way to have the below formula, located in cell Z31, enter a blank?
This formula still enters ther error. Or is there another construct
for the formula?


=IF((AVERAGE(AB31,AD31,AF31,AH31,AJ31,AL31,AN31)=" #DIV/0!"),"",AVERAGE(AB31,AD31,AF31,AH31,AJ31,AL31,AN31 ))


--
Phil H.
------------------------------------------------------------------------
Phil H.'s Profile: http://www.hightechtalks.com/m229
View this thread: http://www.hightechtalks.com/t2281562


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Faulty Averaging Formula


Hi Toppers,

That works! Thanks for the help.

Phi

--
Phil H
-----------------------------------------------------------------------
Phil H.'s Profile: http://www.hightechtalks.com/m22
View this thread: http://www.hightechtalks.com/t228156

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
site faulty? stew Excel Discussion (Misc queries) 5 December 29th 08 12:49 AM
Averaging with a formula scubab Excel Discussion (Misc queries) 5 August 22nd 06 05:51 AM
Faulty Page Tabs philipallen Excel Discussion (Misc queries) 0 March 24th 06 02:40 PM
faulty PasteSpecial line?? [email protected] Excel Programming 6 October 24th 05 05:11 AM
Averaging formula help, please. rainman Excel Programming 3 January 2nd 04 11:51 AM


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