Fresh Excel Tips

Quick and Easy Excel Tips and Tutorials

How to check for future dates using TODAY Function in Excel

In this example, we have a group of dates in Column A that we need to check if any of the dates are in the future. To do this, we will use a combination of the IF and TODAY Functions. In Column B, our formula should return “Yes” if the date is in the future and “No” if it is not. Here is how we’ll apply these concepts.

How to check for dates in the future

  1. Enter your dates in Column A. In an empty cell, example C1, enter the following formula =TODAY(). This will show todays date.
  2. Select Cell B1 and enter the following formula: =IF(A1<=TODAY(),”No”,”Yes”).
  3. Use the fill handle to copy the formula as needed.

You should now get a clear indication of the dates that are in the future and the ones that are not. This tip should work in Excel 97, 2000, 2003 and 2007. Thanks for reading.

How to check for future dates using TODAY Function in Excel
  1. Using DATEVALUE function to calculate dates formatted as text
  2. How to Check for Valid Numbers Using the T Function in Excel
  3. Using the OR function to check cells for text or numbers in Excel
  4. How to check for invalid values using the TYPE function in Excel
  5. How to Check Cells in Workbooks and Worksheets using Excel

Leave a Reply