+ Reply to Thread
Results 1 to 2 of 2

#vlaue!

  1. #1
    Rao Ratan Singh
    Guest

    #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. #2
    bpeltzer
    Guest

    RE: #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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1