Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi I have a worksheet which I populate using drop down boxes, direct typing and formulaes (depending on the column). I want to produce a replica of this sheet where I can then adjust some columns to suit another user. However, some of the columns will still be identical to the original sheet and so I want to populate the new sheet using the old one (if you see what i mean!) For the straightforward 'direct typing' columns, I know using eg =SUM('Sheet1'!C16) will populate the column correctly on the 2nd sheet, but how can I replicate the column where the cells use drop down boxes so that if I change the drop down selection on sheet 1, it will change on sheet 2 as well? ![]() Any help would be appreciated. Hopefully the question is clear! Thanks -- Joni ------------------------------------------------------------------------ Joni's Profile: http://www.excelforum.com/member.php...o&userid=13596 View this thread: http://www.excelforum.com/showthread...hreadid=556967 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I am not sure I got what you mean, but if I am right, this is for you! you want to use drop down list from another worksheet, but in the same workbook, so that if you modify this list, the one from the other worksheet is modify as well. The trick is to simply use the very same one! You can name a drop down list by selecting the cells and giving it a name in the upper-left corner (name box, where you see A4 and so on...). Do not forget to press ENTER, or the name change will not occur. Then, with the validation menu, you select "list" and simply enter "=(name of your list". Like this, you have a single source for your list in all the worksheets, instead of typing it for every cells and having to change it everywhere if an update is needed. Hope this is useful... or maybe your problem is not what I gathered... -- Turquoise_dax ------------------------------------------------------------------------ Turquoise_dax's Profile: http://www.excelforum.com/member.php...o&userid=35185 View this thread: http://www.excelforum.com/showthread...hreadid=556967 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Just in case this is for you and my explainations aren't clear, see "Create a drop-down list from a range of cells " in the help menu: it also explains how to use a list from another workbook.... -- Turquoise_dax ------------------------------------------------------------------------ Turquoise_dax's Profile: http://www.excelforum.com/member.php...o&userid=35185 View this thread: http://www.excelforum.com/showthread...hreadid=556967 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Sorry...read again the question, and realized I definately got it wrong! I guess this is more like it: the copied version must always show the value selected from the drop down list in the other worksheet. U can set it as you would do it for a regular cell: let's say the original validation is in cell A4 in sheet 2, you just enter this formula in the relevant cell in the other worksheet: =Sheet2!A4 If the value is changed at the source, it will change in the linked worksheet as well... Better? -- Turquoise_dax ------------------------------------------------------------------------ Turquoise_dax's Profile: http://www.excelforum.com/member.php...o&userid=35185 View this thread: http://www.excelforum.com/showthread...hreadid=556967 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Forgot to add this can be done from one workbook to another as well. The quickest way to set it is to open both files, select the destination cell, type = in the formula bar, and use "windows" to switch to the other document and selct the origin cell. VOILA -- Turquoise_dax ------------------------------------------------------------------------ Turquoise_dax's Profile: http://www.excelforum.com/member.php...o&userid=35185 View this thread: http://www.excelforum.com/showthread...hreadid=556967 |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Thank you for the help - now you've written the answer I can see it's so obvious! I think my brain got fried from working on ideas for the spreadsheet for so long yesterday! Thanks again :) -- Joni ------------------------------------------------------------------------ Joni's Profile: http://www.excelforum.com/member.php...o&userid=13596 View this thread: http://www.excelforum.com/showthread...hreadid=556967 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I assign a set of values to a selection from a drop list? | New Users to Excel | |||
Need a macro to Copy a selection and paste into a new email. | 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) | |||
Open hidden sheets from a drop down list selection | Excel Discussion (Misc queries) | |||
Copy drop down boxes and associate to cells dynamically in excel | Excel Worksheet Functions |