Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Combo Box / Dropdown Box HELP!!!!

This is probably a lot easier than I'm making it, but I'm lost!

I've created a multi-sheet workbook in Excel 2007 to keep track of our DVDs,
audio CDs, video games, etc. Each sheet is devoted to a specific media type.
I'm about to start entering our audio CDs, and here's what I would like to
accomplish:

First field: Artist Name
Second field: Name of album/CD
Third field: A dropdown list of the tracks on that CD.

Everything I've seen/read about creating combo boxes/dropdown boxes indicate
I have to enter the information that I want to appear in the dropdown
somewhere else in my spreadsheet. I don't want this dropdown to be
'selectable' as one would normally expect from a dropdown, I just want a
dropdown of static information so if, let's say, I'm looking for a specific
song by a specific artist, I can find it easily. Which brings up another
question - is the information in this dropdown box searchable? Is what I want
to do possible?

Any help/guidance would be greatly appreciated. I used to work for Microsoft
but I never dealt with Excel much and I'm really clueless on the development
side - I did end-user support in operating systems and networks! Thanks in
advance for any help anyone can provide. Feel free to email me:
- thanks again!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Combo Box / Dropdown Box HELP!!!!

Yes, creating a combo box does require you to enter the data somewhere else.
Thus, when you do a search, you don't really find what's in the combo box,
you find what's listed somewhere else.

You can create something that sort of looks like what you want, by setting
up validation rules(Tools-Validation) in a certain cell, tell its to only
accept certain words (in your case, track titles). There is a character limit
though, so you would have to appreviate. Negative side is that you can't
search for this, as Excel doesn't actually see the word as being in the
sheet, its more a guideline.

Suggestion:
Moving horizontally, go artist name, name of album, track 1, track 2, track
3, etc.
Then, for orderliness, you could set up another sheet that had a few cells
that used vlookup formulas (see XL help for guidance) that could quickly
display author, name, and tracks depending on info you entered. (I'm thinking
a search function?)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Katmouse" wrote:

This is probably a lot easier than I'm making it, but I'm lost!

I've created a multi-sheet workbook in Excel 2007 to keep track of our DVDs,
audio CDs, video games, etc. Each sheet is devoted to a specific media type.
I'm about to start entering our audio CDs, and here's what I would like to
accomplish:

First field: Artist Name
Second field: Name of album/CD
Third field: A dropdown list of the tracks on that CD.

Everything I've seen/read about creating combo boxes/dropdown boxes indicate
I have to enter the information that I want to appear in the dropdown
somewhere else in my spreadsheet. I don't want this dropdown to be
'selectable' as one would normally expect from a dropdown, I just want a
dropdown of static information so if, let's say, I'm looking for a specific
song by a specific artist, I can find it easily. Which brings up another
question - is the information in this dropdown box searchable? Is what I want
to do possible?

Any help/guidance would be greatly appreciated. I used to work for Microsoft
but I never dealt with Excel much and I'm really clueless on the development
side - I did end-user support in operating systems and networks! Thanks in
advance for any help anyone can provide. Feel free to email me:
- thanks again!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 857
Default Combo Box / Dropdown Box HELP!!!!

Hi,

Data Validation does allow you to enter the items for the list directly in
the Source box of the command. However, data validation list are probably
not "searchable".

You can look at these web sites for code to create a searchable list:

http://www.contextures.com/xlDataVal10.html
http://www.ozgrid.com/Excel/autocomplete-validation.htm

If this helps, please click the Yes button

Cheers,
Shane Devenshire

"Luke M" wrote in message
...
Yes, creating a combo box does require you to enter the data somewhere
else.
Thus, when you do a search, you don't really find what's in the combo box,
you find what's listed somewhere else.

You can create something that sort of looks like what you want, by setting
up validation rules(Tools-Validation) in a certain cell, tell its to only
accept certain words (in your case, track titles). There is a character
limit
though, so you would have to appreviate. Negative side is that you can't
search for this, as Excel doesn't actually see the word as being in the
sheet, its more a guideline.

Suggestion:
Moving horizontally, go artist name, name of album, track 1, track 2,
track
3, etc.
Then, for orderliness, you could set up another sheet that had a few cells
that used vlookup formulas (see XL help for guidance) that could quickly
display author, name, and tracks depending on info you entered. (I'm
thinking
a search function?)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Katmouse" wrote:

