#vlaue!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Useing "IF(ISERROR 2
IF(ISBLANK) 4
USING NAMES IN FORMULAS 2
Whether 3 diff fields are blank determines several different resul 1
iserror 1
with if function 2
If / or/ then 3
Managing list using dates! 3

Back
Top