Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default 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!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,979
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default 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


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,979
Default 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

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
Maintaining cell reference after sorting GRITS Excel Discussion (Misc queries) 2 April 30th 23 07:42 PM
How do I anchor a cell reference? CasaJay Excel Discussion (Misc queries) 3 June 7th 06 07:12 AM
Reference Cell Color From Other WorkSheets carCiNogn Excel Worksheet Functions 1 May 17th 06 09:35 PM
how do I format a cell reference to move as source changes KGray Excel Worksheet Functions 1 August 13th 05 12:41 AM
Cell Reference Math Ralph Howarth Excel Worksheet Functions 0 January 26th 05 06:27 PM


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