A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

#DIV/O!



 
 
Thread Tools Display Modes
  #1  
Old March 8th, 2005, 11:08 PM
jerie
external usenet poster
 
Posts: n/a
Default #DIV/O!

I have a formula as follows =TRUNC(G6/F6+0.5) when there
is no value in the cell it returns #DIV/O!
Is there a way that the cell becomes blank instead of
#DIV/O!

thank you all
rgs jerie
  #2  
Old March 8th, 2005, 11:17 PM
CLR
external usenet poster
 
Posts: n/a
Default

=IF(ISERR(TRUNC(G6/F6+0.5)),"", TRUNC(G6/F6+0.5))

Vaya con Dios,
Chuck, CABGx3



"jerie" wrote in message
...
I have a formula as follows =TRUNC(G6/F6+0.5) when there
is no value in the cell it returns #DIV/O!
Is there a way that the cell becomes blank instead of
#DIV/O!

thank you all
rgs jerie



  #3  
Old March 9th, 2005, 12:13 AM
external usenet poster
 
Posts: n/a
Default

jerie wrote:
I have a formula as follows =TRUNC(G6/F6+0.5) when there
is no value in the cell it returns #DIV/O!
Is there a way that the cell becomes blank instead of
#DIV/O!


=if(f6 = 0, "", trunc(g6/f6+0.5))

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with #DIV/O! davidadiaz Worksheet Functions 1 February 15th, 2005 11:25 PM
Formula to rid of DIV/o! Sean Worksheet Functions 21 August 19th, 2004 11:04 PM
#DIV/O error Karen Worksheet Functions 2 March 30th, 2004 12:28 AM


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


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.