I have 3 Different worksheets within the same workbook.
Worksheet 1 contains this Table 1 Table Header is "System"(Not full table):
All Systems are entered by hand.
<colgroup><col style="width: 191px"></colgroup><tbody>
[TD="bgcolor: #000000"] System
[/TD]
[TD="bgcolor: #dce6f1"] 16 C URSAE MAJORIS
[/TD]
[TD="bgcolor: #dce6f1"] 18 PUPPIS
[/TD]
[TD="bgcolor: #dce6f1"] 39 Tauri
[/TD]
[TD="bgcolor: #dce6f1"] 54 G. ANTLIA
[/TD]
[TD="bgcolor: #dce6f1"] 78 Ursae Majoris
[/TD]
[TD="bgcolor: #dce6f1"] AASGAA
[/TD]
[TD="bgcolor: #dce6f1"] AC Yax Baru
[/TD]
[TD="bgcolor: #dce6f1"] AGASTANI
[/TD]
[TD="bgcolor: #dce6f1"] Alano
[/TD]
[TD="bgcolor: #dce6f1"] Alioth
[/TD]
</tbody>
Worksheet 2 contains This Table 2 Headers are "System" and "Station" (not full table):
The System Column is using the Data Validation List with the following formula to Display All Systems from Table 1: =INDIRECT("TBL_System_Information[System]") which refers to Table 1 worksheet 1. Station Column is entered by hand.
<colgroup><col style="width: 191px"><col width="205"></colgroup><tbody>
[TD="bgcolor: #000000"] System
[/TD]
[TD="bgcolor: #000000"] Station
[/TD]
[TD="bgcolor: #dce6f1"] 16 C URSAE MAJORIS
[/TD]
[TD="bgcolor: #dce6f1"] Daimler Station
[/TD]
[TD="bgcolor: #dce6f1"] 44 b Ophiuchi
[/TD]
[TD="bgcolor: #dce6f1"] Feustel Gateway
[/TD]
[TD="bgcolor: #dce6f1"] 85 Pegasi
[/TD]
[TD="bgcolor: #dce6f1"] Borman Terminal
[/TD]
[TD="bgcolor: #dce6f1"] Abaana
[/TD]
[TD="bgcolor: #dce6f1"] Edwards Installation
[/TD]
[TD="bgcolor: #dce6f1"] Alano
[/TD]
[TD="bgcolor: #dce6f1"] Leestma Port
[/TD]
[TD="bgcolor: #dce6f1"] Albarib
[/TD]
[TD="bgcolor: #dce6f1"] Aubakirov Hub
[/TD]
[TD="bgcolor: #dce6f1"] Albarib
[/TD]
[TD="bgcolor: #dce6f1"] Edison Hub
[/TD]
[TD="bgcolor: #dce6f1"] Albarib
[/TD]
[TD="bgcolor: #dce6f1"] Hale Orbital
[/TD]
[TD="bgcolor: #dce6f1"] Albarib
[/TD]
[TD="bgcolor: #dce6f1"] Mayr Station
[/TD]
[TD="bgcolor: #dce6f1"] Albarib
[/TD]
[TD="bgcolor: #dce6f1"] Northrop Terminal
[/TD]
[TD="bgcolor: #dce6f1"] Altair
[/TD]
[TD="bgcolor: #dce6f1"] Solo Orbiter
[/TD]
</tbody>
On Worksheet 3 has the following table 3:
In the System Column I am using the following formula within Data Validation Source box to Display All Systems from Table 1: =INDIRECT("TBL_System_Information[System]")
[TABLE="width: 984"]
<colgroup><col><col width="*"></colgroup><tbody>[TR]
[TD="bgcolor: #4f81bd"]
[TD="bgcolor: #4f81bd"]
[/TR]
[TR]
[TD]
[/TD]
[TD="bgcolor: #f3f3f3"]
[/TD]
[/TR]
[TR]
[TD]
[/TD]
[TD="bgcolor: #f3f3f3"]
[/TD]
[/TR]
[TR]
[TD]
[/TD]
[TD="bgcolor: #f3f3f3"]
[/TD]
[/TR]
[TR]
[TD]
[/TD]
[TD="bgcolor: #f3f3f3"]
[/TD]
[/TR]
</tbody>[/TABLE]
I want the Station column to be a dependent drop down list based on the System Column drop down list to only show the stations within the System selected in the System Column (If System has more than one station). Example: System: Albarib has more than 1 station.
I have no idea what formula to use to make this happen.
Any help would be greatly appreciated.
Worksheet 1 contains this Table 1 Table Header is "System"(Not full table):
All Systems are entered by hand.
169 G. Canis Majoris |
19 Leonis Minoris |
44 b Ophiuchi |
69 G. CARINAE |
85 Pegasi |
Abaana |
Aeduwona |
Aisoci |
Albarib |
Altair |
<colgroup><col style="width: 191px"></colgroup><tbody>
[TD="bgcolor: #000000"] System
[/TD]
[TD="bgcolor: #dce6f1"] 16 C URSAE MAJORIS
[/TD]
[TD="bgcolor: #dce6f1"] 18 PUPPIS
[/TD]
[TD="bgcolor: #dce6f1"] 39 Tauri
[/TD]
[TD="bgcolor: #dce6f1"] 54 G. ANTLIA
[/TD]
[TD="bgcolor: #dce6f1"] 78 Ursae Majoris
[/TD]
[TD="bgcolor: #dce6f1"] AASGAA
[/TD]
[TD="bgcolor: #dce6f1"] AC Yax Baru
[/TD]
[TD="bgcolor: #dce6f1"] AGASTANI
[/TD]
[TD="bgcolor: #dce6f1"] Alano
[/TD]
[TD="bgcolor: #dce6f1"] Alioth
[/TD]
</tbody>
Worksheet 2 contains This Table 2 Headers are "System" and "Station" (not full table):
The System Column is using the Data Validation List with the following formula to Display All Systems from Table 1: =INDIRECT("TBL_System_Information[System]") which refers to Table 1 worksheet 1. Station Column is entered by hand.
39 Tauri | Porta |
78 Ursae Majoris | Townshend Hub |
85 Pegasi | Buckland Gateway |
Alano | Bondar City |
Alano | Walker Enterprise |
Albarib | Cheli Terminal |
Albarib | Hadfield Station |
Albarib | Lorentz Orbital |
Albarib | Newcomen Port |
Altair | Grandin Gateway |
Altair | Tereshkova Dock |
<colgroup><col style="width: 191px"><col width="205"></colgroup><tbody>
[TD="bgcolor: #000000"] System
[/TD]
[TD="bgcolor: #000000"] Station
[/TD]
[TD="bgcolor: #dce6f1"] 16 C URSAE MAJORIS
[/TD]
[TD="bgcolor: #dce6f1"] Daimler Station
[/TD]
[TD="bgcolor: #dce6f1"] 44 b Ophiuchi
[/TD]
[TD="bgcolor: #dce6f1"] Feustel Gateway
[/TD]
[TD="bgcolor: #dce6f1"] 85 Pegasi
[/TD]
[TD="bgcolor: #dce6f1"] Borman Terminal
[/TD]
[TD="bgcolor: #dce6f1"] Abaana
[/TD]
[TD="bgcolor: #dce6f1"] Edwards Installation
[/TD]
[TD="bgcolor: #dce6f1"] Alano
[/TD]
[TD="bgcolor: #dce6f1"] Leestma Port
[/TD]
[TD="bgcolor: #dce6f1"] Albarib
[/TD]
[TD="bgcolor: #dce6f1"] Aubakirov Hub
[/TD]
[TD="bgcolor: #dce6f1"] Albarib
[/TD]
[TD="bgcolor: #dce6f1"] Edison Hub
[/TD]
[TD="bgcolor: #dce6f1"] Albarib
[/TD]
[TD="bgcolor: #dce6f1"] Hale Orbital
[/TD]
[TD="bgcolor: #dce6f1"] Albarib
[/TD]
[TD="bgcolor: #dce6f1"] Mayr Station
[/TD]
[TD="bgcolor: #dce6f1"] Albarib
[/TD]
[TD="bgcolor: #dce6f1"] Northrop Terminal
[/TD]
[TD="bgcolor: #dce6f1"] Altair
[/TD]
[TD="bgcolor: #dce6f1"] Solo Orbiter
[/TD]
</tbody>
On Worksheet 3 has the following table 3:
In the System Column I am using the following formula within Data Validation Source box to Display All Systems from Table 1: =INDIRECT("TBL_System_Information[System]")
[TABLE="width: 984"]
<colgroup><col><col width="*"></colgroup><tbody>[TR]
[TD="bgcolor: #4f81bd"]
System
[/TD][TD="bgcolor: #4f81bd"]
Station
[/TD][/TR]
[TR]
[TD]
[/TD]
[TD="bgcolor: #f3f3f3"]
[/TD]
[/TR]
[TR]
[TD]
[/TD]
[TD="bgcolor: #f3f3f3"]
[/TD]
[/TR]
[TR]
[TD]
[/TD]
[TD="bgcolor: #f3f3f3"]
[/TD]
[/TR]
[TR]
[TD]
[/TD]
[TD="bgcolor: #f3f3f3"]
[/TD]
[/TR]
</tbody>[/TABLE]
I want the Station column to be a dependent drop down list based on the System Column drop down list to only show the stations within the System selected in the System Column (If System has more than one station). Example: System: Albarib has more than 1 station.
I have no idea what formula to use to make this happen.
Any help would be greatly appreciated.