Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have created a simple drop down list. I would like the drop down arrow to
appear in the spread sheet all the time, without it being necessary to select the cell. Is this possible? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use a combo box from the Forms toolbar.
-- Biff Microsoft Excel MVP "tracy" wrote in message ... I have created a simple drop down list. I would like the drop down arrow to appear in the spread sheet all the time, without it being necessary to select the cell. Is this possible? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
OK, I got this far. Now the question is, How do I get the text to show that I
have selected in the drop down list, as oppose to a value? (1,2,3...) "T. Valko" wrote: Use a combo box from the Forms toolbar. -- Biff Microsoft Excel MVP "tracy" wrote in message ... I have created a simple drop down list. I would like the drop down arrow to appear in the spread sheet all the time, without it being necessary to select the cell. Is this possible? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Ok, let's assume the source range for the combo box is I1:I10.
The linked cell is A1. Use this formula to get the actual selection: =IF(A1="","",INDEX(I1:I10,A1)) This is one of the drawbacks of using a combo box. You have to use an extra step to be able to actually use the selection. But.....if you want the drop arrow always visible this is what you have to do. A little trick is to put this formula and/or the linked cell in a cell that's under the combo box. That way it "appears" to work just like a data validation drop down list. All you'll see is the selection in the combo box. Here's a screencap to show how this would work: http://img209.imageshack.us/img209/9852/comboboxjw9.jpg In the screencap I use B3 for the linked cell and C3 contains this formula: =IF(B3="","",INDEX(I1:I10,B3)) As you can see the entries in both of those cells, B3:C3, are hidden because the combo box "sits" on top of them. Then, if you want to use the selection from the combo box in a formula you just need to refer to cell C3. -- Biff Microsoft Excel MVP "tracy" wrote in message ... OK, I got this far. Now the question is, How do I get the text to show that I have selected in the drop down list, as oppose to a value? (1,2,3...) "T. Valko" wrote: Use a combo box from the Forms toolbar. -- Biff Microsoft Excel MVP "tracy" wrote in message ... I have created a simple drop down list. I would like the drop down arrow to appear in the spread sheet all the time, without it being necessary to select the cell. Is this possible? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() This worked perfectly.Thanks for the help! "T. Valko" wrote: Ok, let's assume the source range for the combo box is I1:I10. The linked cell is A1. Use this formula to get the actual selection: =IF(A1="","",INDEX(I1:I10,A1)) This is one of the drawbacks of using a combo box. You have to use an extra step to be able to actually use the selection. But.....if you want the drop arrow always visible this is what you have to do. A little trick is to put this formula and/or the linked cell in a cell that's under the combo box. That way it "appears" to work just like a data validation drop down list. All you'll see is the selection in the combo box. Here's a screencap to show how this would work: http://img209.imageshack.us/img209/9852/comboboxjw9.jpg In the screencap I use B3 for the linked cell and C3 contains this formula: =IF(B3="","",INDEX(I1:I10,B3)) As you can see the entries in both of those cells, B3:C3, are hidden because the combo box "sits" on top of them. Then, if you want to use the selection from the combo box in a formula you just need to refer to cell C3. -- Biff Microsoft Excel MVP "tracy" wrote in message ... OK, I got this far. Now the question is, How do I get the text to show that I have selected in the drop down list, as oppose to a value? (1,2,3...) "T. Valko" wrote: Use a combo box from the Forms toolbar. -- Biff Microsoft Excel MVP "tracy" wrote in message ... I have created a simple drop down list. I would like the drop down arrow to appear in the spread sheet all the time, without it being necessary to select the cell. Is this possible? |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome. Thanks for the feedback!
-- Biff Microsoft Excel MVP "tracy" wrote in message ... This worked perfectly.Thanks for the help! "T. Valko" wrote: Ok, let's assume the source range for the combo box is I1:I10. The linked cell is A1. Use this formula to get the actual selection: =IF(A1="","",INDEX(I1:I10,A1)) This is one of the drawbacks of using a combo box. You have to use an extra step to be able to actually use the selection. But.....if you want the drop arrow always visible this is what you have to do. A little trick is to put this formula and/or the linked cell in a cell that's under the combo box. That way it "appears" to work just like a data validation drop down list. All you'll see is the selection in the combo box. Here's a screencap to show how this would work: http://img209.imageshack.us/img209/9852/comboboxjw9.jpg In the screencap I use B3 for the linked cell and C3 contains this formula: =IF(B3="","",INDEX(I1:I10,B3)) As you can see the entries in both of those cells, B3:C3, are hidden because the combo box "sits" on top of them. Then, if you want to use the selection from the combo box in a formula you just need to refer to cell C3. -- Biff Microsoft Excel MVP "tracy" wrote in message ... OK, I got this far. Now the question is, How do I get the text to show that I have selected in the drop down list, as oppose to a value? (1,2,3...) "T. Valko" wrote: Use a combo box from the Forms toolbar. -- Biff Microsoft Excel MVP "tracy" wrote in message ... I have created a simple drop down list. I would like the drop down arrow to appear in the spread sheet all the time, without it being necessary to select the cell. Is this possible? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Drop down lists that auto create and then filter the next drop down list | Excel Worksheet Functions | |||
how do I use one drop-list to modify another drop-lists options? | Excel Discussion (Misc queries) | |||
Drop Down List choice selecting another drop down list | Excel Worksheet Functions | |||
how do I link a drop down list entry to a new drop down cell? | Excel Discussion (Misc queries) | |||
multiple select from the drop down list in excel. list in one sheet and drop down in | Excel Discussion (Misc queries) |