
Microsoft MVP | Author | Speaker | Power BI & Excel Developer & Instructor | Power Query & XLOOKUP | Purpose: Making life easier for people & improving the quality of information for decision makers
In a recent YouTube tutorial, Wyn Hopkins [MVP] walks viewers through a practical fix titled Ruben Solved My Excel Dynamic Hyperlink Problem!, which documents a community-driven solution to build reliable, auto-updating links inside Excel workbooks. The video frames a common pain point: navigating many sheets and keeping links intact when sheet names or structures change. Consequently, Hopkins demonstrates a mix of formula techniques, formatting tweaks, and user-interface additions that make workbook navigation smoother and less error-prone.
Importantly, the presentation is instructional rather than an official product announcement, and the author clarifies the content as community-based problem solving rather than Microsoft guidance. The video breaks down the workflow into clear segments, from diagnosing why a formula failed to showing the final, fully dynamic implementation. As a result, viewers can follow a stepwise progression that highlights both the logic and the practical testing that verifies the fix.
At the heart of the approach is Excel’s HYPERLINK function combined with dynamic string building to point to the correct destination even when names change. Hopkins explains how concatenating a sheet name stored in a cell with the appropriate anchor (for example, "#SheetName!A1") produces a link that responds when the referenced cell changes. Moreover, he shows how to pair this with functions like MATCH and INDIRECT to locate targets dynamically, although he also flags the well-known caveats associated with some functions.
For added robustness, the video recommends using named ranges to anchor destinations so links do not break when rows or columns move, and it demonstrates friendly display text so links remain readable. Hopkins further tests the links live, altering sheet names and validating that the hyperlinks still jump to the intended locations. This practical testing reassures users that the formulas work under real-world edits, which is essential for shared or evolving workbooks.
Beyond formulas, the tutorial emphasizes simple cosmetic and usability improvements such as custom hyperlink formatting and adding a visual arrow icon next to links. These small touches, Hopkins argues, improve discoverability and guide users who may not expect navigation aids inside workbooks. In addition, the video covers how to avoid manual copying of formulas by making the hyperlinks fully dynamic so that new rows or menu items inherit behavior automatically.
Hopkins also demonstrates how data validation drop-downs can power a navigation menu, enabling non-technical users to jump to sheets without understanding the underlying logic. Therefore, the solution balances technical depth with approachable design patterns, allowing creators to produce polished navigation pages inside Excel without resorting to complicated macros. This layered approach helps teams adopt the technique progressively, starting with formulas and later adding UI polish as needed.
While the method offers clear benefits, Hopkins is careful to describe tradeoffs, particularly around performance and cross-workbook behavior. For instance, the INDIRECT function can be volatile and slow in large workbooks, and it will not resolve references to closed external workbooks, which limits some cross-file navigation scenarios. Consequently, viewers are encouraged to weigh the need for dynamic links against workbook size and maintenance realities.
Another challenge is maintainability: highly concatenated formulas and many hidden named ranges can become difficult for others to understand, especially in collaborative environments. As a result, Hopkins contrasts formula-only solutions with alternatives like simple VBA macros, noting that code can offer flexibility but introduces dependency and governance concerns in enterprise settings. Thus, teams must balance immediate usability, long-term maintenance, and organizational policy when choosing an approach.
Ultimately, the video serves as a concise, reproducible template for anyone needing reliable navigation within multi-sheet workbooks, and it showcases how a community solution can solve a recurring problem. Hopkins provides both the logic and the practical steps needed to implement the fix, while also encouraging testing and incremental adoption so that teams can validate behavior before wide rollout. Therefore, practitioners gain a repeatable pattern that they can adapt to their data models and naming conventions.
For readers, the key lesson is to prioritize clarity and resilience: use named ranges where possible, limit volatile functions in very large files, and provide clear display names to help end users. In conclusion, the tutorial demonstrates how modest formula design and a few user-interface tweaks produce a far more robust workbook navigation experience, while also reminding designers to consider performance, collaboration, and maintenance tradeoffs before scaling the solution.
Excel dynamic hyperlink, fix Excel hyperlink, dynamic hyperlinks Excel tutorial, Excel hyperlink formula dynamic, create dynamic links in Excel, Ruben Excel solution, Excel hyperlink not working fix, dynamic URL hyperlink Excel