Skip to content

Jump to Today’s Date in Excel | Hyperlink Formula or VBA Macro to Find Today’s Date in Worksheet

    In this video I demonstrate how to find and select a cell containing today’s date. I explore two methods. The first method uses the HYPERLINK, MATCH and TODAY functions within a single formula, and the second method uses a VBA macro. Click here to download the featured file. Table of Contents 00:00 – Introduction 00:16… Read More »Jump to Today’s Date in Excel | Hyperlink Formula or VBA Macro to Find Today’s Date in Worksheet

    List All Dates Between Two Dates in Excel | One VBA Macro Method and Two Formula Methods

      So you want Excel to generate a list of all dates between two dates.  This video demonstrates three ways you can achieve this. Click here to download the featured file (including code) Method 1: Using the SEQUENCE Function Click here to see this part of the video Here’s the formula used in the video: =C2+SEQUENCE(C3-C2+1,,0)… Read More »List All Dates Between Two Dates in Excel | One VBA Macro Method and Two Formula Methods