Browser-based office tool

Filter Excel by Date Range

Keep spreadsheet rows whose selected date falls within an inclusive start and end date, then export the filtered table.

Input and options

Local browser processing
Ad space

How to use this office tool

  1. Upload a spreadsheet, select its sheet, and identify the date column.
  2. Enter an inclusive start date and end date.
  3. Process the rows, review unmatched or invalid-date counts, and download the filtered XLSX file.

What this tool does

The filter interprets Excel serial dates, JavaScript Date cells, and common ISO-like date text, then keeps dates inside the chosen range.

Parsed date ≥ start AND parsed date ≤ end → keep row

Ambiguous text such as 03/04/2026 may be interpreted differently across locales; ISO YYYY-MM-DD is safer.

Supported formats and limits

XLSX and XLS workbooks are read with SheetJS. CSV and TSV are supported where listed. Each input file is limited to 25 MB, previews show at most 20 rows and 12 columns, and advanced Excel objects are not guaranteed to survive export.

ProcessingInside this browser
OutputNew XLSX file
Excel engineStored values; no full formula recalculation

Tips for better results

  • Confirm the workbook's date convention before filtering.
  • Use ISO dates in text-based CSV files.
  • Review the invalid-date count so malformed entries are not silently mistaken for out-of-range dates.

FAQ

Are the start and end dates included in the Excel filter?

Yes. The range is inclusive of both boundary dates.

Can the tool read Excel serial date numbers?

Yes. Numeric Excel date serials are converted using the workbook date system supported by the parser.

What happens to rows with invalid dates?

They are excluded from the filtered output and counted separately.

Can I filter date-and-time values by calendar date?

Yes. Comparisons normalize valid values to their calendar date for the selected range.

Why should I avoid ambiguous slash-formatted dates?

A value such as 03/04/2026 can mean March 4 or April 3. ISO-formatted dates reduce that uncertainty.

Privacy and output notes

UploadsNone
PreviewLimited to protect browser performance
DownloadCreated only after successful processing

Browse more office tools

Office tool hubs
Spreadsheet ConversionConvert common workbook and table formats.View all
Spreadsheet CleanupRemove blanks, duplicates, and inconsistent data.View all
Validation & Quality ChecksFind data issues before they cause trouble.View all
Compare Audit & ReconcileReview differences between spreadsheet versions.View all