View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Ken Johnson
 
Posts: n/a
Default Formula For If & Or Condition

Hi Arnand,

The only thing you did wrong was leave out the second condition for the
first IF.
IF(E7<"A",IF(E7<"B""FOUND",""),"") works. However, Ardus' solution is
a simpler and easier to follow solution.

Ken Johnson