Thread: IF Formula Help
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
PCLIVE PCLIVE is offline
external usenet poster
 
Posts: 1,311
Default IF Formula Help

Maybe this:

=IF(D1=TRUE,TRUE,IF(COUNTIF(A1:C1,FALSE)0,FALSE,T RUE))

HTH,
Paul

"Fgbdrum" wrote in message
...
Hi there. Here is my dilemma

Columns
A B C D
Row 1 TRUE FALSE FALSE TRUE

I would like to put a formula in cell E1 that says something to this
effect:

If A1 or B1 or C1 equals False, then False. However, if D1 equals True (No
matter what happens in A1, B1, or C1) then True.

Thanks for the help.