View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips[_4_] Bob Phillips[_4_] is offline
external usenet poster
 
Posts: 834
Default If Statement Nesting?

You don't need to nest, use AND

=IF(AND(B2="yes",C217), true_action, false_action)


--

HTH

Bob

"ThunderBlade" wrote in message
...
Can You Nest an If Statment so that the Logic has to check 2 different
cells
before it outputs the True/False date?