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 » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

#vlaue!



 
 
Thread Tools Display Modes
  #1  
Old January 16th, 2006, 01:12 PM posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: n/a
Default #vlaue!

Sir,
=IF(ISBLANK(E24),"",(DATE(YEAR(E24),MONTH(E24)+3-MOD(MONTH(E24)-1,3),1)))
It is returning #value! Due to in e24 which have a conditional formula which
is sometimes returns blank. I want that it should be returned blank only when
e24 is blank.

How it can be.

Rao Ratan Singh

  #2  
Old January 16th, 2006, 01:42 PM posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: n/a
Default #vlaue!

ISBLANK tests for an EMPTY cell; a formula which returns a null string
doesn't constitute an empty cell. Perhaps ISNUMBER would suit your needs in
the function below?
--Bruce

"Rao Ratan Singh" wrote:

Sir,
=IF(ISBLANK(E24),"",(DATE(YEAR(E24),MONTH(E24)+3-MOD(MONTH(E24)-1,3),1)))
It is returning #value! Due to in e24 which have a conditional formula which
is sometimes returns blank. I want that it should be returned blank only when
e24 is blank.

How it can be.

Rao Ratan Singh

 




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
changing a value in one field base on a vlaue in another field newbieDesigner Running & Setting Up Queries 1 June 8th, 2005 04:34 PM


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