Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default drop down lists embedded in cell

Hi,

In a presentation recently I saw a user access a drop down list by selecting
a cell, that previously had no drop down arrow in it. The cell also did not
contain any formula but took the value selected from the drop down list, when
the user selected a different cell the drop down arrow disappeared. I've
tried recreating this effect using standard control boxes such as a list box
or combo box but to no avail. Any ideas what it is and how do I go about
doing it?
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 49
Default drop down lists embedded in cell

....and within the Validation Criteria section go to the Allow dropdown and
select List. Then enter the list into the Source box. The source can be a
direct range reference e.g. "=$A$1:$A$10", a named range "=MYLIST" (say
MYLIST is the name assigned to $A$1:$A$10) or even a list itself e.g.
"1;2;3;4;5". Note1: do not use the quotation marks when entering the
formulae. Note2: Just in case your System's list separator is "," you may
need to replace ";" with ",".

KL

"Doug Glancy" wrote in message
...
Bob,

Take a look at Data Validation in the Data Menu of Excel.

hth,

Doug Glancy

"Bob Builder" <Bob wrote in message
...
Hi,

In a presentation recently I saw a user access a drop down list by
selecting
a cell, that previously had no drop down arrow in it. The cell also did
not
contain any formula but took the value selected from the drop down list,
when
the user selected a different cell the drop down arrow disappeared. I've
tried recreating this effect using standard control boxes such as a list
box
or combo box but to no avail. Any ideas what it is and how do I go about
doing it?





  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default drop down lists embedded in cell

Thanks to everyone that responded was a great help, very much appreciated.


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
Trying to make multiple drop down lists that excludes cell in a ra Joe Excel Discussion (Misc queries) 1 May 14th 09 04:56 AM
Data in Cell dependant on drop down lists kalahari New Users to Excel 1 April 2nd 08 05:40 AM
Values from 3 separate drop-down lists entered into single cell Smatass Excel Worksheet Functions 4 September 16th 07 10:17 AM
How can you sort a worksheet which has embedded lists? srburris Excel Worksheet Functions 0 April 19th 06 07:16 PM
How do you convert embedded drop-down lists in Excel '97? RavensChild Excel Worksheet Functions 1 September 9th 05 10:07 PM


All times are GMT +1. The time now is 10:33 AM.

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

About Us

"It's about Microsoft Excel"