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/0! problem



 
 
Thread Tools Display Modes
  #1  
Old September 29th, 2009, 01:34 PM posted to microsoft.public.excel.misc
puiuluipui
external usenet poster
 
Posts: 467
Default #DIV/0! problem

Hi, i have this formula:
=(E44/E43)*100
I need the formula to return a message if one or both cells are empty (E44
and E43)
The mesage to be No entry.
Can this be done?
Thanks!
  #2  
Old September 29th, 2009, 01:44 PM posted to microsoft.public.excel.misc
eduardo
external usenet poster
 
Posts: 2,131
Default #DIV/0! problem

Hi,
=if(or(E44="",E43=""),"Cell Empty",(E44/E43)*100)

"puiuluipui" wrote:

Hi, i have this formula:
=(E44/E43)*100
I need the formula to return a message if one or both cells are empty (E44
and E43)
The mesage to be No entry.
Can this be done?
Thanks!

  #3  
Old September 29th, 2009, 01:44 PM posted to microsoft.public.excel.misc
Jacob Skaria
external usenet poster
 
Posts: 5,952
Default #DIV/0! problem

Try
=IF(COUNT(E43:E44)=2,(E44/E43)*100,"No Entry")

If this post helps click Yes
---------------
Jacob Skaria


"puiuluipui" wrote:

Hi, i have this formula:
=(E44/E43)*100
I need the formula to return a message if one or both cells are empty (E44
and E43)
The mesage to be No entry.
Can this be done?
Thanks!

  #4  
Old September 29th, 2009, 02:20 PM posted to microsoft.public.excel.misc
puiuluipui
external usenet poster
 
Posts: 467
Default #DIV/0! problem

It's working!
Thanks!

"Eduardo" a scris:

Hi,
=if(or(E44="",E43=""),"Cell Empty",(E44/E43)*100)

"puiuluipui" wrote:

Hi, i have this formula:
=(E44/E43)*100
I need the formula to return a message if one or both cells are empty (E44
and E43)
The mesage to be No entry.
Can this be done?
Thanks!

  #5  
Old September 29th, 2009, 02:20 PM posted to microsoft.public.excel.misc
puiuluipui
external usenet poster
 
Posts: 467
Default #DIV/0! problem

It's working!
Thanks!

"Jacob Skaria" a scris:

Try
=IF(COUNT(E43:E44)=2,(E44/E43)*100,"No Entry")

If this post helps click Yes
---------------
Jacob Skaria


"puiuluipui" wrote:

Hi, i have this formula:
=(E44/E43)*100
I need the formula to return a message if one or both cells are empty (E44
and E43)
The mesage to be No entry.
Can this be done?
Thanks!

 




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


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