How to: IF FALSE in 2 Cells, Then Obtain Value From 3rd Cell?

  • Thread starter Thread starter badgereurex
  • Start date Start date
B

badgereurex

Hi,
I'd like to create a formula which compares two cells. If both cells
have 'FALSE' values, I'd like for the formula cell to display the
value from a third cell:
I would have thought that
=IF((A10) AND (B10)=FALSE, C10)
would suffice, but no such luck.

Thanks for any feedback.
 
Back
Top