Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Conflicting Multiple Conditional Formatting Rules in Excel
  • How To Perform and Interpret Regression Analysis in Excel
  • How To Create Frequency Distribution in Excel
  • Calculate Conditional Percentile ‘IF’ in table in Excel
  • How to Create One and Two Variable Data Tables in Excel

References

  • To count total rows in a range in Excel
  • Convert text string to valid reference in Excel using Indirect function
  • Excel Advanced Lookup using Index and Match Functions
  • How to get address of last cell in range in Excel
  • How to get last row in text data in Excel

Data Validations

  • Excel Data validation specific characters only
  • Excel Data validation allow weekday only
  • Excel Data validation number multiple 100
  • Excel Data validation require unique number
  • How To Create Drop-down List in Excel

Category: Excel Functions

DVARP function: Description, Usage, Syntax, Examples and Explanation

by

What is DVARP function in Excel? DVARP function is one of Database functions in Microsoft Excel that calculates the variance of a population based on the entire population by using the numbers in a field (column) of records in a list or database that match conditions that you specify. Syntax of DVARP function DVARP(database, field, criteria) The …

Continue Reading

DVAR function: Description, Usage, Syntax, Examples and Explanation

by

What is DVAR function in Excel? DVAR function is one of Database functions in Microsoft Excel that estimates the variance of a population based on a sample by using the numbers in a field (column) of records in a list or database that match conditions that you specify. Syntax of DVAR function DVAR(database, field, criteria) The …

Continue Reading

DSUM function: Description, Usage, Syntax, Examples and Explanation

by

What is DSUM function in Excel? DSUM function is one of Database functions in Microsoft Excel that adds the numbers in a field (column) of records in a list or database that match conditions that you specify. Syntax of DSUM function DSUM(database, field, criteria) The DSUM function syntax has the following arguments: Database: The range of …

Continue Reading

DSTDEVP function: Description, Usage, Syntax, Examples and Explanation

by

