0% found this document useful (0 votes)
20 views17 pages

All Excel Complete Functions (IMP)

The document provides a comprehensive list of Excel functions categorized into mathematical, statistical, logical, text, date and time, lookup and reference, information, financial, engineering, database, compatibility, and dynamic array functions. Each function is accompanied by a brief description of its purpose. Additionally, it offers a copy-paste friendly table format for easy integration into Excel.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views17 pages

All Excel Complete Functions (IMP)

The document provides a comprehensive list of Excel functions categorized into mathematical, statistical, logical, text, date and time, lookup and reference, information, financial, engineering, database, compatibility, and dynamic array functions. Each function is accompanied by a brief description of its purpose. Additionally, it offers a copy-paste friendly table format for easy integration into Excel.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 17

Function Description

ABS Returns the absolute value


ACOS, ACOSH Arc cosine, hyperbolic arc cosine
ASIN, ASINH Arc sine, hyperbolic arc sine
Arc tangent, 2-variable arc tangent,
ATAN, ATAN2, ATANH
hyperbolic
CEILING, CEILING.MATH,
Rounds a number up
CEILING.PRECISE
COMBIN, COMBINA Combinations
COS, COSH Cosine, hyperbolic cosine
DEGREES, RADIANS Convert between degrees and radians
EXP, LN, LOG, LOG10 Exponential and logarithmic functions
FLOOR, FLOOR.MATH, FLOOR.PRECISE Rounds down
INT, ROUND, ROUNDUP, ROUNDDOWN,
Rounding functions
MROUND
MOD Remainder after division
PI, POWER, PRODUCT π, exponentiation, product of values
QUOTIENT Integer division result
RAND, RANDBETWEEN Generate random numbers
SIGN, SQRT, SUM, SUMIF, SUMIFS,
Basic math and summing
SUMPRODUCT
TRUNC Truncate a number
📊 1. Mathematical and Trigonometric Functions

Function
ABS
ACOS, ACOSH
ASIN, ASINH
ATAN, ATAN2, ATANH
CEILING, CEILING.MATH, CEILING.PRECISE
COMBIN, COMBINA
COS, COSH
DEGREES, RADIANS
EXP, LN, LOG, LOG10
FLOOR, FLOOR.MATH, FLOOR.PRECISE
INT, ROUND, ROUNDUP, ROUNDDOWN, MROUND
MOD
PI, POWER, PRODUCT
QUOTIENT
RAND, RANDBETWEEN
SIGN, SQRT, SUM, SUMIF, SUMIFS, SUMPRODUCT
TRUNC

📐 2. Statistical Functions

Function
AVERAGE, AVERAGEA, AVERAGEIF, AVERAGEIFS
COUNT, COUNTA, COUNTBLANK, COUNTIF, COUNTIFS
MAX, MAXA, MIN, MINA
MEDIAN, MODE.SNGL, MODE.MULT
PERCENTILE.EXC, PERCENTILE.INC
RANK.AVG, RANK.EQ
STDEV.S, STDEV.P, VAR.S, VAR.P
LARGE, SMALL, FREQUENCY, PERCENTRANK

🔄 3. Logical Functions

Function
IF, IFS
IFERROR, IFNA
AND, OR, NOT
SWITCH, CHOOSE
XOR
🔤 4. Text Functions

Function
TEXT, TEXTJOIN
CONCAT, CONCATENATE
LEFT, RIGHT, MID
LEN, TRIM, CLEAN
SEARCH, FIND, REPLACE, SUBSTITUTE
UPPER, LOWER, PROPER
VALUE
SPLIT (only in Excel 365)

📅 5. Date and Time Functions

Function
NOW, TODAY
DATE, TIME, DATEVALUE, TIMEVALUE
DAY, MONTH, YEAR, HOUR, MINUTE, SECOND
EDATE, EOMONTH, WORKDAY, NETWORKDAYS
WEEKDAY, WEEKNUM, ISOWEEKNUM
DATEDIF
TEXT

📚 6. Lookup and Reference Functions

