Excel Built-In Function Categories: A. Excel Text Functions
Excel Built-In Function Categories: A. Excel Text Functions
Before using the Date and Time Excel Functions, it is advised that you ensure you have a
clear understanding of the way Excel stores Dates and Times
Creating Dates & Times
1. DATE Returns a date, from a user-supplied year, month and day
2. TIME Returns a time, from a user-supplied hour, minute and second
3. DATEVALUE Converts a text string showing a date, to an integer that represents the date in
Excel's date-time code
4. TIMEVALUE Converts a text string showing a time, to a decimal that represents the time in
Excel
Current Date & Time
1. NOW Returns the current date & time
2. TODAY Returns today's date
Extracting The Components of a Time
1. HOUR Returns the hour part of a user-supplied time
2. MINUTE Returns the minute part of a user supplied time
3. SECOND Returns the seconds part of a user supplied time
Extracting the Components of a Date
1. DAY Returns the day (of the month) from a user-supplied date
2. MONTH Returns the month from a user-supplied date
3. YEAR Returns the year from a user-supplied date
4. WEEKNUM Returns an integer representing the week number (from 1 to 53) of the year
from a user-supplied date
5. ISOWEEKNUM Returns the ISO week number of the year for a given date (New in Excel
2013)
6. WEEKDAY Returns an integer representing the day of the week for a supplied date
Performing Calculations with Dates
1. DAYS Calculates the number of days between 2 dates (New in Excel 2013)
Counting Cells
1. COUNT Returns the number of numerical values in a supplied set of cells or values
2. COUNTA Returns the number of non-blanks in a supplied set of cells or values
3. COUNTBLANK Returns the number of blank cells in a supplied range
4. COUNTIF Returns the number of cells (of a supplied range), that satisfy a given criteria
5. COUNTIFS Returns the number of cells (of a supplied range), that satisfy a set of given
criteria
1. STDEV Returns the standard deviation of a supplied set of values (which represent a sample
of a population)
2. STDEVA Returns the standard deviation of a supplied set of values (which represent a
sample of a population), counting text and the logical value FALSE as the value 0 and
counting the logical value TRUE as the value 1