0% found this document useful (0 votes)
14 views

Time Table

The document provides a set of formulas for date manipulation in a spreadsheet, including how to format dates, find today's date, and calculate tomorrow's and yesterday's dates. It also includes functions to determine the end dates of the current, next, and last months. Additionally, it presents a timetable with specific date examples for reference.

Uploaded by

bvayya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

Time Table

The document provides a set of formulas for date manipulation in a spreadsheet, including how to format dates, find today's date, and calculate tomorrow's and yesterday's dates. It also includes functions to determine the end dates of the current, next, and last months. Additionally, it presents a timetable with specific date examples for reference.

Uploaded by

bvayya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 3

T

Current Date Day Month Year Date Format Day Format Month Format Year Format Today
2/4/2025 4 2 2025 2/4/2025 Tuesday February 2025 ###

FORMULA:-
Date Format: =Date(Year,Month,Day)
Day Format: =Text(Select current date,"DDDD")
Month Format: =Text(Select current date,"MMMM")
Year Format: =Text(Select current date,"YYYY")
Today: =Today()
Now: =Now()
Tomorrow: =Today()+1
Yesterday: =Today()-1
Next Month Automatic Date: =Edate(Select current date,+1)
Last Month Automatic Date: =Edate(Select current date,-1)
Current Month End Date: =Eomonth(Select current date,0)
Next Month End Date: =Eomonth(Select current date,+1)
Last Month End Date: =Eomonth(Select current date,-1)

Full Form Date Short Cut Key: Alt,H,N,S


TIME TABLE

Now Tomorrow Yesterday Next Month Automatic Date Last Month Automatic Date
### 3/11/2025 3/9/2025 3/4/2025 1/4/2025
Current Month End Date Next Month End Date Last Month End Date
2/28/2025 3/31/2025 1/31/2025

You might also like