Maximum Items in Excel Lists?

M

MattPatsFan

I can only get 14 items to show up in an excel drop down list. Is that the
maximum # or can I get it to increase? Thanks,
Matt
 
O

Otto Moehrbach

A data validation (drop-down) list can have thousands of items. Exactly
what are you doing (step by step) to create this Data Validation cell? HTH
Otto
 
M

MattPatsFan

Otto,

On Sheet 2, I have a column "Category List" with 30 items. On Sheet 1, I
have a column labeled "Category" and went to the cells under it and clicked
Data/Validation/Allow Lists and under Source put "=Category". The drop down
button appears and a list appears but it only scrolls down through the first
14 items.

Matt
 
M

MattPatsFan

I have it in a regular cell dropdown. The list is on sheet 2 and the drop
down is on sheet one. I am doing a real basic list for budgeting purposes.
I went to data/validation/allow lists/and put =category in the source section.

Matt
 
M

MattPatsFan

Nick,

How do I name the range? Would it be possible to email you the spreadsheet
I am talking about?

Matt
 
J

JLatham

Select the entire list of categories on the sheet, don't include the label at
the top of the list, then Use
Insert | Name | Define
and type in a name for the range like myCategoryList
It should show the cells selected in the area at the bottom of the dialog.
Click the OK button.

Now in your data validated cells use
=myCategoryList
as the Source for the list. Excel should also offer to make the same to all
of the adjoining cells with the same validation setup as the one you've
selected. Accept that kind, labor saving offer.
 
Top