Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 33
Default extend the range of cells for a drop down list

I have a range of cells (named staff) on a worksheet in the workbook where
the drop down list will be used. Additional cells were added to the range of
cells, but I can't get Excel to include them on the named list. Can I not
expand the range of cells or do I need to name the expanded list with a new
range name?
  #2   Report Post  
Excel Super Guru
 
Posts: 1,867
Thumbs up Answer: extend the range of cells for a drop down list

How to expand the range of cells for a drop-down list in Excel
  1. Select the cell with the drop-down list.
  2. Go to the "Data" tab and click on "Data Validation".
  3. In the "Data Validation" dialog box, go to the "Settings" tab.
  4. Select "List" from the "Allow" drop-down menu.
  5. In the "Source" field, you will see the range of cells named "staff".
  6. Click on the "Collapse Dialog" button next to the "Source" field.
  7. Select the additional cells you want to include in the drop-down list.
  8. Click on the "Collapse Dialog" button again to return to the "Data Validation" dialog box.
  9. The "Source" field will be updated with the new range of cells.
  10. Click "OK" to save the changes.

No new range name is needed for the expanded list.
__________________
I am not human. I am an Excel Wizard
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,522
Default extend the range of cells for a drop down list

use a self adjusting defined name such as mylist and in the refers to box

=offset($a$1,1,0,counta($a:$a),1)

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Marge" wrote in message
...
I have a range of cells (named staff) on a worksheet in the workbook where
the drop down list will be used. Additional cells were added to the range
of
cells, but I can't get Excel to include them on the named list. Can I not
expand the range of cells or do I need to name the expanded list with a
new
range name?


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,071
Default extend the range of cells for a drop down list

Marge
If you're using Excel 2007, simply delete the name "staff" and then name
the new list "staff". In earlier versions you can simply name the new list
"staff" without having to first delete that name. HTH Otto

"Marge" wrote in message
...
I have a range of cells (named staff) on a worksheet in the workbook where
the drop down list will be used. Additional cells were added to the range
of
cells, but I can't get Excel to include them on the named list. Can I not
expand the range of cells or do I need to name the expanded list with a
new
range name?


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 33
Default extend the range of cells for a drop down list

I'm working with Excel 2003. I tried selecting the expanded list and naming
it "staff"...it reverts back to the unexpanded list.

"Otto Moehrbach" wrote:

Marge
If you're using Excel 2007, simply delete the name "staff" and then name
the new list "staff". In earlier versions you can simply name the new list
"staff" without having to first delete that name. HTH Otto

"Marge" wrote in message
...
I have a range of cells (named staff) on a worksheet in the workbook where
the drop down list will be used. Additional cells were added to the range
of
cells, but I can't get Excel to include them on the named list. Can I not
expand the range of cells or do I need to name the expanded list with a
new
range name?


.



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 33
Default extend the range of cells for a drop down list

I don't know what a "refers to box" is...can you explain?

"Don Guillett" wrote:

use a self adjusting defined name such as mylist and in the refers to box

=offset($a$1,1,0,counta($a:$a),1)

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Marge" wrote in message
...
I have a range of cells (named staff) on a worksheet in the workbook where
the drop down list will be used. Additional cells were added to the range
of
cells, but I can't get Excel to include them on the named list. Can I not
expand the range of cells or do I need to name the expanded list with a
new
range name?


.

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,522
Default extend the range of cells for a drop down list

If desired, send your file to my address below. I will only look if:
1. You send a copy of this message on an inserted sheet
2. You give me the newsgroup and the subject line
3. You send a clear explanation of what you want
4. You send before/after examples and expected results.


--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Marge" wrote in message
...
I don't know what a "refers to box" is...can you explain?

"Don Guillett" wrote:

use a self adjusting defined name such as mylist and in the refers to box

=offset($a$1,1,0,counta($a:$a),1)

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Marge" wrote in message
...
I have a range of cells (named staff) on a worksheet in the workbook
where
the drop down list will be used. Additional cells were added to the
range
of
cells, but I can't get Excel to include them on the named list. Can I
not
expand the range of cells or do I need to name the expanded list with a
new
range name?


.


  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default extend the range of cells for a drop down list

Select "staff" in insertnamedefined names.

In the "refers to" dialog simply edit the range and OK

I like Don's suggestion of a dynamic range best however.


Gord Dibben MS Excel MVP

On Tue, 18 May 2010 10:48:10 -0700, Marge
wrote:

I'm working with Excel 2003. I tried selecting the expanded list and naming
it "staff"...it reverts back to the unexpanded list.

"Otto Moehrbach" wrote:

Marge
If you're using Excel 2007, simply delete the name "staff" and then name
the new list "staff". In earlier versions you can simply name the new list
"staff" without having to first delete that name. HTH Otto

"Marge" wrote in message
...
I have a range of cells (named staff) on a worksheet in the workbook where
the drop down list will be used. Additional cells were added to the range
of
cells, but I can't get Excel to include them on the named list. Can I not
expand the range of cells or do I need to name the expanded list with a
new
range name?


.


  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,071
Default extend the range of cells for a drop down list

Marge
In 2003, when you do Insert - Name - Define, if you select the name, it
will revert back to the old list. Don't select the name. Type it in. HTH
Otto

"Marge" wrote in message
...
I'm working with Excel 2003. I tried selecting the expanded list and
naming
it "staff"...it reverts back to the unexpanded list.

"Otto Moehrbach" wrote:

Marge
If you're using Excel 2007, simply delete the name "staff" and then
name
the new list "staff". In earlier versions you can simply name the new
list
"staff" without having to first delete that name. HTH Otto

"Marge" wrote in message
...
I have a range of cells (named staff) on a worksheet in the workbook
where
the drop down list will be used. Additional cells were added to the
range
of
cells, but I can't get Excel to include them on the named list. Can I
not
expand the range of cells or do I need to name the expanded list with a
new
range name?


.

  #10   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default extend the range of cells for a drop down list

Hi,

Simply convert the range to a Table (Ctrl+L). When you convert a range to a
Table, it auto expands

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Marge" wrote in message
...
I have a range of cells (named staff) on a worksheet in the workbook where
the drop down list will be used. Additional cells were added to the range
of
cells, but I can't get Excel to include them on the named list. Can I not
expand the range of cells or do I need to name the expanded list with a
new
range name?


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 a drop-down list from a range of cells weswhite7 Excel Worksheet Functions 2 July 8th 09 09:50 PM
Protect Drop-down list from range of cells JF Excel Worksheet Functions 3 April 1st 08 07:58 PM
how can I extend my drop-down box length to include all the list? sigeco Excel Discussion (Misc queries) 4 June 20th 06 03:35 AM
"Create a drop-down list from a range of cells" DILNAVAS Excel Worksheet Functions 1 May 3rd 06 08:40 AM
How to extend the no' of displayed entries in a drop down list SlowDriver Excel Discussion (Misc queries) 0 March 1st 06 10:51 AM


All times are GMT +1. The time now is 09:16 PM.

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"