Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Use Data Form to input, edit and delete records in Excel
  • Understanding Anova in Excel
  • How To Create Pareto Chart in Excel
  • How To Remove Duplicates In Excel Column Or Row?
  • How to Use Solver Tool in Excel

References

  • Last row number in range
  • How to reference named range different sheet in Excel
  • INDEX function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel OFFSET function
  • To count total rows in a range in Excel

Data Validations

  • Excel Data validation with conditional list
  • Excel Data validation no punctuation
  • Prevent invalid data entering in specific cells
  • Excel Data validation date in specific year
  • Excel Data validation allow uppercase only

Calculate expiration date in Excel

by

If you need to calculate an expiration in the future, you can use a variety of formulas.

See example below;

Formula

=A1+30 // 30 days

Explanation

In the example shown, the formulas used in column D are:

=B5+30 // 30 days
=B5+90 // 90 days
=EOMONTH(B7,0) // end of month
=EDATE(B8,1) // next month
=EOMONTH(B7,0)+1 // 1st of next month
=EDATE(B10,12) // 1 year

Important

In Excel, dates are simply serial numbers. In the standard date system for windows, based on the year 1900, where January 1, 1900 is the number 1. This means that January 1, 2050 is the serial number 54,789.

  • If you are calculating a date n days in the future, you can add days directly as in the first two formulas.
  • An easy way to calculate the 1st day of a month is to use EOMONTH to get the last day of the previous month, then simply add 1 day.
  • If you need an expiration date at the end month, use the EOMONTH function, which returns the last day of the month, n months in the future or past.
  • If you want to count by months, you can use the EDATE function, which returns the same date n months in the future or past.

Post navigation

Previous Post:

COSH function: Description, Usage, Syntax, Examples and Explanation

Next Post:

Excel Data validation require unique number

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • IFS function: Description, Usage, Syntax, Examples and Explanation
  • SWITCH function example in Excel
  • Invoice status with nested if in Excel
  • OR function: Description, Usage, Syntax, Examples and Explanation
  • How to return blank in place of #DIV/0! error in Excel

Date Time

  • Add workdays no weekends in Excel
  • Add months to date in Excel
  • Add decimal minutes to time in Excel
  • Get month name from date in Excel
  • Get days, months, and years between dates in Excel

Grouping

  • Group arbitrary text values in Excel
  • Calculate conditional mode with criteria in Excel
  • Group numbers at uneven intervals in Excel
  • How to randomly assign data to groups in Excel
  • Group times into 3 hour buckets in Excel

General

  • How to fill cell ranges with random text values in Excel
  • Automatically fill series of cells in Excel using AutoFill
  • Count cells that do not contain many strings in Excel
  • Find, Select, Replace and Go To Special in Excel
  • Mark Workbook as Final in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning