+ Reply to Thread
Results 1 to 5 of 5

Easy Peasy

  1. #1
    Registered User
    Join Date
    05-05-2006
    Location
    Kent, England
    Posts
    37

    Easy Peasy

    But my brain isn't working this morning;

    Want to enter a formula for the following;

    if c8 contains a value and r8 is blank return the text "Active"
    or if c8 contains a value and r8 contains a value return the text "Terminated"
    or if c8 is blank leave the current cell blank

    Hope some brain box can help me....Thanks in adv...

    ExcelBob

  2. #2
    Toppers
    Guest

    RE: Easy Peasy


    =IF(C8="","",IF(AND(C8<>"",R8=""),"Active",IF(AND(C8<>"",R8<>""),"Terminated")))

    "ExcelBob" wrote:

    >
    > But my brain isn't working this morning;
    >
    > Want to enter a formula for the following;
    >
    > if c8 contains a value and r8 is blank return the text "Active"
    > or if c8 contains a value and r8 contains a value return the text
    > "Terminated"
    > or if c8 is blank leave the current cell blank
    >
    > Hope some brain box can help me....Thanks in adv...
    >
    > ExcelBob
    >
    >
    > --
    > ExcelBob
    > ------------------------------------------------------------------------
    > ExcelBob's Profile: http://www.excelforum.com/member.php...o&userid=34152
    > View this thread: http://www.excelforum.com/showthread...hreadid=563210
    >
    >


  3. #3
    Registered User
    Join Date
    05-05-2006
    Location
    Kent, England
    Posts
    37

    Talking

    Brilliant!!

    Thanks Toppers - you're a diamond.

  4. #4
    David Biddulph
    Guest

    Re: Easy Peasy

    "ExcelBob" <[email protected]> wrote in
    message news:[email protected]...
    >
    > But my brain isn't working this morning;
    >
    > Want to enter a formula for the following;
    >
    > if c8 contains a value and r8 is blank return the text "Active"
    > or if c8 contains a value and r8 contains a value return the text
    > "Terminated"
    > or if c8 is blank leave the current cell blank
    >
    > Hope some brain box can help me....Thanks in adv...


    =IF(ISBLANK(C8),"",IF(ISBLANK(R8),"Active","Terminated"))
    --
    David Biddulph



  5. #5
    Toppers
    Guest

    Re: Easy Peasy

    David's response is smarter!

    "ExcelBob" wrote:

    >
    > Brilliant!!
    >
    > Thanks Toppers - you're a diamond.
    >
    >
    > --
    > ExcelBob
    > ------------------------------------------------------------------------
    > ExcelBob's Profile: http://www.excelforum.com/member.php...o&userid=34152
    > View this thread: http://www.excelforum.com/showthread...hreadid=563210
    >
    >


+ 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