Skip to content
xlsoffice. All Rights Reserved
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Lookup and Reference Examples

  • Basic INDEX MATCH approximate in Excel
  • Two-column Lookup in Excel
  • CHOOSE function: Description, Usage, Syntax, Examples and Explanation
  • To count total rows in a range in Excel
  • Convert text string to valid reference in Excel using Indirect function

Data Analysis Examples

  • Data Series in Excel
  • Get column index in Excel Table
  • How to calculate average last N values in a table in Excel
  • Example of COUNTIFS with variable table column in Excel
  • Use Data Form to input, edit and delete records in Excel

Data Validation Examples

  • Excel Data validation date in specific year
  • Excel Data validation must not contain
  • How To Create Drop-down List in Excel
  • Excel Data validation with conditional list
  • Excel Data validation whole percentage only

Category: Excel Functions

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

by

What is DAYS360 function in Excel? DAYS360 function is one of Date and Time functions in Microsoft Excel that returns the number of days between two dates based on a 360-day year (twelve 30-day months), which is used in some accounting calculations. Use this function to help compute payments if your accounting system is based on twelve …

Continue Reading

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

by

What is EDATE function in Excel? EDATE function is one of Date and Time functions in Microsoft Excel that returns the serial number that represents the date that is the indicated number of months before or after a specified date (the start_date). Use EDATE to calculate maturity dates or due dates that fall on the same day of …

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

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

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

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

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

by

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

Continue Reading

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

by

What is NETWORKDAYS function in Excel? NETWORKDAYS function is one of Date and Time functions in Microsoft Excel that returns the number of whole working days between start_date and end_date. Working days exclude weekends and any dates identified in holidays. Use NETWORKDAYS to calculate employee benefits that accrue based on the number of days worked during …

Continue Reading

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

by

What is ENCODEURL function in Excel? ENCODEURL function is one of Web functions in Microsoft Excel that returns a URL-encoded string. Notes: Microsoft introduced three new functions in Excel 2013 that will return data from a webservice. The ENCODEURL function is not available in Excel Online, and it is not available in Excel 2016 for Mac. …

Continue Reading

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

by

What is WEBSERVICE function in Excel? WEBSERVICE function is one of Web functions in Microsoft Excel that returns data from a web service on the Internet or Intranet. Notes: Microsoft introduced three new functions in Excel 2013 that will return data from a webservice. The WEBSERVICE function is only available in Excel 2013 and Excel 2016 for …

Continue Reading

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

by

What is FILTERXML function in Excel? FILTERXML function is one of Web functions in Microsoft Excel that returns specific data from the XML content by using the specified XPath. Notes: Microsoft introduced three new functions in Excel 2013 that will return data from a webservice. The FILTERXML function is not available in Excel Online, and it is …

Continue Reading

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

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

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

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

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

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

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

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

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

by

What is BESSELI function in Excel? BESSELI function is one of Engineering functions in Microsoft Excel that returns the modified Bessel function, which is equivalent to the Bessel function evaluated for purely imaginary arguments. Syntax of BESSELI function BESSELI(X, N) The BESSELI function syntax has the following arguments: X: The value at which to evaluate the …

Continue Reading

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

by

What is BESSELJ function in Excel? BESSELJ function is one of Engineering functions in Microsoft Excel that returns the Bessel function. Syntax of BESSELJ function BESSELJ(X, N) The BESSELJ function syntax has the following arguments: X: The value at which to evaluate the function. N: The order of the Bessel function. If n is not an …

Continue Reading

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

by

What is BESSELK function in Excel? BESSELK function is one of Engineering functions in Microsoft Excel that returns the modified Bessel function, which is equivalent to the Bessel functions evaluated for purely imaginary arguments. Syntax of BESSELK function BESSELK(X, N) The BESSELK function syntax has the following arguments: X: The value at which to evaluate the …

Continue Reading

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

by

What is BESSELY function in Excel? BESSELY function is one of Engineering functions in Microsoft Excel that returns the Bessel function, which is also called the Weber function or the Neumann function. Syntax of BESSELY function BESSELY(X, N) The BESSELY function syntax has the following arguments: X: The value at which to evaluate the function. N: …

Continue Reading

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

by

What is BIN2DEC function in Excel? BIN2DEC function is one of Engineering functions in Microsoft Excel that converts a binary number to decimal. Syntax of BIN2DEC function BIN2DEC(number) The BIN2DEC function syntax has the following arguments: Number: The binary number you want to convert. Number cannot contain more than 10 characters (10 bits). The most significant …

Continue Reading

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

by

What is BIN2HEX function in Excel? BIN2HEX function is one of Engineering functions in Microsoft Excel that converts a binary number to hexadecimal. Syntax of BIN2HEX function BIN2HEX(number, [places]) The BIN2HEX function syntax has the following arguments: Number: The binary number you want to convert. Number cannot contain more than 10 characters (10 bits). The most …

Continue Reading

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

by

