ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Complicated In-cell reference question (https://www.excelbanter.com/excel-discussion-misc-queries/127855-complicated-cell-reference-question.html)

The Joe

Complicated In-cell reference question
 
Im currently working on a spreadsheet that uses several in-cell pulldowns. My
workbook contains 10 different tabs. Each tab has the same fields but the
drop downs are different (tab specific). To do this I have just created
different lists on my data tab and everything works fine. However, what I
would like to do is be able to merge all my tabs into one and make a master
pull down field in my first column. In doing so, I want to be able to have
all my fields that use pulldowns be able to recognize what list to use based
on the entry in the first column. Ive tried several different ways to do
this I can not figure it out. So, if any of you know how to do this and would
not mind trying to explain I would be very appreciative. Thanks!

Debra Dalgleish

Complicated In-cell reference question
 
You can create dependent data validation dropdowns, as described he

http://www.contextures.com/xlDataVal02.html


The Joe wrote:
Im currently working on a spreadsheet that uses several in-cell pulldowns. My
workbook contains 10 different tabs. Each tab has the same fields but the
drop downs are different (tab specific). To do this I have just created
different lists on my data tab and everything works fine. However, what I
would like to do is be able to merge all my tabs into one and make a master
pull down field in my first column. In doing so, I want to be able to have
all my fields that use pulldowns be able to recognize what list to use based
on the entry in the first column. Ive tried several different ways to do
this I can not figure it out. So, if any of you know how to do this and would
not mind trying to explain I would be very appreciative. Thanks!



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html


The Joe

Complicated In-cell reference question
 
Thank you. That did help. However, whats still getting me is that he drop
list I will be selecting needs to control 3 different columns. For example,
what i select in column A will be affecting the drop down in columns B,C and
.. I cant seem to find anything that deals with that. Can you even do that?
Thanks again.

"Debra Dalgleish" wrote:

You can create dependent data validation dropdowns, as described he

http://www.contextures.com/xlDataVal02.html


The Joe wrote:
Im currently working on a spreadsheet that uses several in-cell pulldowns. My
workbook contains 10 different tabs. Each tab has the same fields but the
drop downs are different (tab specific). To do this I have just created
different lists on my data tab and everything works fine. However, what I
would like to do is be able to merge all my tabs into one and make a master
pull down field in my first column. In doing so, I want to be able to have
all my fields that use pulldowns be able to recognize what list to use based
on the entry in the first column. Ive tried several different ways to do
this I can not figure it out. So, if any of you know how to do this and would
not mind trying to explain I would be very appreciative. Thanks!



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html



Debra Dalgleish

Complicated In-cell reference question
 
If you give an example of what should happen in the 3 different columns,
someone may be able to help.

But if you need three different dependent lists, based on the selection
in column A, you could create different named lists to use as the
source. For example, if you select "Pen" in column A, and want a colour
list in column B, create a list of colours named PenColour.
In the data validation dialog box, allow List, and use the formula:
=INDIRECT(A2 & "Colour")

Or if several items have the same list of colours, you could use a
lookup table to return the list name. For example:
=INDIRECT(VLOOKUP(A2,ColoursLU,2,0))
where ColoursLU is a table with item names in column 1 and colour list
names in column 2:

Pen ColoursA
Chair ColoursB
Label ColoursB
Paper ColoursA


The Joe wrote:
Thank you. That did help. However, whats still getting me is that he drop
list I will be selecting needs to control 3 different columns. For example,
what i select in column A will be affecting the drop down in columns B,C and
. I cant seem to find anything that deals with that. Can you even do that?
Thanks again.

"Debra Dalgleish" wrote:


You can create dependent data validation dropdowns, as described he

http://www.contextures.com/xlDataVal02.html


The Joe wrote:

Im currently working on a spreadsheet that uses several in-cell pulldowns. My
workbook contains 10 different tabs. Each tab has the same fields but the
drop downs are different (tab specific). To do this I have just created
different lists on my data tab and everything works fine. However, what I
would like to do is be able to merge all my tabs into one and make a master
pull down field in my first column. In doing so, I want to be able to have
all my fields that use pulldowns be able to recognize what list to use based
on the entry in the first column. Ive tried several different ways to do
this I can not figure it out. So, if any of you know how to do this and would
not mind trying to explain I would be very appreciative. Thanks!



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html





--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html



All times are GMT +1. The time now is 07:14 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com