HELP ON LINKING DATA TO DROP DOWN LIST

A

Aitch

Hi I am using 2003 version. I have a table with sales information in it and I
am trying to manipluate with the use of a drop down list. What I want to
achive is the following: Use drop down list and depending on what term is
selected will change pricing in the table. How do I link the options in the
drop down box to my specific pricing terms? Many thanks
 
G

Gary''s Student

1. Use Data Validation to create the drop-down
2. Use something like VLOOKUP() to get the required information once the
selection has been made.
 
1

148steve

Hi Aitch

By using data validation you will be able to use an IF statement in the
validation menu.

When you select Data Validation, choose the list option and then in the
selection field below, type in your IF statement. You can have up to 8 NEsted
IF's in one statement and you must create named ranges for the other options.

S
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top