Function
VLOOKUP, HLOOKUP
XLOOKUP, XMATCH
INDEX, MATCH
LOOKUP
CHOOSE, OFFSET, INDIRECT
ROW, COLUMN, ROWS, COLUMNS
TRANSPOSE
FILTER, SORT, SORTBY, UNIQUE, SEQUENCE

🔧 7. Information Functions

Function
ISNUMBER, ISTEXT, ISBLANK, ISERROR, ISERR, ISNA,
ISLOGICAL, ISFORMULA
ERROR.TYPE, TYPE
CELL, INFO, N, T
🌐 8. Financial Functions

Function
PMT, IPMT, PPMT
FV, PV, NPV
IRR, XIRR, MIRR
RATE, NPER
CUMIPMT, CUMPRINC
DB, DDB, SLN, SYD

🧮 9. Engineering Functions

Function
BIN2DEC, BIN2HEX, DEC2BIN, etc.
CONVERT
COMPLEX, IMSUM, IMREAL

📈 10. Database Functions

Function
DSUM, DAVERAGE, DCOUNT, DGET
DCOUNTA, DMAX, DMIN, DPRODUCT, DSTDEV, DVAR

🧪 11. Compatibility Functions

These are older functions retained for backward compatibility.

Function
BETADIST, BETAINV, CHIDIST, GAMMADIST, etc.

🔄 12. Dynamic Array Functions (Excel 365/Excel 2021+)

Function
FILTER
SORT, SORTBY
UNIQUE
SEQUENCE
RANDARRAY
LET
LAMBDA
If you'd like, I can create a PDF or an Excel sheet with this categorized list for download, or even help you create flashcards for

4o

You said:

Provide me these functions in table format which i can copy and paste in excel

ChatGPT said:

Absolutely! Here's a copy-paste friendly Excel-formatted table for you. Each function category is presented with Category, Fu

✅ To copy:

Just copy the table below and paste it into your Excel sheet starting from Cell A1.

pgsql
CopyEdit
Category Function Description
Math & Trig ABS Returns the absolute value
Math & Trig ACOS Returns the arccosine
Math & Trig ACOSH Hyperbolic arccosine
Math & Trig ASIN Returns the arcsine
Math & Trig ASINH Hyperbolic arcsine
Math & Trig ATAN Returns the arctangent
Math & Trig ATAN2 Arctangent of two numbers
Math & Trig ATANH Hyperbolic arctangent
Math & Trig CEILING Rounds up to nearest multiple
Math & Trig CEILING.MATH Rounds up to nearest integer or multiple
Math & Trig CEILING.PRECISE Rounds up regardless of sign
Math & Trig COMBIN Number of combinations
Math & Trig COMBINA Combinations with repetitions
Math & Trig COS Cosine
Math & Trig COSH Hyperbolic cosine
Math & Trig DEGREES Converts radians to degrees
Math & Trig RADIANS Converts degrees to radians
Math & Trig EXP Returns e raised to a power
Math & Trig LN Natural logarithm
Math & Trig LOG Logarithm
Math & Trig LOG10 Base-10 logarithm
Math & Trig FLOOR Rounds down to nearest multiple
Math & Trig FLOOR.MATH Rounds down to nearest integer
Math & Trig FLOOR.PRECISE Rounds down regardless of sign
Math & Trig INT Rounds down to integer
Math & Trig ROUND Rounds to nearest value
Math & Trig ROUNDUP Rounds number up
Math & Trig ROUNDDOWN Rounds number down
Math & Trig MROUND Rounds to nearest multiple
Math & Trig MOD Returns remainder
Math & Trig PI Returns the value of pi
Math & Trig POWER Returns number raised to power
Math & Trig PRODUCT Product of numbers
Math & Trig QUOTIENT Returns integer portion of division
Math & Trig RAND Random number between 0 and 1
Math & Trig RANDBETWEEN Random number between specified values
Math & Trig SIGN Returns sign of number
Math & Trig SQRT Square root
Math & Trig SUM Sum of values
Math & Trig SUMIF Sum values with a condition
Math & Trig SUMIFS Sum values with multiple conditions
Math & Trig SUMPRODUCT Returns the sum of products
Math & Trig TRUNC Truncates a number

Statistical AVERAGE Returns average


