Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default Excel Lists Dependencies

Hi All,

i have a problem to solve:

I want users to be able to pick a project from a list (no problem) and
then i want excel to pick the project number according to the project
name automatically from a list. To make my problem clear let's say a
user picks Project A from a drop down list in cell A1, then I want
excel to display the correct project number in cell B1 automatically.
Not all employees know projects by name in our company hence this
idea. The best would be to store the project number in a list similar
to a list used for drop down menus. The projects change and so do the
project numbers hence a easy change of project numbers would be
preferable.

Thanks in advance for any help on that topic!

Adam

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 15,768
Default Excel Lists Dependencies

Create a 2 column table like this:

.............A.................B
1.......Name.........Number
2...Project A.........1001
3...Project B.........1201
4...Project C.........3201
5...Project D.........7210

Then, assume your drop down list is in A10.

Try this formula in B10:

=IF(A10="","",VLOOKUP(A10,A2:B5,2,0))

Biff

wrote in message
oups.com...
Hi All,

i have a problem to solve:

I want users to be able to pick a project from a list (no problem) and
then i want excel to pick the project number according to the project
name automatically from a list. To make my problem clear let's say a
user picks Project A from a drop down list in cell A1, then I want
excel to display the correct project number in cell B1 automatically.
Not all employees know projects by name in our company hence this
idea. The best would be to store the project number in a list similar
to a list used for drop down menus. The projects change and so do the
project numbers hence a easy change of project numbers would be
preferable.

Thanks in advance for any help on that topic!

Adam



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
No Record Source, no dependencies? Phil Smith Charts and Charting in Excel 1 May 30th 07 11:44 PM
Named ranges with dependencies Dallman Ross Excel Discussion (Misc queries) 4 October 1st 06 02:21 PM
Drop Down Menu - dependencies Lorena Excel Discussion (Misc queries) 4 May 30th 06 10:30 PM
List Dependencies [email protected] Excel Discussion (Misc queries) 4 February 15th 06 10:11 AM
An .xls template that acts like MSProject? (dependencies, etc) uttster Excel Discussion (Misc queries) 0 February 7th 06 10:29 PM


All times are GMT +1. The time now is 08:22 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"