Bob --
Have a look at VLOOKUP. There are plenty examples of how to use VLOOKUP at this site.
Aladin
Hi
To start you would need to have all of the items listed and all of the complete descriptions listed somewhere. For example in column AA1:AA100 has the name and BB1:BB100 has the description.
Then in E2 put this =vlookup(C2,$AA$1:$BB$100,2,false)
Then fill this down for as many rows as you want.
Hope this helps
Jacob
On the far right of your sheet in CA1 down add your CODE, in CB1 add the full description text. Then on your report sheet in C1 put your code and in D1 put =Vlookup(C1,CA:CB,2,False)
Then when you copy the formula down and add a code to C1, your description will popup in D1. JSW
Using vlookup on the entire column i.e. (CA:CB) could take a while for the computer to continually calculate every field whenever data is changed, especially if there is no match, it would have to seach thousands of rows.