Bernard
Fri Mar 14 14:29:23 CDT 2008
=IF(G4=2,"Cathy's Check", if(G4=3,"John's Check" ,"")
This is display nothing if G4 is other than 2 or 3
If the list gets longer, a lookup function would be appropriate.
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email
"John C." <John C.@discussions.microsoft.com> wrote in message
news:4A5EA553-8ECF-439E-9F7F-591AD723E2E5@microsoft.com...
> Example: I want to be able to display "Cathy's Check" in cell G4 by typing
> the number "2" in cell B4 but I also want to display "John's Check" in
> cell
> G4 by typing the number "3" in cell B4 as well. Can some one help me
> please!