#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 87
Default DIV/O error

C D E F
Jan-Mar April-Jun Jul-Sep Oct-Dec
3 3 3 0
0 1 0 0
0 1 2 0
0% 67% 67% #DIV/0!


I am trying to use the following formula to get rid of the DIV/O error in F5
=if(count(f2:f4)=0,"", otherwise sum(f3:f4)/f2.

Thank you in advance for any help you can offer
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default DIV/O error

One way:

=IF(F2=0,"",SUM(F3:F4)/F2)

In article ,
ferde wrote:

C D E F
Jan-Mar April-Jun Jul-Sep Oct-Dec
3 3 3 0
0 1 0 0
0 1 2 0
0% 67% 67% #DIV/0!


I am trying to use the following formula to get rid of the DIV/O error in F5
=if(count(f2:f4)=0,"", otherwise sum(f3:f4)/f2.

Thank you in advance for any help you can offer

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
Error: "Excel encountered an error and had to remove some formatti Carl Excel Discussion (Misc queries) 0 September 18th 06 06:39 PM
Counting instances of found text (Excel error? Or user error?) S Davis Excel Worksheet Functions 5 September 12th 06 04:52 PM
I have Error 1919 Error Configuring ODBC dataSource Database Texanna1 Excel Discussion (Misc queries) 1 September 12th 06 06:35 AM
Excel 2003 Macro Error - Runtime error 1004 Cow Excel Discussion (Misc queries) 2 June 7th 05 01:40 PM


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