How to Use the MINUTE Function to Extract the Exact Minute from a Timestamp in Excel

If you are analyzing a massive security log in Excel where every single row contains a highly complex timestamp (e.g., 10/14/2026 14:32:45), trying to group events by the minute they occurred is incredibly difficult. You cannot sort the list by the raw text because the date and hour will ruin the sequence. Instead of manually retyping thousands of numbers, you can use the highly specific MINUTE() function to force Excel to mathematically strip away everything else and extract only the exact minute value from the timestamp.

How the Extraction Engine Works

Because Excel stores time as a mathematical fraction of a 24-hour day, it understands exactly how to isolate specific chronological components. The MINUTE() function looks at the complex serial number hiding behind the formatted timestamp, isolates the specific fraction representing the minute, and outputs it as a clean, standalone integer ranging from 0 to 59.

Step-by-Step Instructions

Assume cell A1 contains the massive timestamp: 10/14/2026 14:32:45.

  1. Click on an empty cell (like B1) where you want the extracted number to appear.
  2. Type the following incredibly simple formula:

=MINUTE(A1)

  1. Press Enter.

Excel will instantly output the number 32.

Using the Extracted Data

Once you drag this formula down your entire database of 50,000 security logs, you will have a brand-new column containing nothing but pure minute integers (0-59). You can now easily build a Pivot Table or use the FREQUENCY() function on this new column to instantly see if the majority of your security breaches happen at the top of the hour or at the 30-minute mark.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.