ZonoTools

Excel Practice - DAY

Instruction

Extract only the day-of-month number from date in A2.

Formula Syntax

=DAY(serial_number)

  • serial_number: Date/time value to process.

What it does

Extract day number from a date value.

date-calendar.xlsx

AB
1DateOffset Months
22026-01-150
32026-02-281
42026-03-31-1
52026-07-042
62026-12-203
7Output

Input Formula

Need Help?

Tips

  • Use DAY with clean and consistent ranges for predictable results.
  • Validate data types (number, text, date) before applying the formula.
  • Test the formula with a small sample first, then scale it to larger ranges.