+ Reply to Thread
Results 1 to 3 of 3

Adding A Not(IsBlank) To IF Statement(help)

  1. #1
    Registered User
    Join Date
    06-08-2006
    Posts
    4

    Adding A Not(IsBlank) To IF Statement(help)

    I want to add something to this formula that makes the statement false if there is nothing in cell C12. How would I add a not(isblank(C12)) statement to this or is there a better way. Thanks!

    =IF(TODAY()-B12>30,IF(ISBLANK(I12),"OVERDUE",""), "")

  2. #2
    Don Guillett
    Guest

    Re: Adding A Not(IsBlank) To IF Statement(help)

    to be SURE, you may want this. Touching the space bar can ruin your life
    =IF(OR(E5="",E5=" "),"",yourformula)

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "getmhawks" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I want to add something to this formula that makes the statement false
    > if there is nothing in cell C12. How would I add a not(isblank(C12))
    > statement to this or is there a better way. Thanks!
    >
    > =IF(TODAY()-B12>30,IF(ISBLANK(I12),"OVERDUE",""), "")
    >
    >
    > --
    > getmhawks
    > ------------------------------------------------------------------------
    > getmhawks's Profile:
    > http://www.excelforum.com/member.php...o&userid=35242
    > View this thread: http://www.excelforum.com/showthread...hreadid=551213
    >




  3. #3
    Biff
    Guest

    Re: Adding A Not(IsBlank) To IF Statement(help)

    >add something to this formula that makes the statement false
    >if there is nothing in cell C12


    For which branch?

    > =IF(TODAY()-B12>30,IF(ISBLANK(I12),"OVERDUE",""), "")


    Could be better expressed as:

    =IF(AND(TODAY()-B12>30,ISBLANK(I12)),"OVERDUE","")

    Biff

    getmhawks" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I want to add something to this formula that makes the statement false
    > if there is nothing in cell C12. How would I add a not(isblank(C12))
    > statement to this or is there a better way. Thanks!
    >
    > =IF(TODAY()-B12>30,IF(ISBLANK(I12),"OVERDUE",""), "")
    >
    >
    > --
    > getmhawks
    > ------------------------------------------------------------------------
    > getmhawks's Profile:
    > http://www.excelforum.com/member.php...o&userid=35242
    > View this thread: http://www.excelforum.com/showthread...hreadid=551213
    >




+ 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