Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming your cells are D5:D8 you could use this:
=IF(COUNTIF(D5:D7,"true")=3,TRUE,FALSE) Hope that helps, Frank "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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF vs Boolean | Excel Discussion (Misc queries) | |||
More on Boolean | New Users to Excel | |||
Bob P. and Roger G. -- IF(and(...IF(OR( vs. IF(Boolean | Excel Worksheet Functions | |||
VBA Boolean | Excel Discussion (Misc queries) | |||
Boolean Find | Excel Discussion (Misc queries) |