- Aug 15, 2000
- 52,763
- 1
- 0
I've got a list of part numbers in one column, a description of those items in a second column, and two columns of different pricing following those. These are all in one worksheet.
In a second worksheet, I've figured out how to create a drop-down list using data validation. I've selected the first column of part numbers and given that range a name. Then, using data validation, I've created a drop-down list on the second worksheet that allows the user to pick one of the part numbers.
Now my issue is that I'd like to have the description of that part and the two pricing columns auto-populate.
I've constructed IF/THEN statements, but I'll be working with worksheets that contain thousands of part numbers and I need a better way of auto-populating the description and two (or three or five or whatever) pricing fields.
Here's an example of what I've done
Does anyone have a better way of auto-populating those fields, other than if/then statements? Thousands of if/then functions are simply impossible to build.
Ideas?
In a second worksheet, I've figured out how to create a drop-down list using data validation. I've selected the first column of part numbers and given that range a name. Then, using data validation, I've created a drop-down list on the second worksheet that allows the user to pick one of the part numbers.
Now my issue is that I'd like to have the description of that part and the two pricing columns auto-populate.
I've constructed IF/THEN statements, but I'll be working with worksheets that contain thousands of part numbers and I need a better way of auto-populating the description and two (or three or five or whatever) pricing fields.
Here's an example of what I've done
Does anyone have a better way of auto-populating those fields, other than if/then statements? Thousands of if/then functions are simply impossible to build.
Ideas?