What is BIN2OCT function in Excel? BIN2OCT function is one of Engineering functions in Microsoft Excel that converts a binary number to octal. Syntax of BIN2OCT function BIN2OCT(number, [places]) The BIN2OCT function syntax has the following arguments: Number: The binary number you want to convert. Number cannot contain more than 10 characters (10 bits). The most …

Continue Reading

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

by

What is BITAND function in Excel? BITAND function is one of Engineering functions in Microsoft Excel that returns a bitwise ‘AND’ of two numbers. Syntax of BITAND function BITAND( number1, number2) The BITAND function syntax has the following arguments. Number1: Must be in decimal form and greater than or equal to 0. Number2: Must be in …

Continue Reading

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

by

What is BITLSHIFT function in Excel? BITLSHIFT function is one of Engineering functions in Microsoft Excel that returns a number shifted left by the specified number of bits. Syntax of BITLSHIFT function BITLSHIFT(number, shift_amount) The BITLSHIFT function syntax has the following arguments. Number    Required. Number must be an integer greater than or equal to 0. Shift_amount    …

Continue Reading

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

by

What is BITOR function in Excel? BITOR function is one of Engineering functions in Microsoft Excel that returns a bitwise ‘OR’ of two numbers. Syntax of BITOR function BITOR(number1, number2) The BITOR function syntax has the following arguments. Number1: Must be in decimal form and greater than or equal to 0. Number2: Must be in decimal …

Continue Reading

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

by

What is BITRSHIFT function in Excel? BITRSHIFT function is one of Engineering functions in Microsoft Excel that returns a number shifted right by the specified number of bits. Syntax of BITRSHIFT function BITRSHIFT(number, shift_amount) The BITRSHIFT function syntax has the following arguments. Number: Must be an integer greater than or equal to 0. Shift_amount: Must be …

Continue Reading

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

by

What is BITXOR function in Excel? BITXOR function is one of Engineering functions in Microsoft Excel that returns a bitwise ‘XOR’ of two numbers. Syntax of BITXOR function BITXOR(number1, number2) The BITXOR function syntax has the following arguments. Number1: Must be greater than or equal to 0. Number2: Must be greater than or equal to 0. BITXOR …

Continue Reading

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

by

What is COMPLEX function in Excel? COMPLEX function is one of Engineering functions in Microsoft Excel that converts real and imaginary coefficients into a complex number of the form x + yi or x + yj. Syntax of COMPLEX function COMPLEX(real_num, i_num, [suffix]) The COMPLEX function syntax has the following arguments: Real_num: The real coefficient of the …

Continue Reading

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

by

What is CONVERT function in Excel? CONVERT function is one of Engineering functions in Microsoft Excel that converts a number from one measurement system to another. For example, CONVERT can translate a table of distances in miles to a table of distances in kilometers. Syntax of CONVERT function CONVERT(number,from_unit,to_unit) Number     is the value in from_units to …

Continue Reading

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

by

What is DEC2BIN function in Excel? DEC2BIN function is one of Engineering functions in Microsoft Excel that converts a decimal number to binary. Syntax of DEC2BIN function DEC2BIN(number, [places]) The DEC2BIN function syntax has the following arguments: Number: The decimal integer you want to convert. If number is negative, valid place values are ignored and DEC2BIN …

Continue Reading

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

by

What is DEC2HEX function in Excel? DEC2HEX function is one of Engineering functions in Microsoft Excel that converts a decimal number to hexadecimal. Syntax of DEC2HEX function DEC2HEX(number, [places]) The DEC2HEX function syntax has the following arguments: Number:  The decimal integer you want to convert. If number is negative, places is ignored and DEC2HEX returns a …

Continue Reading

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

by

What is DEC2OCT function in Excel? DEC2OCT function is one of Engineering functions in Microsoft Excel that converts a decimal number to octal. Syntax of DEC2OCT function DEC2OCT(number, [places]) The DEC2OCT function syntax has the following arguments: Number: The decimal integer you want to convert. If number is negative, places is ignored and DEC2OCT returns a …

Continue Reading

Posts navigation

  • Previous
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 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
  • How to add a line break with a formula while joining text strings in Excel
  • How to calculate Number of Instances in Excel
  • How to find nth occurrence of character in Excel
  • How to strip html from text or numbers in Excel
  • Split text and numbers in Excel
  • Extract date from a date and time in Excel
  • Generate series of dates by weekends in Excel
  • Get day name from date in Excel
  • EDATE function: Description, Usage, Syntax, Examples and Explanation
  • Get last day of month in Excel
  • COUPDAYSNC function: Description, Usage, Syntax, Examples and Explanation
  • How to Calculate Tax Rates in Excel
  • PRICEMAT function: Description, Usage, Syntax, Examples and Explanation
  • Tax rate calculation with fixed base in Excel
  • PRICE function: Description, Usage, Syntax, Examples and Explanation
Acronyms, Abbreviations, Initialism & What They Stand For
© 2022 xlsoffice . All Right Reserved. | Teal Smiles