nikhil_715
New Member
- Joined
- Apr 2, 2019
- Messages
- 13
[TABLE="width: 500, align: center"]
<tbody>[TR]
[TD]TOM
[/TD]
[TD]CANADA
[/TD]
[TD]PANCAKE
[/TD]
[/TR]
[TR]
[TD]MACK
[/TD]
[TD]ENGLAND
[/TD]
[TD]HOTDOG
[/TD]
[/TR]
[TR]
[TD]HARDY
[/TD]
[TD]USA
[/TD]
[TD]BURGER
[/TD]
[/TR]
[TR]
[TD]TOM
[/TD]
[TD]CHINA
[/TD]
[TD]MOMOS
[/TD]
[/TR]
[TR]
[TD]MICK
[/TD]
[TD]CANADA
[/TD]
[TD]PIZZA
[/TD]
[/TR]
</tbody>[/TABLE]
Hi, I have 3 columns , in column A I have around 220 line items which are unique words, in column B there are 433 line items which are unique. All the items in one or the other form in column A are linked to each items in B. (Example I have Tom in column a which has further 2 items which are linked in column B ) and similarly column B is further linked up with column C which has another 1646 line items. I want to validate cells in such a way that when I select from column A drop list , the other cell for column B should only show me the items in the drop list which are related to column A (Ex if I select TOM from the drop list the other list should only allow me to select CANADA ,CHINA in the drop box) further in the third cell it should only allow me to select options which are linked to column B ,in the above case I selected TOM I get to select CANADA OR CHINA then I select CANADA it should allow me to only select from PANCAKE or PIZZA. This is a small example Pancakes might also be linked to another country or name .
The lines are in 1000s so its difficult for me to sort out the list in a new tab like the easy way where you List first column then under each name sorting out the country and then the food.
Thank you in advance
<tbody>[TR]
[TD]TOM
[/TD]
[TD]CANADA
[/TD]
[TD]PANCAKE
[/TD]
[/TR]
[TR]
[TD]MACK
[/TD]
[TD]ENGLAND
[/TD]
[TD]HOTDOG
[/TD]
[/TR]
[TR]
[TD]HARDY
[/TD]
[TD]USA
[/TD]
[TD]BURGER
[/TD]
[/TR]
[TR]
[TD]TOM
[/TD]
[TD]CHINA
[/TD]
[TD]MOMOS
[/TD]
[/TR]
[TR]
[TD]MICK
[/TD]
[TD]CANADA
[/TD]
[TD]PIZZA
[/TD]
[/TR]
</tbody>[/TABLE]
Hi, I have 3 columns , in column A I have around 220 line items which are unique words, in column B there are 433 line items which are unique. All the items in one or the other form in column A are linked to each items in B. (Example I have Tom in column a which has further 2 items which are linked in column B ) and similarly column B is further linked up with column C which has another 1646 line items. I want to validate cells in such a way that when I select from column A drop list , the other cell for column B should only show me the items in the drop list which are related to column A (Ex if I select TOM from the drop list the other list should only allow me to select CANADA ,CHINA in the drop box) further in the third cell it should only allow me to select options which are linked to column B ,in the above case I selected TOM I get to select CANADA OR CHINA then I select CANADA it should allow me to only select from PANCAKE or PIZZA. This is a small example Pancakes might also be linked to another country or name .
The lines are in 1000s so its difficult for me to sort out the list in a new tab like the easy way where you List first column then under each name sorting out the country and then the food.
Thank you in advance