View Single Post
  #11   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default how can I calculate cells containing words yes or no

why no array formulas?

Good question!

=IF(AND(A1:C1="yes"),"yes","no")

<g


--
Biff
Microsoft Excel MVP


"Jim Cone" wrote in message
...


I'm puzzled, why no array formulas? <g...
{=CHOOSE(OR(B5:D5="No")+1,"Yes","No")}
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)




"Brian N"
wrote in message
I have 3 cells, containing either yes or no. I want to calculation where
sum
of cells is no, no, yes (answer is No), or yes, yes yes (answer is yes)
essentially where answers are all yes then the returned sum is Yes and
where
the 3 cells are either no or less then 3 yes then the answer would be no.