View Single Post
  #2  
Old March 30th, 2010, 07:33 PM posted to microsoft.public.excel.misc
Bob Phillips[_3_]
external usenet poster
 
Posts: 489
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?