What is DSTDEVP function in Excel? DSTDEVP function is one of Database functions in Microsoft Excel that calculates the standard deviation of a population based on the entire population by using the numbers in a field (column) of records in a list or database that match conditions that you specify. Syntax of DSTDEVP function DSTDEVP(database, field, …

Continue Reading

DSTDEV function: Description, Usage, Syntax, Examples and Explanation

by

What is DSTDEV function in Excel? DSTDEV function is one of Database functions in Microsoft Excel that estimates the standard deviation of a population based on a sample by using the numbers in a field (column) of records in a list or database that match conditions that you specify. Syntax of DSTDEV function DSTDEV(database, field, criteria) …

Continue Reading

DPRODUCT function: Description, Usage, Syntax, Examples and Explanation

by

What is DPRODUCT function in Excel? DPRODUCT function is one of Database functions in Microsoft Excel that multiplies the values in a field (column) of records in a list or database that match conditions that you specify. Syntax of DPRODUCT function DPRODUCT(database, field, criteria) The DPRODUCT function syntax has the following arguments: Database: The range of …

Continue Reading

DMIN function: Description, Usage, Syntax, Examples and Explanation

by

What is DMIN function in Excel? DMIN function is one of Database functions in Microsoft Excel that returns the smallest number in a field (column) of records in a list or database that matches conditions that you specify. Syntax of DMIN function DMIN(database, field, criteria) The DMIN function syntax has the following arguments: Database: The range …

Continue Reading

DMAX function: Description, Usage, Syntax, Examples and Explanation

by

What is DMAX function in Excel? DMAX function is one of Database functions in Microsoft Excel that returns the largest number in a field (column) of records in a list or database that matches conditions you that specify. Syntax of DMAX function DMAX(database, field, criteria) The DMAX function syntax has the following arguments: Database: The range …

Continue Reading

DGET function: Description, Usage, Syntax, Examples and Explanation

by

What is DGET function in Excel? DGET function is one of Database functions in Microsoft Excel that extracts a single value from a column of a list or database that matches conditions that you specify. Syntax of DGET function DGET(database, field, criteria) The DGET function syntax has the following arguments: Database: The range of cells that …

Continue Reading

DCOUNTA function: Description, Usage, Syntax, Examples and Explanation

by

What is DCOUNTA function in Excel? DCOUNTA function is one of Database functions in Microsoft Excel that counts the nonblank cells in a field (column) of records in a list or database that match conditions that you specify. The field argument is optional. If field is omitted, DCOUNTA counts all records in the database that …

Continue Reading

DCOUNT function: Description, Usage, Syntax, Examples and Explanation

by

What is DCOUNT function in Excel? DCOUNT function is one of Database functions in Microsoft Excel that counts the cells that contain numbers in a field (column) of records in a list or database that match conditions that you specify. The field argument is optional. If field is omitted, DCOUNT counts all records in the …

Continue Reading

DAVERAGE function: Description, Usage, Syntax, Examples and Explanation

by

What is DAVERAGE function in Excel? DAVERAGE function is one of Database functions in Microsoft Excel that averages the values in a field (column) of records in a list or database that match conditions you specify. Syntax of DAVERAGE function DAVERAGE(database, field, criteria) The DAVERAGE function syntax has the following arguments: Database     is the range of …

Continue Reading

ASC function: Description, Usage, Syntax, Examples and Explanation

by

What is ASC function in Excel? ASC function is one of TEXT functions in Microsoft Excel that changes full-width (double-byte) characters to half-width (single-byte) characters. Syntax of ASC function ASC(text) The ASC function syntax has the following arguments: Text    Required. The text or a reference to a cell that contains the text you want to change. If …

Continue Reading

BAHTTEXT function: Description, Usage, Syntax, Examples and Explanation

by

What is BAHTTEXT function in Excel? BAHTTEXT function is one of TEXT functions in Microsoft Excel that converts a number to Thai text and adds a suffix of “Baht.” You can change the Baht format to a different style in the Excel desktop application by using Regional and Language Options (Windows Start menu, Control Panel). Syntax of BAHTTEXT function BAHTTEXT(number) The …

Continue Reading

EXACT function: Description, Usage, Syntax, Examples and Explanation

by

What is EXACT function in Excel? EXACT function is one of TEXT functions in Microsoft Excel that compares two text strings and returns TRUE if they are exactly the same, FALSE otherwise. EXACT is case-sensitive but ignores formatting differences. Use EXACT to test text being entered into a document. Syntax of EXACT function EXACT(text1, text2) The …

Continue Reading

DOLLAR function: Description, Usage, Syntax, Examples and Explanation

by

What is DOLLAR function in Excel? DOLLAR function is one of TEXT functions in Microsoft Excel that converts a number to text using currency format, with the decimals rounded to the number of places you specify. DOLLAR uses the $#,##0.00_);($#,##0.00) number format, although the currency symbol that is applied depends on your local language settings. Syntax of DOLLAR …

Continue Reading

DBCS function: Description, Usage, Syntax, Examples and Explanation

by

What is DBCS function in Excel? DBCS function is one of TEXT functions in Microsoft Excel that converts half-width (single-byte) letters within a character string to full-width (double-byte) characters. The name of the function (and the characters that it converts) depends upon your language settings. For Japanese, this function changes half-width (single-byte) English letters or …

Continue Reading

CONCATENATE function: Description, Usage, Syntax, Examples and Explanation

by

What is CONCATENATE function in Excel? CONCATENATE function is one of TEXT functions in Microsoft Excel that is used to join two or more text strings into one string. Syntax: CONCATENATE(text1, [text2], …)For example: =CONCATENATE(“Stream population for “, A2, ” “, A3, ” is “, A4, “/mile.”) =CONCATENATE(B2, ” “,C2) Important: In Excel 2016, Excel Mobile, and Excel …

Continue Reading

CONCAT function: Description, Usage, Syntax, Examples and Explanation

by

What is CONCAT function in Excel? CONCAT function is one of TEXT functions in Microsoft Excel that combines the text from multiple ranges and/or strings, but it doesn’t provide the delimiter or IgnoreEmpty arguments. Tip: To include delimiters (such as spacing or ampersands (&) between the texts you want to combine and to remove empty arguments …

Continue Reading

CODE function: Description, Usage, Syntax, Examples and Explanation

by

What is CODE function in Excel? CODE function is one of TEXT functions in Microsoft Excel that returns a numeric code for the first character in a text string. The returned code corresponds to the character set used by your computer. Operating environment Character set Macintosh Macintosh character set Windows ANSI Syntax of CODE function CODE(text) …

Continue Reading

WEEKNUM function: Description, Usage, Syntax, Examples and Explanation

by

What is WEEKNUM function in Excel? WEEKNUM function is one of Date and Time functions in Microsoft Excel that returns the week number of a specific date. For example, the week containing January 1 is the first week of the year, and is numbered week 1. There are two systems used for this function: System 1    The week …

Continue Reading

NETWORKDAYS.INTL function: Description, Usage, Syntax, Examples and Explanation

by

What is NETWORKDAYS.INTL function in Excel? NETWORKDAYS.INTL function is one of Date and Time functions in Microsoft Excel that returns the number of whole workdays between two dates using parameters to indicate which and how many days are weekend days. Weekend days and any days that are specified as holidays are not considered as workdays. Syntax …

Continue Reading

WEEKDAY function: Description, Usage, Syntax, Examples and Explanation

by

What is WEEKDAY function in Excel? WEEKDAY function is one of Date and Time functions in Microsoft Excel that returns the day of the week corresponding to a date. The day is given as an integer, ranging from 1 (Sunday) to 7 (Saturday), by default. Syntax of WEEKDAY function WEEKDAY(serial_number,[return_type]) The WEEKDAY function syntax has the following arguments: …

Continue Reading

TODAY function: Description, Usage, Syntax, Examples and Explanation

by

What is TODAY function in Excel? TODAY function is one of  Date and Time functions in Microsoft Excel that returns the serial number of the current date. The serial number is the date-time code used by Excel for date and time calculations. If the cell format was General before the function was entered, Excel changes the cell format …

Continue Reading

TIMEVALUE function: Description, Usage, Syntax, Examples and Explanation

by

What is TIMEVALUE function in Excel? TIMEVALUE function is one of  Date and Time functions in Microsoft Excel that returns the decimal number of the time represented by a text string. The decimal number is a value ranging from 0 (zero) to 0.99988426, representing the times from 0:00:00 (12:00:00 AM) to 23:59:59 (11:59:59 P.M.). Syntax of TIMEVALUE …

Continue Reading

TIME function: Description, Usage, Syntax, Examples and Explanation

by

What is TIME function in Excel? TIME function is one of  Date and Time functions in Microsoft Excel that returns the decimal number for a particular time. If the cell format was General before the function was entered, the result is formatted as a date. The decimal number returned by TIME is a value ranging from 0 (zero) …

Continue Reading

SECOND function: Description, Usage, Syntax, Examples and Explanation

by

What is SECOND function in Excel? SECOND function is one of Date and Time functions in Microsoft Excel that returns the seconds of a time value. The second is given as an integer in the range 0 (zero) to 59. Syntax of SECOND function SECOND(serial_number) The SECOND function syntax has the following arguments: Serial_number    Required. The time that contains …

Continue Reading

NOW function: Description, Usage, Syntax, Examples and Explanation

by

What is NOW function in Excel? NOW function is one of  Date and Time functions in Microsoft Excel that returns the serial number of the current date and time. If the cell format was General before the function was entered, Excel changes the cell format so that it matches the date and time format of your regional settings. …

Continue Reading

DAY function: Description, Usage, Syntax, Examples and Explanation

by

What is DAY function in Excel? DAY function is one of Date and Time functions in Microsoft Excel that returns the day of a date, represented by a serial number. The day is given as an integer ranging from 1 to 31. Syntax of DAY function DAY(serial_number) The DAY function syntax has the following arguments: Serial_number: The date …

Continue Reading

DATEVALUE function: Description, Usage, Syntax, Examples and Explanation

by

What is DATEVALUE function in Excel? DATEVALUE function is one of Date and Time functions in Microsoft Excel that converts a date that is stored as text to a serial number that Excel recognizes as a date. For example, the formula =DATEVALUE(“1/1/2008”) returns 39448, the serial number of the date 1/1/2008. Remember, though, that your computer’s system date setting may …

Continue Reading

DATEDIF function: Description, Usage, Syntax, Examples and Explanation

by

What is DATEDIF function in Excel? DATEDIF function is one of Date and Time functions in Microsoft Excel that calculates the number of days, months, or years between two dates. Warning: Excel provides the DATEDIF function in order to support older workbooks from Lotus 1-2-3. The DATEDIF function may calculate incorrect results under certain scenarios. Syntax of DATEDIF function DATEDIF(start_date,end_date,unit) …

Continue Reading

DATE function: Description, Usage, Syntax, Examples and Explanation

by

What is DATE function in Excel? DATE function is one of Date and Time functions in Microsoft Office Excel that when you need to take three separate values and combine them to form a date. Note: Microsoft Excel DATE function returns the serial date value for a date. Syntax of DATE function The syntax for the DATE function in …

Continue Reading

YEARFRAC function: Description, Usage, Syntax, Examples and Explanation

by

What is DATEDIF function in Excel? DATEDIF function is one of Date and Time functions in Microsoft Excel that calculates the fraction of the year represented by the number of whole days between two dates (the start_date and the end_date). For instance, you can use YEARFRAC to identify the proportion of a whole year’s benefits, or obligations to assign to a specific term. …

Continue Reading

YEAR function: Description, Usage, Syntax, Examples and Explanation

by

What is YEAR function in Excel? YEAR function is one of Date and Time functions in Microsoft Excel that returns the year corresponding to a date. The year is returned as an integer in the range 1900-9999. Syntax of YEAR function YEAR(serial_number) The YEAR function syntax has the following arguments: Serial_number: The date of the year you want …

Continue Reading

WORKDAY.INTL function: Description, Usage, Syntax, Examples and Explanation

by

What is WORKDAY.INTL function in Excel? WORKDAY.INTL function is one of Date and Time functions in Microsoft Excel that returns the serial number of the date before or after a specified number of workdays with custom weekend parameters. Weekend parameters indicate which and how many days are weekend days. Weekend days and any days that are specified …

Continue Reading

WORKDAY function: Description, Usage, Syntax, Examples and Explanation

by

What is WORKDAY function in Excel? WORKDAY function is one of Date and Time functions in Microsoft Excel that returns a number that represents a date that is the indicated number of working days before or after a date (the starting date). Working days exclude weekends and any dates identified as holidays. Use WORKDAY to exclude weekends …

Continue Reading

MINUTE function: Description, Usage, Syntax, Examples and Explanation

by

What is MINUTE function in Excel? MINUTE function is one of Date and Time functions in Microsoft Excel that returns the minutes of a time value. The minute is given as an integer, ranging from 0 to 59. Syntax of MINUTE function MINUTE(serial_number) The MINUTE function syntax has the following arguments: Serial_number: The time that contains the minute …

Continue Reading

ISOWEEKNUM function: Description, Usage, Syntax, Examples and Explanation

by

What is ISOWEEKNUM function in Excel? ISOWEEKNUM function is one of Date and Time functions in Microsoft Excel that returns number of the ISO week number of the year for a given date. Syntax of ISOWEEKNUM function ISOWEEKNUM(date) The ISOWEEKNUM function syntax has the following arguments. Date: Date is the date-time code used by Excel for date and …

Continue Reading

HOUR function: Description, Usage, Syntax, Examples and Explanation

by

What is HOUR function in Excel? HOUR function is one of Date and Time functions in Microsoft Excel that returns the hour of a time value. The hour is given as an integer, ranging from 0 (12:00 A.M.) to 23 (11:00 P.M.). Syntax of HOUR function HOUR(serial_number) The HOUR function syntax has the following arguments: Serial_number: The time …

Continue Reading

EOMONTH function: Description, Usage, Syntax, Examples and Explanation

by

What is EOMONTH function in Excel? EOMONTH function is one of Date and Time functions in Microsoft Excel that returns the serial number for the last day of the month that is the indicated number of months before or after start_date. Use EOMONTH to calculate maturity dates or due dates that fall on the last day of …

Continue Reading

Posts navigation

  • 1
  • 2
  • 3
  • 4
  • …
  • 21
  • Next

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • How to use Excel TRUE Function
  • IFNA function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel XOR Function
  • Invoice status with nested if in Excel
  • How to use Excel AND Function

Date Time

  • Get work hours between dates in Excel
  • Extract time from a date and time in Excel
  • Sum through n months in Excel
  • Add months to date in Excel
  • Convert Excel time to Unix time in Excel

Grouping

  • Categorize text with keywords in Excel
  • Group numbers with VLOOKUP in Excel
  • How to randomly assign people to groups in Excel
  • Group numbers at uneven intervals in Excel
  • Map inputs to arbitrary values in Excel

General

  • Check if range contains a value not in another range in Excel
  • Flash Fill in Excel
  • Count cells that do not contain errors in Excel
  • How to make excel worksheets print on one page?
  • Find Most Frequently Occurring Word in Excel Worksheet
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning