data validation on multiple pages or hyperlink solution

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a customer list on a worksheet. On another, I have the customer list
as a dropdown so you can select one from the list. Once one is selected, I
want another worksheet to activate the information for that customer (such as
a collections sheet w/ all customers, but only want to see info on that
customer). My question is: can I set up a validation that will select the
same customer when one is chosen on another page, or is there a way to do a
VLOOKUP in a hyperlink once a customer has been chose so that it links to
that particular customer on the collections sheet?

Any thoughts or ideas would be appreciated.

Leigh Ann
 
If a customer has been selected on Sheet1, the VLookup formulas on
Sheet2 could refer to that cell. For example:

=VLOOKUP(Sheet1!C4,CustData,3,0)

where customer data is stored in a range named CustData.
 
Thanks for the quick reply, Debra. Since my customer data page will change
every week, since it is collection information, is there a quick way to name
each customer range using the customer name - something like a mass range
naming formula that changes with each name? Leigh Ann
 

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

Similar Threads

auto fill or if function 2
Data Validation to exclude blank cells 6
data - validation - list question 2
Data Validation 2
Data Validation 1
Data Validation 6
Accumulative sheet data 5
Lists for List Validation 1

Back
Top