+ Reply to Thread
Results 1 to 2 of 2

appending and IF statement to an existing IF statement

  1. #1
    spence
    Guest

    appending and IF statement to an existing IF statement

    I have a formula that asks if cell B12 is blank, leave the cell in question
    blank, but if there is a value in B12, fill the cell in question with the
    value of cell B13:

    =IF(isblank(B12),"",B13)

    I would like to add an additional condition, which is that if the value of
    B13 is less than the value of A1, a text error (such as "out of range") is
    returned. All cells in question are formatted as dates.

    I've tried a few ways of appending a second IF statement to me existing
    forumla but am doing something incorrected. Any help is appreciated.

    Thanks,
    spence

  2. #2
    Max
    Guest

    Re: appending and IF statement to an existing IF statement

    Try:

    =IF(ISBLANK(B12),"",IF(B13<A1,"out of range",B13))

    --
    Max
    Singapore
    http://savefile.com/projects/236895
    xdemechanik
    ---
    "spence" <[email protected]> wrote in message
    news:[email protected]...
    > I have a formula that asks if cell B12 is blank, leave the cell in

    question
    > blank, but if there is a value in B12, fill the cell in question with the
    > value of cell B13:
    >
    > =IF(isblank(B12),"",B13)
    >
    > I would like to add an additional condition, which is that if the value of
    > B13 is less than the value of A1, a text error (such as "out of range") is
    > returned. All cells in question are formatted as dates.
    >
    > I've tried a few ways of appending a second IF statement to me existing
    > forumla but am doing something incorrected. Any help is appreciated.
    >
    > Thanks,
    > spence




+ 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