+ Reply to Thread
Results 1 to 4 of 4

How do I Provide a specific result given multiple criteria?

  1. #1
    Barb Reinhardt
    Guest

    Re: How do I Provide a specific result given multiple criteria?

    This should get you part of the way

    =IF(AND(A1=100,B1>=95,C1>=90),"PLATINUM","")

    If you can't get the rest of it, come back.

    "Luis" <[email protected]> wrote in message
    news:[email protected]...
    > I'm trying to setup a function that will check to see if multiple criteria
    > is
    > met given three different cells. To be more clear.
    >
    > I have three columns A, B, C and three different criteria.
    > If a cell in column A=100, and Column B>=95, and Column C>=90 then the
    > response is Platinum.
    > but
    > If the cell in Column A=100, and Column B>=92 but below 95, and Column
    > C=>85
    > but below 90 then the response is Gold.
    >
    > Can someone provide some help with this one?
    >
    > Thanks




  2. #2
    Barb Reinhardt
    Guest

    Re: How do I Provide a specific result given multiple criteria?

    This should get you part of the way

    =IF(AND(A1=100,B1>=95,C1>=90),"PLATINUM","")

    If you can't get the rest of it, come back.

    "Luis" <[email protected]> wrote in message
    news:[email protected]...
    > I'm trying to setup a function that will check to see if multiple criteria
    > is
    > met given three different cells. To be more clear.
    >
    > I have three columns A, B, C and three different criteria.
    > If a cell in column A=100, and Column B>=95, and Column C>=90 then the
    > response is Platinum.
    > but
    > If the cell in Column A=100, and Column B>=92 but below 95, and Column
    > C=>85
    > but below 90 then the response is Gold.
    >
    > Can someone provide some help with this one?
    >
    > Thanks




  3. #3
    Luis
    Guest

    How do I Provide a specific result given multiple criteria?

    I'm trying to setup a function that will check to see if multiple criteria is
    met given three different cells. To be more clear.

    I have three columns A, B, C and three different criteria.
    If a cell in column A=100, and Column B>=95, and Column C>=90 then the
    response is Platinum.
    but
    If the cell in Column A=100, and Column B>=92 but below 95, and Column C=>85
    but below 90 then the response is Gold.

    Can someone provide some help with this one?

    Thanks

  4. #4
    Barb Reinhardt
    Guest

    Re: How do I Provide a specific result given multiple criteria?

    This should get you part of the way

    =IF(AND(A1=100,B1>=95,C1>=90),"PLATINUM","")

    If you can't get the rest of it, come back.

    "Luis" <[email protected]> wrote in message
    news:[email protected]...
    > I'm trying to setup a function that will check to see if multiple criteria
    > is
    > met given three different cells. To be more clear.
    >
    > I have three columns A, B, C and three different criteria.
    > If a cell in column A=100, and Column B>=95, and Column C>=90 then the
    > response is Platinum.
    > but
    > If the cell in Column A=100, and Column B>=92 but below 95, and Column
    > C=>85
    > but below 90 then the response is Gold.
    >
    > Can someone provide some help with this one?
    >
    > 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