#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 163
Default Combo Boxes

Good afternoon Gurus, can somebody help me. I want to create a combo box
with a list;

1. test
2. test2
3. test3

And so on. If the user selects test for example i want the test to
automatically appear in the active cell. Is this possible?

Much appreciated.

Neil.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Combo Boxes

Is there a particular reason you want a combo box instead of data validation?
(which would be simpler)

If you insist on the combo box, you will need to link the box to a cell
(under format control, let's assume linked to B2) this will generate a number
1 - 3. Then, have a list somewhere (lets say A2:A4) of your values.

Your formula to display choice of combo box then becomes:
=INDEX(A2:A4,B2)
--
Best Regards,

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


"Neil Holden" wrote:

Good afternoon Gurus, can somebody help me. I want to create a combo box
with a list;

1. test
2. test2
3. test3

And so on. If the user selects test for example i want the test to
automatically appear in the active cell. Is this possible?

Much appreciated.

Neil.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 163
Default Combo Boxes

Data Validation? How would I do that? Thanks.

"Luke M" wrote:

Is there a particular reason you want a combo box instead of data validation?
(which would be simpler)

If you insist on the combo box, you will need to link the box to a cell
(under format control, let's assume linked to B2) this will generate a number
1 - 3. Then, have a list somewhere (lets say A2:A4) of your values.

Your formula to display choice of combo box then becomes:
=INDEX(A2:A4,B2)
--
Best Regards,

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


"Neil Holden" wrote:

Good afternoon Gurus, can somebody help me. I want to create a combo box
with a list;

1. test
2. test2
3. test3

And so on. If the user selects test for example i want the test to
automatically appear in the active cell. Is this possible?

Much appreciated.

Neil.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Combo Boxes

Under Data - Validation, you can choose List and type in what you want
displayed. This will create an in-cell dropdown.

If your list in in a group of cells, you can also make a cell reference,
instead of typing the list out in the dialogue.
--
Best Regards,

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


"Neil Holden" wrote:

Data Validation? How would I do that? Thanks.

"Luke M" wrote:

Is there a particular reason you want a combo box instead of data validation?
(which would be simpler)

If you insist on the combo box, you will need to link the box to a cell
(under format control, let's assume linked to B2) this will generate a number
1 - 3. Then, have a list somewhere (lets say A2:A4) of your values.

Your formula to display choice of combo box then becomes:
=INDEX(A2:A4,B2)
--
Best Regards,

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


"Neil Holden" wrote:

Good afternoon Gurus, can somebody help me. I want to create a combo box
with a list;

1. test
2. test2
3. test3

And so on. If the user selects test for example i want the test to
automatically appear in the active cell. Is this possible?

Much appreciated.

Neil.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Combo Boxes

Debra Dalgleish has some very nice instructions he
http://contextures.com/xlDataVal01.html

Neil Holden wrote:

Data Validation? How would I do that? Thanks.

"Luke M" wrote:

Is there a particular reason you want a combo box instead of data validation?
(which would be simpler)

If you insist on the combo box, you will need to link the box to a cell
(under format control, let's assume linked to B2) this will generate a number
1 - 3. Then, have a list somewhere (lets say A2:A4) of your values.

Your formula to display choice of combo box then becomes:
=INDEX(A2:A4,B2)
--
Best Regards,

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


"Neil Holden" wrote:

Good afternoon Gurus, can somebody help me. I want to create a combo box
with a list;

1. test
2. test2
3. test3

And so on. If the user selects test for example i want the test to
automatically appear in the active cell. Is this possible?

Much appreciated.

Neil.


--

Dave Peterson
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
Getting Combo boxes to change options based on other Combo boxes. Ancient Wolf New Users to Excel 1 March 27th 09 06:29 PM
combo boxes CDnook Excel Discussion (Misc queries) 1 February 20th 09 07:48 PM
Combo Boxes Auz Excel Discussion (Misc queries) 1 June 7th 07 12:19 PM
Selecting subsets using combo boxes or list boxes CLamar Excel Discussion (Misc queries) 0 June 1st 06 07:43 PM
Questions on combo boxes and list boxes. Marc New Users to Excel 1 March 14th 06 09:40 AM


All times are GMT +1. The time now is 01:01 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"