Mary,
So using your example, IF F2 = A,B,C or D then return Active. IF F2 =
E,F or G then return Inactive. IF F2 = H,I or J then return Future.
Here is kind of a long solution.
=IF(OR(F2="A",F2="B",F2="C",F2="D"),"Active",IF(OR (F2="E",F2="F",F2="G"),"Inactive",IF(OR(F2="H",F2= "I",F2="J"),"Future")))
Does that help?
Steve
--
SteveG
------------------------------------------------------------------------
SteveG's Profile:
http://www.excelforum.com/member.php...fo&userid=7571
View this thread:
http://www.excelforum.com/showthread...hreadid=541644