Excel Page Navigation Hack

Excel Page Navigation Hack

Using FILTER, XLOOKUP and HYPERLINK to create a drop down list navigation menu

Here's the code

=HYPERLINK("#"& CELL("address",XLOOKUP( F3, tblSections[List], tblSections[List]) ),"Go to")


And a further trick if you want to jump to a specific column for the identified row would be

=HYPERLINK("#"&ADDRESS(ROW(XLOOKUP( F3, tblSections[List], tblSections[List])) ,3),"Go to")


Connect with me via the following link https://wyn.bio.link/

Access Analytic blog: https://accessanalytic.com.au/blog/

Wyn

No alt text provided for this image


Narciso Torrente

Experienced Director/Senior Manager specializing in Financial Management, Data Analytics, and Business Intelligence.

3 年

Wyn, this tip is extremely useful since I am running Excel 365. It would be nice to design a hyperlink to jump to other tabs. Regards

Paul McCormack

Supporting an audacious program to make green energy to the world.

3 年

Hyperlink is a new friend. I have a standard vba generated table I now use, which: 1. Retrieves the names of all tables and their sheet location, 2. Adds a hyperlink formula for navigation. 3. If the table is named 'qry_....' runs the Powerquery. I use this everywhere!

José Manuel Agundis González

Freelance en Excel 365, Power BI

3 年

This its marks the difference of Microsoft 365, thanks for sharing Wyn. Regards

要查看或添加评论,请登录

Wyn Hopkins的更多文章

  • The Best Dependent Drop Down Technique

    The Best Dependent Drop Down Technique

    Driven by a gauntlet laid down by friend and fellow MVP Mark Proctor on our Unpivot podcast recently I revisited my…

    1 条评论
  • Should you use Measures for Conditional Formatting?

    Should you use Measures for Conditional Formatting?

    Streamline Your Power BI Conditional Formatting with Measures I've always found the built-in conditional formatting in…

    6 条评论
  • Consolidate and Hyperlink to Excel files on SharePoint

    Consolidate and Hyperlink to Excel files on SharePoint

    In this video, we're diving into the world of Excel and Power BI, focusing on creating hyperlinks for easy referencing…

    4 条评论
  • The greatest multi-level Excel drop-down list ever!

    The greatest multi-level Excel drop-down list ever!

    One-Off dependent drop down lists in data validation are relatively straightforward: here's a technique using XLOOKUP…

    5 条评论
  • Default Your Slicer to the Current Month in Power BI

    Default Your Slicer to the Current Month in Power BI

    First Published November 2022 on our YouTube Channel Join 65,000+ subscribers to stay up to date with new videos…

    4 条评论
  • Power BI Licensing Explained

    Power BI Licensing Explained

    What are the differences between: Power BI Free (soon to be renamed Fabric Free) Pro: $10 USD pp/pm PPU (Premium Per…

    2 条评论
  • Power BI May 2023 Release

    Power BI May 2023 Release

    The May version of Power BI desktop is out This is a very quick post highlighting my 2 favourite picks: 1. Azure Maps…

    5 条评论
  • Simpler DAX ? = Power Query

    Simpler DAX ? = Power Query

    If you are struggling to write a complicated DAX formula then the answer may be to step back and do a little Power…

    2 条评论
  • Power BI Explained

    Power BI Explained

    A simple explanation of Power BI I hope you find this useful. Power BI continues to go from strength to strength and…

  • SUMX explained.

    SUMX explained.

    SUMX is a DAX function that can be used in an Excel Data Model (aka Power Pivot) to create a temporary column…

    6 条评论

社区洞察

其他会员也浏览了