Learn Python

Learn Data Structure & Algorithm

Learn Numpy

Learn Pandas

Learn Matplotlib

Learn Seaborn

Learn Statistics

Learn Math

Learn MATLAB

Learn Machine learning

Learn Github

Learn OpenCV

Learn Deep Learning

Learn MySQL

Learn MongoDB

Learn Web scraping

Excel Introduction

Excel Home Tab

Excel Insert Tab

Excel Data Tab

Excel Use of Formula

Excel SUM and SUMIF function

Excel AVRAGE,AVRAGEIF,AVRAGEIFS,MEDIAN,MODE function

Excel COUNT,COUNTA,COUNTBLANK,COUNTIF,COUNTFS Formula

Excel MAX,LARGE,MIN,SMALL,DMAX,DMIN Formula

Excel generate date & time Formula

Excel CONCATENATE,UPPER,LOWER,PROPER Formula

Excel RUNNING TOTOAL,Power,GCD,DATEDIF Formula

Excel ROUND,ROUNDUP,ROUNDDOWN Formula

Excel IF,AND,OR Formula

Excel ARRAY Formula

Excel LOOKUP,VLOOPUP,MATCH,VLOOKUP+MATCH Formula

Excel DSUM,DAVERAGE,FORECAST,EDATE,DCOUNT Formula

Excel ERROR

Learn Power BI

Learn Tableau

Learn Docker

Learn Hadoop

Learn about everything generating date and time in excel using functions

NOW() function

NOW() function gives your system current date and time. The result or the format of the date and time depends on your system.

Formula:=NOW()


A B C
1 Now function =NOW() 10/2/2022 20:30

TODAY() function

TODAY() function only gives your system current date . The result or the format of the date depends on your system.

Formula:=TODAY()


A B C
1 Now function =TODAY()() 10/2/2022

DAY() function

DAY() function only gives the day of the month according to your system current date. This is will numbered the day between 1 to 31. 1 is the first day and 31 is the last day of the month

Formula:=DAY(TODAY())


A B C
1 Now function =DAY(TODAY()) 2

MONTH() function

MONTH() function only gives the number of month according to your system current date. This is will numbered the day between 1 to 12. 1 is the first month and 12 is the last month of the year

Formula:=MONTH(TODAY())


A B C
1 Now function =MONTH(TODAY()) 10

YEAR() function

YEAR() function only gives the year according to your system current date. This is will

Formula:=YEAR(TODAY())


A B C
1 Now function =YEAR(TODAY()) 2022

HOUR() function

HOUR() function only gives hour according to your system current time. This is will number the hour 0 to 23. Here 0 means 12 AM and 23 means 11 PM.

Formula:=HOUR(NOW())


A B C
1 Now function =HOUR(NOW()) 20

MINUTE() function

MINUTE() function only gives minute according to your system current time. This is will number the hour 0 to 59.

Formula:=MINUTE(NOW())


A B C
1 Now function =MINUTE(NOW()) 35

SECOND() function

SECOND() function only gives second according to your system current time. This is will number the second 0 to 59.

Formula:=SECOND(NOW())


A B C
1 Now function =SECOND(NOW()) 35

CodersAim is created for learning and training a self learner to become a professional from beginner. While using CodersAim, you agree to have read and accepted our terms of use, privacy policy, Contact Us

© Copyright All rights reserved www.CodersAim.com. Developed by CodersAim.