A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Drop Down Menu



 
 
Thread Tools Display Modes
  #1  
Old September 20th, 2007, 12:36 AM posted to microsoft.public.excel.worksheet.functions
Can''t Cache Me
external usenet poster
 
Posts: 2
Default Drop Down Menu

I have list of people that I am constinly putting into different spreadsheets
for various reasons. I want to be able to set up a drop down menu that lists
everyones names that I usually use on my spreadsheets, and then, after I
press the enter button all of their contact info shows up in the cells either
below or next to the one that has the drop down menu. How do I go about
doing that?
  #2  
Old September 20th, 2007, 01:50 AM posted to microsoft.public.excel.worksheet.functions
FC
external usenet poster
 
Posts: 149
Default Drop Down Menu

You will need a combitation of DATA VALIDATION and VLOOKUP formula.

"Can''t Cache Me" wrote:

I have list of people that I am constinly putting into different spreadsheets
for various reasons. I want to be able to set up a drop down menu that lists
everyones names that I usually use on my spreadsheets, and then, after I
press the enter button all of their contact info shows up in the cells either
below or next to the one that has the drop down menu. How do I go about
doing that?

  #3  
Old September 20th, 2007, 06:44 AM posted to microsoft.public.excel.worksheet.functions
Can''t Cache Me
external usenet poster
 
Posts: 2
Default Drop Down Menu

Ok, so how come I can't seem to find the function DATA VALIDATION? How do I
go about using these two formulas?

"FC" wrote:

You will need a combitation of DATA VALIDATION and VLOOKUP formula.


  #4  
Old September 20th, 2007, 08:50 AM posted to microsoft.public.excel.worksheet.functions
David Biddulph
external usenet poster
 
Posts: 8,714
Default Drop Down Menu

Perhaps look up "data validation" in Excel's help?
Perhaps look in the Data menu?
--
David Biddulph

"Can''t Cache Me" wrote in message
...
Ok, so how come I can't seem to find the function DATA VALIDATION? How do
I
go about using these two formulas?

"FC" wrote:

You will need a combitation of DATA VALIDATION and VLOOKUP formula.




  #5  
Old September 20th, 2007, 09:42 AM posted to microsoft.public.excel.worksheet.functions
Gav123
external usenet poster
 
Posts: 128
Default Drop Down Menu

For data validation see... http://www.contextures.com/xlDataVal03.html

Then you can use the Vlookup function to pull the other information that you
require.

for example your information is contained Sheet2 A2:C50
A B C
Names Telephone Number Street
2 Joe Bloggs 555 555 Any St
3 Barry Soap 555 123 Any Ave.


Your formula might look like this (assuming your drop down list is in Sheet1
cell A2
In Sheet1 cell B2 type...

=VLOOKUP(A2,Sheet2!A2:C50,2,0)

This will return the following...

If Joe Bloggs is selected from the drop down list the telephone number for
him will be returned 555 555 as the 2 after the range returns the value in
the 2nd column of your data range. If you want the street to return chage the
2 for a 3.

Hope this helps.

Gav.





"Can''t Cache Me" wrote:

Ok, so how come I can't seem to find the function DATA VALIDATION? How do I
go about using these two formulas?

"FC" wrote:

You will need a combitation of DATA VALIDATION and VLOOKUP formula.


  #6  
Old September 20th, 2007, 09:52 AM posted to microsoft.public.excel.worksheet.functions
Gav123
external usenet poster
 
Posts: 128
Default Drop Down Menu

Small error...

Look here for Data Validation

http://www.contextures.com/xlDataVal01.html

"Can''t Cache Me" wrote:

Ok, so how come I can't seem to find the function DATA VALIDATION? How do I
go about using these two formulas?

"FC" wrote:

You will need a combitation of DATA VALIDATION and VLOOKUP formula.


  #7  
Old April 28th, 2010, 05:34 PM posted to microsoft.public.excel.worksheet.functions
Alan D
external usenet poster
 
Posts: 3
Default Drop Down Menu

I am having trouble with the drop down menu, I create a list called
operations hit enter and then choose a cell like the instructions suggest,
choose the list and hit save and I get my comments to show up but no drop
down arrow, can someone help me?



--
Best Regards

Alan D


"Can''t Cache Me" wrote:

I have list of people that I am constinly putting into different spreadsheets
for various reasons. I want to be able to set up a drop down menu that lists
everyones names that I usually use on my spreadsheets, and then, after I
press the enter button all of their contact info shows up in the cells either
below or next to the one that has the drop down menu. How do I go about
doing that?

  #8  
Old April 28th, 2010, 07:54 PM posted to microsoft.public.excel.worksheet.functions
Luke M[_4_]
external usenet poster
 
Posts: 451
Default Drop Down Menu

To create drop down, select the cell you want, then goto Data - Validation.
Select List, and then type your list, or choose the range of cells
containing your list.

--
Best Regards,

Luke M
"Alan D" wrote in message
...
I am having trouble with the drop down menu, I create a list called
operations hit enter and then choose a cell like the instructions suggest,
choose the list and hit save and I get my comments to show up but no drop
down arrow, can someone help me?



--
Best Regards

Alan D


"Can''t Cache Me" wrote:

I have list of people that I am constinly putting into different
spreadsheets
for various reasons. I want to be able to set up a drop down menu that
lists
everyones names that I usually use on my spreadsheets, and then, after I
press the enter button all of their contact info shows up in the cells
either
below or next to the one that has the drop down menu. How do I go about
doing that?



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:17 PM.


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