Statistical AVERAGEA Average including text/numbers
Statistical AVERAGEIF Average with condition
Statistical AVERAGEIFS Average with multiple conditions
Statistical COUNT Count numbers
Statistical COUNTA Count non-empty cells
Statistical COUNTBLANK Count blank cells
Statistical COUNTIF Count with condition
Statistical COUNTIFS Count with multiple conditions
Statistical MAX Returns maximum
Statistical MAXA Maximum including logical values
Statistical MIN Returns minimum
Statistical MINA Minimum including logical values
Statistical MEDIAN Returns median
Statistical MODE.SNGL Returns most common value
Statistical MODE.MULT Returns multiple common values
Statistical PERCENTILE.EXC Returns percentile (exclusive)
Statistical PERCENTILE.INC Returns percentile (inclusive)
Statistical RANK.AVG Returns rank (average for ties)
Statistical RANK.EQ Returns rank (equal values get same rank)
Statistical STDEV.S Standard deviation (sample)
Statistical STDEV.P Standard deviation (population)
Statistical VAR.S Variance (sample)
Statistical VAR.P Variance (population)
Statistical LARGE Kth largest value
Statistical SMALL Kth smallest value
Statistical FREQUENCY Frequency distribution
Statistical PERCENTRANK Returns rank as a percentage
Logical IF Evaluates condition
Logical IFS Evaluates multiple conditions
Logical IFERROR Handles errors
Logical IFNA Handles #N/A errors
Logical AND Returns TRUE if all are TRUE
Logical OR Returns TRUE if any are TRUE
Logical NOT Negates logic
Logical XOR Exclusive OR
Logical SWITCH Evaluates against multiple values
Logical CHOOSE Selects from list of values

Text TEXT Formats number as text


Text TEXTJOIN Joins text with delimiter
Text CONCAT Combines values
Text CONCATENATE Combines values (legacy)
Text LEFT Extracts characters from left
Text RIGHT Extracts characters from right
Text MID Extracts characters from middle
Text LEN Returns length of text
Text TRIM Removes extra spaces
Text CLEAN Removes non-printable characters
Text SEARCH Finds text within text (case-insensitive)
Text FIND Finds text within text (case-sensitive)
Text REPLACE Replaces part of text
Text SUBSTITUTE Substitutes new text for old
Text UPPER Converts to uppercase
Text LOWER Converts to lowercase
Text PROPER Capitalizes first letters
Text VALUE Converts text to number

Date & Time NOW Current date and time


Date & Time TODAY Current date
Date & Time DATE Creates date
Date & Time TIME Creates time
Date & Time DATEVALUE Converts text to date
Date & Time TIMEVALUE Converts text to time
Date & Time DAY Returns day of month
Date & Time MONTH Returns month
Date & Time YEAR Returns year
Date & Time HOUR Returns hour
Date & Time MINUTE Returns minute
Date & Time SECOND Returns second
Date & Time EDATE Returns date after n months
Date & Time EOMONTH End of month
Date & Time WORKDAY Returns workday after n days
Date & Time NETWORKDAYS Counts workdays between dates
Date & Time WEEKDAY Returns weekday number
Date & Time WEEKNUM Returns week number
Date & Time ISOWEEKNUM ISO week number
Date & Time DATEDIF Returns date difference
Date & Time TEXT Formats date/time

Lookup & Ref VLOOKUP Vertical lookup


Lookup & Ref HLOOKUP Horizontal lookup
Lookup & Ref XLOOKUP Flexible lookup function
Lookup & Ref XMATCH Returns relative position
Lookup & Ref INDEX Returns value by row/col
Lookup & Ref MATCH Returns position in array
Lookup & Ref LOOKUP Basic lookup
Lookup & Ref CHOOSE Select value from list
Lookup & Ref OFFSET Returns reference offset
Lookup & Ref INDIRECT Returns reference from text
Lookup & Ref ROW Returns row number
Lookup & Ref COLUMN Returns column number
Lookup & Ref ROWS Returns number of rows
Lookup & Ref COLUMNS Returns number of columns
Lookup & Ref TRANSPOSE Converts rows to columns
Lookup & Ref FILTER Filters data by condition
Lookup & Ref SORT Sorts data
Lookup & Ref SORTBY Sorts data by another array
Lookup & Ref UNIQUE Returns unique values
Lookup & Ref SEQUENCE Generates sequence of numbers

