Sourav Mukherjee
New Member
- Joined
- Jun 23, 2015
- Messages
- 7
Dear All,
There are two column mentioned below
[TABLE="width: 268"]
<tbody>[TR]
[TD]Animal Name[/TD]
[TD][/TD]
[TD]Animal Type[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
In the column named "Animal Name" there is data validation of all Animal like[TABLE="width: 72"]
<tbody>[TR]
[TD]Goat[/TD]
[/TR]
[TR]
[TD]Cow[/TD]
[/TR]
[TR]
[TD]Horse
[TABLE="width: 102"]
<tbody>[TR]
[TD]Lion[/TD]
[/TR]
[TR]
[TD]Tiger[/TD]
[/TR]
[TR]
[TD]Fox[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
There are two other column
[TABLE="width: 246"]
<tbody>[TR]
[TD="colspan: 3"]Types OF Animal[/TD]
[/TR]
[TR]
[TD]Vegiterian[/TD]
[TD][/TD]
[TD]Non Vegiterian[/TD]
[/TR]
[TR]
[TD]Goat[/TD]
[TD][/TD]
[TD]Lion[/TD]
[/TR]
[TR]
[TD]Cow[/TD]
[TD][/TD]
[TD]Tiger[/TD]
[/TR]
[TR]
[TD]Horse[/TD]
[TD][/TD]
[TD]Fox[/TD]
[/TR]
</tbody>[/TABLE]
Now My concern is whenever I select an animal name from the list in the "Animal Name" tab in the next cell It need to show the animal type like this.
[TABLE="width: 268"]
<tbody>[TR]
[TD]Animal Name[/TD]
[TD][/TD]
[TD]Animal Type[/TD]
[/TR]
[TR]
[TD]Goat[/TD]
[TD][/TD]
[TD]Vegiterian[/TD]
[/TR]
[TR]
[TD]Lion[/TD]
[TD][/TD]
[TD]Non Vegiterian[/TD]
[/TR]
</tbody>[/TABLE]
Thanks
There are two column mentioned below
[TABLE="width: 268"]
<tbody>[TR]
[TD]Animal Name[/TD]
[TD][/TD]
[TD]Animal Type[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
In the column named "Animal Name" there is data validation of all Animal like[TABLE="width: 72"]
<tbody>[TR]
[TD]Goat[/TD]
[/TR]
[TR]
[TD]Cow[/TD]
[/TR]
[TR]
[TD]Horse
[TABLE="width: 102"]
<tbody>[TR]
[TD]Lion[/TD]
[/TR]
[TR]
[TD]Tiger[/TD]
[/TR]
[TR]
[TD]Fox[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
There are two other column
[TABLE="width: 246"]
<tbody>[TR]
[TD="colspan: 3"]Types OF Animal[/TD]
[/TR]
[TR]
[TD]Vegiterian[/TD]
[TD][/TD]
[TD]Non Vegiterian[/TD]
[/TR]
[TR]
[TD]Goat[/TD]
[TD][/TD]
[TD]Lion[/TD]
[/TR]
[TR]
[TD]Cow[/TD]
[TD][/TD]
[TD]Tiger[/TD]
[/TR]
[TR]
[TD]Horse[/TD]
[TD][/TD]
[TD]Fox[/TD]
[/TR]
</tbody>[/TABLE]
Now My concern is whenever I select an animal name from the list in the "Animal Name" tab in the next cell It need to show the animal type like this.
[TABLE="width: 268"]
<tbody>[TR]
[TD]Animal Name[/TD]
[TD][/TD]
[TD]Animal Type[/TD]
[/TR]
[TR]
[TD]Goat[/TD]
[TD][/TD]
[TD]Vegiterian[/TD]
[/TR]
[TR]
[TD]Lion[/TD]
[TD][/TD]
[TD]Non Vegiterian[/TD]
[/TR]
</tbody>[/TABLE]
Thanks