View Single Post
  #3   Report Post  
Sandy Mann
 
Posts: n/a
Default

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" wrote in message
...
in another cell?

=IF(AND(A1<"yes",A1<"no"),"",(A1="yes")*1+(A1="n o")*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"
wrote in message
...