Thread: Boolean Math
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default Boolean Math

Try this:

=AND(A1,A2,A3)

Hope this helps.

Pete

On Dec 10, 6:51*pm, 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