[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]...[/TD]
[TD]X[/TD]
[TD]Y[/TD]
[TD]Z[/TD]
[TD]AA[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD][/TD]
[TD]Dates[/TD]
[TD]8/30/16[/TD]
[TD]...[/TD]
[TD]4/13/17[/TD]
[TD]4/14/17[/TD]
[TD]4/15/17[/TD]
[TD]4/16/17[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Description[/TD]
[TD]Start Date[/TD]
[TD]End Date[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Foundation Concrete Pour[/TD]
[TD]4/13/17[/TD]
[TD]4/16/17[/TD]
[TD][/TD]
[TD][/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]20[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have a table with items and the time each takes to be completed (Columns A, B, C) and a timeline which shows the distribution of units for each day in columns D and beyond.
Panes are frozen at cell D3. I would like to create a hyperlink (or any other method) which would allow me to click on cell C4 ( or any other cell on row 4) and based on C4 value to scroll on the sheet and show me the timeline.
I know I can do this manually by creating a hyperlink for cell C4 and referencing cell AA2. But this is ineffective and time consuming, since there are some spreadsheets with 40000 rows.
Thank You for your help, its greatly appreciated.
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]...[/TD]
[TD]X[/TD]
[TD]Y[/TD]
[TD]Z[/TD]
[TD]AA[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD][/TD]
[TD]Dates[/TD]
[TD]8/30/16[/TD]
[TD]...[/TD]
[TD]4/13/17[/TD]
[TD]4/14/17[/TD]
[TD]4/15/17[/TD]
[TD]4/16/17[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Description[/TD]
[TD]Start Date[/TD]
[TD]End Date[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Foundation Concrete Pour[/TD]
[TD]4/13/17[/TD]
[TD]4/16/17[/TD]
[TD][/TD]
[TD][/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]20[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have a table with items and the time each takes to be completed (Columns A, B, C) and a timeline which shows the distribution of units for each day in columns D and beyond.
Panes are frozen at cell D3. I would like to create a hyperlink (or any other method) which would allow me to click on cell C4 ( or any other cell on row 4) and based on C4 value to scroll on the sheet and show me the timeline.
I know I can do this manually by creating a hyperlink for cell C4 and referencing cell AA2. But this is ineffective and time consuming, since there are some spreadsheets with 40000 rows.
Thank You for your help, its greatly appreciated.