I need to create a formula whereby if cell 'A1' = 123456, then cell 'B1' automatically changes to a description. i.e. a prodcut description. This I have done using =IF(A23=Sheet1!B2,Sheet1!A2,). However, this only seem to work when referencing one cell. I need to be able to reference many cells...