Thread: Boolean Math
View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bernard Liengme Bernard Liengme is offline
external usenet poster
 
Posts: 4,393
Default Boolean Math

or even
=A1*B1*C1<0
SORRY!

"Mike H" wrote in message
...
AND another

=A1*B1*C1=1

"Art" wrote:

I have three cells with formulas that return a boolean value.
I need a formula in the fourth cell that returns True only if the first
three cells are all True.
--
Thanks,
Art