View Single Post
  #9   Report Post  
Posted to microsoft.public.excel.misc
zvkmpw zvkmpw is offline
external usenet poster
 
Posts: 153
Default Formula to scan group of four cells?

how would I write IF(This AND That are true, then do X, else do Y)

IF(AND(THIS, THAT), X, Y)