Forum Discussion
_SPH_
Jun 17, 2024Copper Contributor
Dynamically populate summary sheet via hyperlink to data in another sheet
Hi everyone, new to the community, I'd be v. grateful for any advice on this head-scratcher. Not sure if I'm asking the question in the right way so please ask if anything unclear. I'm on a...
1SDino
Jul 29, 2025Iron Contributor
In the summary table, use =HYPERLINK(#&CELL(address,DataSheet!A1),Click to view)+INDIRECTto dynamically extract data, or you can directly reference it with =DataSheet!A1.