+ Reply to Thread
Results 1 to 2 of 2

If Then statement

  1. #1
    alm09
    Guest

    If Then statement

    Is it possible to have an "AND" condition in an "If Then" statement?

    For example, how would you write "if cell A1 and C1 and E1 all equal "x",
    then return "yes". If not, return "no".

  2. #2
    Ket
    Guest

    Re: If Then statement

    Try this:

    =IF(AND(A1=10,A2=10,A3=10),"Yes","No")


    On Tue, 22 Feb 2005 08:41:03 -0800, "alm09"
    <[email protected]> wrote:

    >Is it possible to have an "AND" condition in an "If Then" statement?
    >
    > For example, how would you write "if cell A1 and C1 and E1 all equal "x",
    >then return "yes". If not, return "no".



+ 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