+ Reply to Thread
Results 1 to 7 of 7

2 Criteria Formula

  1. #1
    Registered User
    Join Date
    02-15-2005
    Posts
    29

    Question 2 Criteria Formula

    I am trying to write a formula that says something like if(a2="Tier 2" and A3="January","Monthly","". I don't know how to do the and for a 2 criteria formula. Any help?

  2. #2
    Anne Troy
    Guest

    Re: 2 Criteria Formula

    Try IF(AND
    See:
    http://www.officearticles.com/excel/...soft_excel.htm
    Likely, =IF(AND(a2="Tier 2",a3="January"),"Monthly","what to do if it
    doesn't equal monthly")

    ************
    Hope it helps!
    Anne Troy
    www.OfficeArticles.com

    "Coltsfan" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I am trying to write a formula that says something like if(a2="Tier 2"
    > and A3="January","Monthly","". I don't know how to do the and for a 2
    > criteria formula. Any help?
    >
    >
    > --
    > Coltsfan
    > ------------------------------------------------------------------------
    > Coltsfan's Profile:
    > http://www.excelforum.com/member.php...o&userid=19982
    > View this thread: http://www.excelforum.com/showthread...hreadid=501779
    >




  3. #3
    Biff
    Guest

    Re: 2 Criteria Formula

    Hi!

    Try this:

    =IF(AND(A2="Tier
    2",OR(A3={"January","Monthly"})),.......................................)

    Steeler fan!

    Biff

    "Coltsfan" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I am trying to write a formula that says something like if(a2="Tier 2"
    > and A3="January","Monthly","". I don't know how to do the and for a 2
    > criteria formula. Any help?
    >
    >
    > --
    > Coltsfan
    > ------------------------------------------------------------------------
    > Coltsfan's Profile:
    > http://www.excelforum.com/member.php...o&userid=19982
    > View this thread: http://www.excelforum.com/showthread...hreadid=501779
    >




  4. #4
    Dave Peterson
    Guest

    Re: 2 Criteria Formula

    maybe...

    =if(and(a2="tier 2",a3="January"),"monthly","Somethingelse")

    I feel your pain--Bears fan.

    Coltsfan wrote:
    >
    > I am trying to write a formula that says something like if(a2="Tier 2"
    > and A3="January","Monthly","". I don't know how to do the and for a 2
    > criteria formula. Any help?
    >
    > --
    > Coltsfan
    > ------------------------------------------------------------------------
    > Coltsfan's Profile: http://www.excelforum.com/member.php...o&userid=19982
    > View this thread: http://www.excelforum.com/showthread...hreadid=501779


    --

    Dave Peterson

  5. #5
    Kassie
    Guest

    RE: 2 Criteria Formula

    Hi Coltsfan

    =IF(AND(A2="Tier 2",A#="January"),"Monthly,"")
    Hth

    "Coltsfan" wrote:

    >
    > I am trying to write a formula that says something like if(a2="Tier 2"
    > and A3="January","Monthly","". I don't know how to do the and for a 2
    > criteria formula. Any help?
    >
    >
    > --
    > Coltsfan
    > ------------------------------------------------------------------------
    > Coltsfan's Profile: http://www.excelforum.com/member.php...o&userid=19982
    > View this thread: http://www.excelforum.com/showthread...hreadid=501779
    >
    >


  6. #6
    Registered User
    Join Date
    02-15-2005
    Posts
    29

    Thumbs up Thanks to all

    Thanks for the reply on this formula. It worked. I will now disappear due to the Colts Loss till next season!

  7. #7
    Kassie
    Guest

    RE: 2 Criteria Formula

    =IF(AND(A2="Tier 2",A3="January"),"Monthly","")

    "Coltsfan" wrote:

    >
    > I am trying to write a formula that says something like if(a2="Tier 2"
    > and A3="January","Monthly","". I don't know how to do the and for a 2
    > criteria formula. Any help?
    >
    >
    > --
    > Coltsfan
    > ------------------------------------------------------------------------
    > Coltsfan's Profile: http://www.excelforum.com/member.php...o&userid=19982
    > View this thread: http://www.excelforum.com/showthread...hreadid=501779
    >
    >


+ 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