Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 46
Default Devide/0 error

Hi,

Following formula works perfect but of course returns a DEVIDE/0! error
when cells E9 trough I9 are all empty

=(SUM(E9:I9)*100/COUNT(E9:I9))/10

How to avoid this error?
Thanks


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Devide/0 error

Hi
try
=IF(COUNT(E9:I9),(SUM(E9:I9)*100/COUNT(E9:I9))/10,"")

--
Regards
Frank Kabel
Frankfurt, Germany

"Jean-Paul De Winter" schrieb im Newsbeitrag
...
Hi,

Following formula works perfect but of course returns a DEVIDE/0!

error
when cells E9 trough I9 are all empty

=(SUM(E9:I9)*100/COUNT(E9:I9))/10

How to avoid this error?
Thanks



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
sum and devide with not null value Are Excel Discussion (Misc queries) 2 February 27th 10 10:34 PM
Charte - how to devide the axes into 2 sones Kathrine Charts and Charting in Excel 2 October 25th 09 04:18 PM
devide by 1000 Atiq Excel Discussion (Misc queries) 5 April 29th 09 08:52 PM
devide by 0 error Dreamstar_1961 Excel Worksheet Functions 7 May 6th 07 06:44 AM
devide the whole column... mowen Excel Programming 2 April 21st 04 09:20 AM


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