Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
59 views2 pages

Date and Time

The document discusses various Excel functions for extracting date and time values from cells. It shows functions to extract the day, month, year, hour, minute and second from dates or times. It also shows converting between date/time values and text.

Uploaded by

rajavinugmailcom
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)
59 views2 pages

Date and Time

The document discusses various Excel functions for extracting date and time values from cells. It shows functions to extract the day, month, year, hour, minute and second from dates or times. It also shows converting between date/time values and text.

Uploaded by

rajavinugmailcom
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/ 2

Today Time Now

Current Date 9/26/2023 Current 9/26/2023 4:02


=TODAY() =NOW()
Extracts current date from the system Extracts Current time from the system

Day Month
9/26/2023 26 9/26/2023 9
8/28/1995 28 8/28/1995 8
=DAY(A8) =MONTH(E8)
Extracts date from the given Extracts month from the given

Year Hour
9/26/2023 2023 1/1/2019 1:00 1
8/28/1995 1995 2/25/2013 23:30 23
=YEAR(A13) =HOUR(E14)
Extracts year from the given Extracts hour from the given

Minute Second
1/1/2019 1:45 45 01:45:48 AM 48
2/25/2013 23:30 30 12:45:24 PM 24
=MINUTE(A21) =SECOND(E20)
Extracts minute from the given Extracts minute from the given

Date value Time value


8-28 1-Aug-28 8:30 Pm 20:30
=datevalue(A27) 12:30 Pm 12:30
ctrl shift # =TIMEVALUE(D28)

A text data 2-28 is first converted into date


value and ctrl shift # to convert into DD-MM- A text data 8:30 Pm is first converted into time
YY value and ctrl shift @ to convert into hh:mm
By using Text To column
1:00:00 1/1/2019
2/25/2013 23:30:00

Adding 1 hour Subtracting 1 hour


21:30 19:30
13:30 11:30

You might also like