Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default How to create two validation lists that modify each other's value?

For instance, let's say I have a list containing both product numbers
and descriptions. I would like to create the following validation
lists

Number Description
[12345] [Digital Camera XBC]

Original lists:

00001 Camera
00002 Mouse
....
12345 Digital Camera XBC
....

If I know the product's number, I select its number from the list on
the left and it automatically changes the description. If I know the
description, I select the description and it automatically changes the
product's number.

Any ideas?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default How to create two validation lists that modify each other's value?

You could use a Vlookup to do one or the other, but you can't have both a
formula and a value in a cell. You would need to use the Worksheet_Change
Event to lookup the value you don't enter.

In Excel 97, selection of a value from a data validation dropdown does not
fire the change event, so this wouldn't work in xl97.

--
Regards,
Tom Ogilvy


"Chracatoa" wrote in message
om...
For instance, let's say I have a list containing both product numbers
and descriptions. I would like to create the following validation
lists

Number Description
[12345] [Digital Camera XBC]

Original lists:

00001 Camera
00002 Mouse
...
12345 Digital Camera XBC
...

If I know the product's number, I select its number from the list on
the left and it automatically changes the description. If I know the
description, I select the description and it automatically changes the
product's number.

Any ideas?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Create two Data validation lists that are linked(Both change toget VChaseS Excel Worksheet Functions 2 January 26th 10 12:54 PM
Excel -- Data Validation -- Create Dependent Lists Louisa Excel Worksheet Functions 6 October 9th 09 03:27 AM
How to clear validation lists based on other validation lists Ben Excel Discussion (Misc queries) 1 March 12th 07 07:11 PM
How to create Dropdown lists not using Data Validation Catlady Excel Discussion (Misc queries) 3 December 13th 06 05:06 PM
Data Validation - Create dependent lists Little pete Excel Discussion (Misc queries) 1 May 23rd 05 12:04 PM


All times are GMT +1. The time now is 01:21 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"