In one spreadsheet I have two data columns one with a product type and one with the price.
In another spreadsheet I have the product types in a drop down list. What I want it to do is once the product is selected to have the price automatically pop into the next cell. I was originall doing something like:
=IF( A1="FOAM", $0.50,IF(A1="GLASS", $0.75," ")).
But then I discovered you could only have a maximum of 7 inset functions. Is there another way to do this in Excel 2003?
Bookmarks