Information ISNUMBER Checks if number


Information ISTEXT Checks if text
Information ISBLANK Checks if blank
Information ISERROR Checks for any error
Information ISERR Checks for errors except #N/A
Information ISNA Checks for #N/A error
Information ISLOGICAL Checks if logical value
Information ISFORMULA Checks if cell has formula
Information ERROR.TYPE Returns type of error
Information TYPE Returns type of value
Information CELL Returns info about cell
Information INFO Returns environment info
Information N Converts value to number
Information T Returns text from value

Financial PMT Loan payment


Financial IPMT Interest payment
Financial PPMT Principal payment
Financial FV Future value
Financial PV Present value
Financial NPV Net present value
Financial IRR Internal rate of return
Financial XIRR IRR for non-periodic cash flows
Financial MIRR Modified IRR
Financial RATE Interest rate
Financial NPER Number of periods
Financial CUMIPMT Cumulative interest
Financial CUMPRINC Cumulative principal
Financial DB Declining balance depreciation
Financial DDB Double-declining balance
Financial SLN Straight-line depreciation
Financial SYD Sum-of-years digits depreciation

Dynamic Array FILTER Filters array


Dynamic Array SORT Sorts array
Dynamic Array SORTBY Sorts based on another array
Dynamic Array UNIQUE Unique values
Dynamic Array SEQUENCE Generates sequence
Dynamic Array RANDARRAY Random array
Dynamic Array LET Defines named expressions
Dynamic Array LAMBDA Defines custom functions
Description
Returns the absolute value
Arc cosine, hyperbolic arc cosine
Arc sine, hyperbolic arc sine
Arc tangent, 2-variable arc tangent, hyperbolic
Rounds a number up
Combinations
Cosine, hyperbolic cosine
Convert between degrees and radians
Exponential and logarithmic functions
Rounds down
Rounding functions
Remainder after division
π, exponentiation, product of values
Integer division result
Generate random numbers
Basic math and summing
Truncate a number

Description
Calculate average
Count values
Find maximum/minimum
Central tendency
Percentile calculations
Ranking data
Standard deviation & variance
More statistical analysis

Description
Logical test and multiple conditions
Error handling
Boolean logic
Select values based on index or condition
Exclusive OR logic
Description
Format numbers/text
Combine text strings
Extract part of a string
String length and cleaning
Text searching and replacing
Change case
Convert text to number
Split text by delimiter

Description
Current date and time
Convert to date/time
Extract parts of date/time
Date arithmetic
Week calculations
Difference between dates
Custom date/time formatting

Description
Vertical/Horizontal lookup
Enhanced lookup functions (Excel 365)
Return cell value by position
General lookup
Reference manipulation
Row/column information
Convert rows to columns
Dynamic array functions

Description
Test type of cell content
Get type of error or value
Cell information
Description
Loan payments
Future/present/net present value
Internal rate of return
Interest rate and number of periods
Cumulative interest/principal
Depreciation functions

Description
Number base conversion
Convert from one unit to another
Complex number functions

Description
Perform calculations on database-style data
Other database functions

Example
Older versions of statistical functions

/Excel 2021+)

Description
Filter a range based on condition
Sort values
Return unique values
Generate a sequence
Random array
Name expressions inside formula
Create custom functions
th this categorized list for download, or even help you create flashcards for study and practice. Want that?

can copy and paste in excel

atted table for you. Each function category is presented with Category, Function, and Description columns so you can easily paste it into

el sheet starting from Cell A1.

nearest integer or multiple


gardless of sign

st multiple
to nearest integer
regardless of sign
d to power

portion of division
een 0 and 1
mber between specified values

ple conditions
sum of products

g text/numbers

ultiple conditions

le conditions

mmon value
e common values
ntile (exclusive)
tile (inclusive)
erage for ties)
ues get same rank)

s a percentage
fter n days
kdays between dates
nce from text

s to columns

quence of numbers

as formula
so you can easily paste it into Excel and use filters, sorting, or formatting.

You might also like