+ Reply to Thread
Results 1 to 13 of 13

Multiple Conditions in a cell

  1. #1
    Peo Sjoblom
    Guest

    RE: Multiple Conditions in a cell

    =IF(AND(A1="x",B1="y"),C1)



    Regards,

    Peo Sjoblom



    "Maya" wrote:

    > I am trying to get information from Cell A and Cell B and then sum Cell C. I
    > cannot seem to link conditions and need help please


  2. #2
    Maya
    Guest

    RE: Multiple Conditions in a cell

    I have
    =if(and(a1="1",b1="y"),c1)
    and all I get is "FALSE"
    what am I doing wrong

    "Peo Sjoblom" wrote:

    > =IF(AND(A1="x",B1="y"),C1)
    >
    >
    >
    > Regards,
    >
    > Peo Sjoblom
    >
    >
    >
    > "Maya" wrote:
    >
    > > I am trying to get information from Cell A and Cell B and then sum Cell C. I
    > > cannot seem to link conditions and need help please


  3. #3
    Art
    Guest

    Re: Multiple Conditions in a cell

    If the 1 in A1 is a number, remove the quotes from around the 1 in your
    formula:

    =IF(AND(A1=1,B1="y"),C1

    Art

    "Maya" <[email protected]> wrote in message
    news:[email protected]...
    >I have
    > =if(and(a1="1",b1="y"),c1)
    > and all I get is "FALSE"
    > what am I doing wrong
    >
    > "Peo Sjoblom" wrote:
    >
    >> =IF(AND(A1="x",B1="y"),C1)
    >>
    >>
    >>
    >> Regards,
    >>
    >> Peo Sjoblom
    >>
    >>
    >>
    >> "Maya" wrote:
    >>
    >> > I am trying to get information from Cell A and Cell B and then sum Cell
    >> > C. I
    >> > cannot seem to link conditions and need help please




  4. #4
    Peo Sjoblom
    Guest

    RE: Multiple Conditions in a cell

    =IF(AND(A1="x",B1="y"),C1)



    Regards,

    Peo Sjoblom



    "Maya" wrote:

    > I am trying to get information from Cell A and Cell B and then sum Cell C. I
    > cannot seem to link conditions and need help please


  5. #5
    Maya
    Guest

    RE: Multiple Conditions in a cell

    I have
    =if(and(a1="1",b1="y"),c1)
    and all I get is "FALSE"
    what am I doing wrong

    "Peo Sjoblom" wrote:

    > =IF(AND(A1="x",B1="y"),C1)
    >
    >
    >
    > Regards,
    >
    > Peo Sjoblom
    >
    >
    >
    > "Maya" wrote:
    >
    > > I am trying to get information from Cell A and Cell B and then sum Cell C. I
    > > cannot seem to link conditions and need help please


  6. #6
    Art
    Guest

    Re: Multiple Conditions in a cell

    If the 1 in A1 is a number, remove the quotes from around the 1 in your
    formula:

    =IF(AND(A1=1,B1="y"),C1

    Art

    "Maya" <[email protected]> wrote in message
    news:[email protected]...
    >I have
    > =if(and(a1="1",b1="y"),c1)
    > and all I get is "FALSE"
    > what am I doing wrong
    >
    > "Peo Sjoblom" wrote:
    >
    >> =IF(AND(A1="x",B1="y"),C1)
    >>
    >>
    >>
    >> Regards,
    >>
    >> Peo Sjoblom
    >>
    >>
    >>
    >> "Maya" wrote:
    >>
    >> > I am trying to get information from Cell A and Cell B and then sum Cell
    >> > C. I
    >> > cannot seem to link conditions and need help please




  7. #7
    Peo Sjoblom
    Guest

    RE: Multiple Conditions in a cell

    =IF(AND(A1="x",B1="y"),C1)



    Regards,

    Peo Sjoblom



    "Maya" wrote:

    > I am trying to get information from Cell A and Cell B and then sum Cell C. I
    > cannot seem to link conditions and need help please


  8. #8
    Maya
    Guest

    RE: Multiple Conditions in a cell

    I have
    =if(and(a1="1",b1="y"),c1)
    and all I get is "FALSE"
    what am I doing wrong

    "Peo Sjoblom" wrote:

    > =IF(AND(A1="x",B1="y"),C1)
    >
    >
    >
    > Regards,
    >
    > Peo Sjoblom
    >
    >
    >
    > "Maya" wrote:
    >
    > > I am trying to get information from Cell A and Cell B and then sum Cell C. I
    > > cannot seem to link conditions and need help please


  9. #9
    Art
    Guest

    Re: Multiple Conditions in a cell

    If the 1 in A1 is a number, remove the quotes from around the 1 in your
    formula:

    =IF(AND(A1=1,B1="y"),C1

    Art

    "Maya" <[email protected]> wrote in message
    news:[email protected]...
    >I have
    > =if(and(a1="1",b1="y"),c1)
    > and all I get is "FALSE"
    > what am I doing wrong
    >
    > "Peo Sjoblom" wrote:
    >
    >> =IF(AND(A1="x",B1="y"),C1)
    >>
    >>
    >>
    >> Regards,
    >>
    >> Peo Sjoblom
    >>
    >>
    >>
    >> "Maya" wrote:
    >>
    >> > I am trying to get information from Cell A and Cell B and then sum Cell
    >> > C. I
    >> > cannot seem to link conditions and need help please




  10. #10
    Maya
    Guest

    Multiple Conditions in a cell

    I am trying to get information from Cell A and Cell B and then sum Cell C. I
    cannot seem to link conditions and need help please

  11. #11
    Peo Sjoblom
    Guest

    RE: Multiple Conditions in a cell

    =IF(AND(A1="x",B1="y"),C1)



    Regards,

    Peo Sjoblom



    "Maya" wrote:

    > I am trying to get information from Cell A and Cell B and then sum Cell C. I
    > cannot seem to link conditions and need help please


  12. #12
    Maya
    Guest

    RE: Multiple Conditions in a cell

    I have
    =if(and(a1="1",b1="y"),c1)
    and all I get is "FALSE"
    what am I doing wrong

    "Peo Sjoblom" wrote:

    > =IF(AND(A1="x",B1="y"),C1)
    >
    >
    >
    > Regards,
    >
    > Peo Sjoblom
    >
    >
    >
    > "Maya" wrote:
    >
    > > I am trying to get information from Cell A and Cell B and then sum Cell C. I
    > > cannot seem to link conditions and need help please


  13. #13
    Art
    Guest

    Re: Multiple Conditions in a cell

    If the 1 in A1 is a number, remove the quotes from around the 1 in your
    formula:

    =IF(AND(A1=1,B1="y"),C1

    Art

    "Maya" <[email protected]> wrote in message
    news:[email protected]...
    >I have
    > =if(and(a1="1",b1="y"),c1)
    > and all I get is "FALSE"
    > what am I doing wrong
    >
    > "Peo Sjoblom" wrote:
    >
    >> =IF(AND(A1="x",B1="y"),C1)
    >>
    >>
    >>
    >> Regards,
    >>
    >> Peo Sjoblom
    >>
    >>
    >>
    >> "Maya" wrote:
    >>
    >> > I am trying to get information from Cell A and Cell B and then sum Cell
    >> > C. I
    >> > cannot seem to link conditions and need help please




+ 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