+ Reply to Thread
Results 1 to 4 of 4

can I make cell "yes" equal 1, "no" equal 0

  1. #1
    can I make cell "yes" equal 1,
    Guest

    can I make cell "yes" equal 1, "no" equal 0



  2. #2
    Bob Phillips
    Guest

    Re: can I make cell "yes" equal 1, "no" equal 0

    in another cell?

    =IF(AND(A1<>"yes",A1<>"no"),"",(A1="yes")*1+(A1="no")*0)

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "can I make cell yes equal 1, no equa" <can I make cell "yes" equal 1, "no"
    [email protected]> wrote in message
    news:[email protected]...
    >




  3. #3
    Sandy Mann
    Guest

    Re: can I make cell "yes" equal 1, "no" equal 0

    Picky but I don't think that you need the " +(A1="no")*0 " Just

    =IF(AND(A1<>"yes",A1<>"no"),"",(A1="yes")*1)

    or

    =IF(AND(A1<>"yes",A1<>"no"),"",--(A1="yes"))

    will work

    Regards

    Sandy
    --
    to e-mail direct replace @mailintor.com with @tiscali.co.uk


    "Bob Phillips" <[email protected]> wrote in message
    news:%[email protected]...
    > in another cell?
    >
    > =IF(AND(A1<>"yes",A1<>"no"),"",(A1="yes")*1+(A1="no")*0)
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "can I make cell yes equal 1, no equa" <can I make cell "yes" equal 1,

    "no"
    > [email protected]> wrote in message
    > news:[email protected]...
    > >

    >
    >




  4. #4
    Bob Phillips
    Guest

    Re: can I make cell "yes" equal 1, "no" equal 0

    Hi Sandy,

    Quite right, well spotted.

    Bob

    "Sandy Mann" <[email protected]> wrote in message
    news:%[email protected]...
    > Picky but I don't think that you need the " +(A1="no")*0 " Just
    >
    > =IF(AND(A1<>"yes",A1<>"no"),"",(A1="yes")*1)
    >
    > or
    >
    > =IF(AND(A1<>"yes",A1<>"no"),"",--(A1="yes"))
    >
    > will work
    >
    > Regards
    >
    > Sandy
    > --
    > to e-mail direct replace @mailintor.com with @tiscali.co.uk
    >
    >
    > "Bob Phillips" <[email protected]> wrote in message
    > news:%[email protected]...
    > > in another cell?
    > >
    > > =IF(AND(A1<>"yes",A1<>"no"),"",(A1="yes")*1+(A1="no")*0)
    > >
    > > --
    > >
    > > HTH
    > >
    > > RP
    > > (remove nothere from the email address if mailing direct)
    > >
    > >
    > > "can I make cell yes equal 1, no equa" <can I make cell "yes" equal 1,

    > "no"
    > > [email protected]> wrote in message
    > > news:[email protected]...
    > > >

    > >
    > >

    >
    >




+ 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