The and so on suggests that you would want to use a VLOOKUP table. Look in
the help index for VLOOKUP. Put the formula in col c and copy down.

Signature
Don Guillett
Microsoft MVP Excel
SalesAid Software
dguillett1@austin.rr.com
> Greeting all.
>
[quoted text clipped - 17 lines]
>
> Thanks from a total newbie
Sorry Don.
Got lost. Tried one of the examples from VLOOKUP help
and put 'my words' where I thought they should go:
=IF(ISNA(VLOOKUP(British War Medal,A2:George V,2,FALSE)) = TRUE, "xxx",
VLOOKUP(British War Medal,A2:George V,2,FALSE))
I put this in the top cell of column 2 and nothing happened,
- a little more coaching please!!
> The and so on suggests that you would want to use a VLOOKUP table. Look in
> the help index for VLOOKUP. Put the formula in col c and copy down.
[quoted text clipped - 25 lines]
> >
> > Thanks from a total newbie
Don Guillett - 14 Aug 2007 14:41 GMT
When all else fails, RTFI
Help suggested that you make a table of your variables
col f col g
British War George V
Crimea Victoria
then use that
=vlookup(a2,f2:g120,2,0)

Signature
Don Guillett
Microsoft MVP Excel
SalesAid Software
dguillett1@austin.rr.com
> Sorry Don.
> Got lost. Tried one of the examples from VLOOKUP help
[quoted text clipped - 35 lines]
>> >
>> > Thanks from a total newbie