+ Reply to Thread
Results 1 to 3 of 3

Create a function to return text if two logical functions are true

  1. #1
    janeyt
    Guest

    Create a function to return text if two logical functions are true

    How do I do this? Do I use IF and AND together???

    thanks

  2. #2
    Ken Wright
    Guest

    Re: Create a function to return text if two logical functions are true

    =IF(AND(xx=??,yy=??),"Both True","Nope")

    --
    Regards
    Ken....................... Microsoft MVP - Excel
    Sys Spec - Win XP Pro / XL 97/00/02/03

    ----------------------------------------------------------------------------
    It's easier to beg forgiveness than ask permission :-)
    ----------------------------------------------------------------------------

    "janeyt" <[email protected]> wrote in message
    news:[email protected]...
    > How do I do this? Do I use IF and AND together???
    >
    > thanks




  3. #3
    Gary Brown
    Guest

    Re: Create a function to return text if two logical functions are true

    Yes,
    =if(and(a1=true, b1=true),"It's True","Not quite there")



    "janeyt" <[email protected]> wrote in message
    news:[email protected]...
    > How do I do this? Do I use IF and AND together???
    >
    > thanks




+ 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