I'm trying to work out how to create an invoice as part of a recruitment process. I need to create a formula to do the following:
In column B I enter the product code, and then in column C the product description should automatically appear. I have successfully done this using one product description:
=IF(B14="H12co","Hearts 12 pack Coast")
However there are about 100 different products, so I need to create a formula which contains any one of these 100 product descriptions. Help!