Thread
:
Formula For If & Or Condition
View Single Post
#
5
Posted to microsoft.public.excel.misc
Ken Johnson
Posts: n/a
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
Reply With Quote