Thread: Formula Help
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Formula Help

If you only have those 3 conditions:

=IF(OR(A1={"Men","Women"}),"2700064 : More Categories",IF(A1="Hair","2700070
: More Categories",""))



--
Biff
Microsoft Excel MVP


"Gmata" wrote in message
...
Hi,

I need to create a formula to recall certain values for example
if i type "Men" in A1 i need to get certain value in B2 "2700064 : More
Categories"

This are the 3 values i need
Men --- 2700064 : More Categories
Women --- 2700064 : More Categories
Hair --- 2700070 : More Categories

Any Help,

Thanks