#1   Report Post  
Posted to microsoft.public.excel.newusers
Rao Ratan Singh
 
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   Report Post  
Posted to microsoft.public.excel.newusers
bpeltzer
 
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

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



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