You are on page 1of 13

Master Excel Formulas

Make The Leap to The Next Level

Part 5

EXCEL
Master Excel Formulas – make the leap to the next level

Top 50|Quote of the Day

Big things have small beginnings


Master Excel Formulas – make the leap to the next level

Top 50| Date


When is it used:

1. Date – used when the user needs to get a date out of separate numbers for year,
month and day

Date ( Year, Month, Day )


Master Excel Formulas – make the leap to the next level

Top 50| Year, Month, Day


When are they used:

1. Year – returns the year from a specified date

Year ( Date )

2. Month – returns the month from a specified date

Month ( Date )

3. Day – returns the day from a specified date

Day ( Date )
Master Excel Formulas – make the leap to the next level

Top 50| Time


When is it used:

1. Time – used when the user needs to get time out of separate numbers for hour,
minute and second

Time ( Hour, Minute, Second )


Master Excel Formulas – make the leap to the next level

Top 50| Hour, Minute, Second


When are they used:

1. Hour – returns the hour from a specified time

Hour ( Time )

2. Minute – returns the minute from a specified time

Minute ( Time )

3. Second – returns the second from a specified second

Second ( Time )
Master Excel Formulas – make the leap to the next level

Top 50| DateValue & TimeValue


When are they used:

1. Datevalue – returns the number format of a date that was formatted as text

Datevalue ( Date_String )

2. Timevalue – converts a text time to an excel serial number for time

Timevalue ( Time_String )
Master Excel Formulas – make the leap to the next level

Top 50| Days360


When is it used:

1. Days360 – returns the number of days between two dates, considering a 360-day
year

Days360 ( Start_Date, End_Date )


Master Excel Formulas – make the leap to the next level

Top 50| EDate


When is it used:

1. EDate – returns the serial number of the date that is the indicated number of
months before or after the start date

EDate ( Start_Date, No_Of_Months )


Master Excel Formulas – make the leap to the next level

Top 50| EOMonth


When is it used:

1. EOMonth – takes a specified date and N number of months before/after it and


returns the serial number of the last date of the Nth month

EOMonth ( Start_Date, No_Of_Months )


Master Excel Formulas – make the leap to the next level

Top 50| Workday


When is it used:

1. Workday – returns the serial number of the date before or after a specified number
of workdays

Workday ( Start_Date, Days, [Holiday] )


Master Excel Formulas – make the leap to the next level

Top 50| Yearfrac


When is it used:

1. Yearfrac – returns the difference between two days as a fraction of the year

Yearfrac ( Start_Date, Edn_Date, [basis] )


Master Excel Formulas – make the leap to the next level

Top 50|

Repetition is the mother of learning

You might also like