This is probably a lot easier than I'm making it, but I'm lost!

I've created a multi-sheet workbook in Excel 2007 to keep track of our
DVDs,
audio CDs, video games, etc. Each sheet is devoted to a specific media
type.
I'm about to start entering our audio CDs, and here's what I would like
to
accomplish:

First field: Artist Name
Second field: Name of album/CD
Third field: A dropdown list of the tracks on that CD.

Everything I've seen/read about creating combo boxes/dropdown boxes
indicate
I have to enter the information that I want to appear in the dropdown
somewhere else in my spreadsheet. I don't want this dropdown to be
'selectable' as one would normally expect from a dropdown, I just want a
dropdown of static information so if, let's say, I'm looking for a
specific
song by a specific artist, I can find it easily. Which brings up another
question - is the information in this dropdown box searchable? Is what I
want
to do possible?

Any help/guidance would be greatly appreciated. I used to work for
Microsoft
but I never dealt with Excel much and I'm really clueless on the
development
side - I did end-user support in operating systems and networks! Thanks
in
advance for any help anyone can provide. Feel free to email me:
- thanks again!


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Combo Box / Dropdown Box HELP!!!!

Shane,

I can definitely live without this being searchable. Can you give me a
little more info on how to use Data Validation and entering the info
directing in the source box?

Thanks a bunch!
Kathy

"Shane Devenshire" wrote:

Hi,

Data Validation does allow you to enter the items for the list directly in
the Source box of the command. However, data validation list are probably
not "searchable".

You can look at these web sites for code to create a searchable list:

http://www.contextures.com/xlDataVal10.html
http://www.ozgrid.com/Excel/autocomplete-validation.htm

If this helps, please click the Yes button

Cheers,
Shane Devenshire

"Luke M" wrote in message
...
Yes, creating a combo box does require you to enter the data somewhere
else.
Thus, when you do a search, you don't really find what's in the combo box,
you find what's listed somewhere else.

You can create something that sort of looks like what you want, by setting
up validation rules(Tools-Validation) in a certain cell, tell its to only
accept certain words (in your case, track titles). There is a character
limit
though, so you would have to appreviate. Negative side is that you can't
search for this, as Excel doesn't actually see the word as being in the
sheet, its more a guideline.

Suggestion:
Moving horizontally, go artist name, name of album, track 1, track 2,
track
3, etc.
Then, for orderliness, you could set up another sheet that had a few cells
that used vlookup formulas (see XL help for guidance) that could quickly
display author, name, and tracks depending on info you entered. (I'm
thinking
a search function?)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Katmouse" wrote:

This is probably a lot easier than I'm making it, but I'm lost!

I've created a multi-sheet workbook in Excel 2007 to keep track of our
DVDs,
audio CDs, video games, etc. Each sheet is devoted to a specific media
type.
I'm about to start entering our audio CDs, and here's what I would like
to
accomplish:

First field: Artist Name
Second field: Name of album/CD
Third field: A dropdown list of the tracks on that CD.

Everything I've seen/read about creating combo boxes/dropdown boxes
indicate
I have to enter the information that I want to appear in the dropdown
somewhere else in my spreadsheet. I don't want this dropdown to be
'selectable' as one would normally expect from a dropdown, I just want a
dropdown of static information so if, let's say, I'm looking for a
specific
song by a specific artist, I can find it easily. Which brings up another
question - is the information in this dropdown box searchable? Is what I
want
to do possible?

Any help/guidance would be greatly appreciated. I used to work for
Microsoft
but I never dealt with Excel much and I'm really clueless on the
development
side - I did end-user support in operating systems and networks! Thanks
in
advance for any help anyone can provide. Feel free to email me:
- thanks again!



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
How to reference cell created from dropdown list in a combo box? Vishwas Excel Discussion (Misc queries) 1 December 2nd 08 02:41 PM
Dependant Dropdown lists using Combo Boxes Lynda Excel Discussion (Misc queries) 15 October 17th 08 01:55 PM
How to Changing Dropdown text color in a Combo Box. The SA guy Excel Discussion (Misc queries) 2 August 2nd 07 06:26 PM
combo box dropdown list pczmut Excel Worksheet Functions 0 June 29th 06 03:12 PM
create dropdown menu using Combo box Anthony Excel Worksheet Functions 1 January 29th 05 06:15 PM


All times are GMT +1. The time now is 07:40 PM.

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"