Excel Formulas
Excel Formulas
examples
Ajit Yadav 👨🏫 🇮🇳 Follow
Indian Payroll Trainer | Excel VBA Trainer |…
Published Jun 15, 2023
Hello Learners! Here are the top 100 Excel formulas along with practice
examples: Just use own data values in given cells and paste formulas and give
level expertise in Excel:-
Let's Start
1. SUM formula:
Like Comment Share
Example: =SUM(A1:A5)
2. AVERAGE formula:
Example: =AVERAGE(B1:B10)
3. COUNT formula:
Example: =COUNT(C1:C8)
This formula counts the number of cells that contain numerical values in the
range C1 to C8.
4. MAX formula:
Example: =MAX(D1:D6)
5. MIN formula:
Example: =MIN(E1:E4)
6. IF formula:
Example: =IF(F1>10,
Use the LinkedIn app "Pass", "Fail")
339 · 24 Comments
Continue
Comment
This formula checks if the value in cell F1 is greater than 10. If it is, it returns
"Pass"; otherwise, it returns "Fail".
7. VLOOKUP formula:
This formula looks for the value in cell G1 in the first column of the range A1 to
B10 and returns the corresponding value from the second column.
8. CONCATENATE formula:
This formula combines the text "Hello" and "World" to create the string "Hello
World".
9. TODAY formula:
Example: =TODAY()
Example: =LEN(H1)
This formula calculates the number of characters in the text contained in cell
H1.
Example: =TRIM(I1)
Comment
This formula removes excess spaces from the text in cell I1.
Example: =LEFT(J1, 5)
This formula extracts the leftmost 5 characters from the text in cell J1.
Example: =RIGHT(K1, 3)
This formula extracts the rightmost 3 characters from the text in cell K1.
Example: =MID(L1, 3, 5)
This formula extracts 5 characters starting from the 3rd character of the text in
cell L1.
Example: =UPPER(M1)
Example: =LOWER(N1)
ThisUse
formula converts
the LinkedIn app the text in cell N1 to lowercase.
339 · 24 Comments
Continue
Comment
17. PROPER formula:
Example: =PROPER(O1)
This formula capitalizes the first letter of each word in the text in cell O1.
Example: =ROUND(P1, 2)
This formula counts the number of cells in the range Q1 to Q10 that are greater
than 50.
This formula sums the values in the range S1 to S10 where the corresponding cell
in the range R1 to R10 is "Apples".
1:U10)
Use the LinkedIn app Continue
339 · 24 Comments
This formula calculates the average of the values in the range U1 to U10 where
the corresponding cell in the range T1 to T10 is "Red".
Comment
22. IFERROR formula:
This formula divides the value in cell V1 by the value in cell W1 and returns
"Error" if an error occurs.
Example: =INDEX(X1:Y10, 3, 2)
This formula returns the value in the 3rd row and 2nd column of the range X1 to
Y10.
This formula searches for the value in cell Z1 in the range AA1 to AA10 and
returns its position.
Example: =INDIRECT("A"&AB1)
This formula creates a reference to a cell based on the value in cell AB1.
This formula sums the values in the range AE1 to AE10 where the corresponding
cells in the ranges AF1 to AF10 and AG1 to AG10 meet specific criteria.
This formula calculates the average of the values in the range AH1 to AH10
where the corresponding cells in the ranges AI1 to AI10 and AJ1 to AJ10 meet
specific criteria.
This formula combines the text in cell AK1, a space, and the text in cell AK2.
This formula converts the date in cell AL1 to a specific text format.
This formula extracts the characters from the beginning of the text in cell AN1
until the first space.
This formula extracts the characters from the first space to the end of the text in
cell AO1.
This formula extracts the characters after the first space until the end of the text
in cell AP1.
Example: =RAND()
Comment
This formula generates a random whole number between 1 and 100.
This formula calculates the sum of the visible cells in the range AQ1 to AQ10,
ignoring any hidden rows.
Example: =TRANSPOSE(AR1:AT1)
This formula transposes the values in the range AR1 to AT1, changing them from
a row to a column or vice versa.
Example: =NOW()
This formula creates a time based on the specified hour (9), minute (30), and
second (0).
Example: =WEEKDAY(AS1)
This formula returns the day of the week corresponding to the date in cell AS1.
Example: =EOMONTH(AT1, 3)
This formula returns the last day of the month, 3 months after the date in cell
AT1.
This formula calculates the number of complete years between the dates in
cells AU1 and AU10.
rate of 5%, 12 monthly payments per year, and a principal amount of $20,000.
Comment
47. FV formula:
This formula calculates the future value of an investment with an annual interest
rate of 10%, 10 periods, a regular payment of $100, and an initial principal of
$500.
48. PV formula:
This formula calculates the net present value of cash flows in cells A1 to A5, with
a discount rate of 10%, and adds the initial investment in cell A1.
Example: =IRR(A1:A5)
This formula calculates the internal rate of return for a series of cash flows in cells
A1 to A5.
52. C
UMPRINC formula:
This formula calculates the cumulative principal paid on a loan with an annual
interest rate of 5%, 12 monthly payments per year, a principal amount of
$20,000, and payments made from the first to the 36th month.
This formula calculates the monthly payment for an annuity due, where
payments are made at the beginning of each period.
This formula calculates the depreciation of an asset for the first 3 periods using
the declining balance method.
Comment
This formula looks for the value "Apples" in the first row of the range AV1 to AX10
and returns the corresponding value from the second row.
This formula combines the INDEX and MATCH functions to find the row that
contains "Oranges" in column AW and returns the value from the second column
in the range AV1 to AX10.
Example: =OFFSET(AY1, 3, 2, 2, 1)
This formula returns a range of cells starting from cell AY1, moving 3 rows down
and 2 columns to the right, with a height of 2 rows and a width of 1 column.
This formula multiplies the values in the range AZ1 to AZ5 by the values in the
range BA1 to BA5 and returns the sum of the products.
This formula calculates the rank of the value in cell BB1 compared to the values
in the range BB1 to BB10.
Use the LinkedIn app Continue
339 · 24 Comments
This formula calculates the standard deviation of the values in the range BC1 to
BC10, representing a sample.
Example: =STDEVP(BD1:BD10)
This formula calculates the standard deviation of the values in the range BD1 to
BD10, representing the entire population.
Example: =MEDIAN(BE1:BE10)
This formula calculates the median (middle value) of the values in the range
BE1 to BE10.
Example: =MODE(BF1:BF10)
This formula calculates the mode (most frequently occurring value) of the
values in the range BF1 to BF10.
Example: =QUARTILE(BG1:BG10, 3)
This formula calculates the third quartile (75th percentile) of the values in the
range BG1 to BG10.
Use the LinkedIn app Continue
339 · 24 Comments
Comment
65. PERCENTILE formula:
Example: =PERCENTILE(BH1:BH10, 90%)
Example: =VAR(BI1:BI10)
This formula calculates the variance of the values in the range BI1 to BI10,
representing a sample.
Example: =VARP(BJ1:BJ10)
This formula calculates the variance of the values in the range BJ1 to BJ10,
representing the entire population.
Example: =UPPER(BK1:BK10)
Example: =LOWER(BL1:BL10)
Comment
70. PROPER formula (applied to a range):
Example: =PROPER(BM1:BM10)
This formula capitalizes the first letter of each word in the text in cells BM1 to
BM10.
This formula replaces the text "Apple" with "Orange" in the text contained in cell
BN1.
This formula finds the position of the letter "e" in the text contained in cell BO1.
This formula searches for the letter "e" in the text contained in cell BP1 and
returns its position.
This formula replaces 2 characters starting from the 3rd position of the text in cell
BQ1Use
with
thethe text app
LinkedIn "xyz". Continue
339 · 24 Comments
Comment
75. MID formula (extracting variable number of characters within a range):
This formula extracts the characters after the first space until the end of the text
in cell BR1, applied to a range of cells.
Example: =CONCATENATE(BS1:BS10)
This formula combines the text in cells BS1 to BS10 into a single string.
This formula combines the text in cells BT1 to BT10, separated by a comma and
space.
This formula extracts the characters from the beginning of the text in cell BU1
until the first space, applied to a range of cells.
This formula extracts the characters from the first space to the end of the text in
cell Use
BV1,theapplied to a range of cells.
LinkedIn app Continue
339 · 24 Comments
Comment
80. SUMPRODUCT formula (multiple ranges):
This formula multiplies the values in the ranges BW1 to BW5, BX1 to BX5, and BY1
to BY5, and returns the sum of the products.
CA1:CA10="Red")*(CB1:CB10="Large"), 0))
This formula combines the INDEX and MATCH functions to find the first
occurrence where the corresponding cells in ranges CA1 to CA10 and CB1 to
CB10 meet specific criteria, and returns the value from the range BZ1 to BZ10.
This formula counts the number of cells in the range CC1 to CC10 that start with
the text "App".
This formula sums the values in the range CE1 to CE10 where the corresponding
cells in the range CD1 to CD10 start with the text "Fruit".
This formula finds the maximum value in the range CI1 to CI10, considering only
the values where the corresponding cells in the range CH1 to CH10 are "Apples".
It is an array formula, so remember to press Ctrl+Shift+Enter when entering it.
This formula finds the minimum value in the range CK1 to CK10, considering only
the values where the corresponding cells in the range CJ1 to CJ10 are
"Oranges". It is an array formula, so remember to press Ctrl+Shift+Enter when
entering it.
This formula sums the values in the range CL1 to CL10 where the corresponding
cells in the range CM1 to CM10 start with the text "Fruit" and the corresponding
cells in the range CN1 to CN10 are greater than 50.
Example: =COUNTBLANK(CR1:CR10)
This formula counts the number of blank cells in the range CR1 to CR10.
Example: =CONCAT(CS1:CT10)
This formula combines the text in cells CS1 to CT10 into a single string.
This formula calculates the sum of the visible cells in the range CU1 to CU10,
excluding any hidden rows, and updates automatically when the filtering of data
changes.
Example: =XNPV(0
This formula calculates the net present value of cash flows in the range CW1 to
CW5 with specific dates in the range CV1 to CV5 and a discount rate of 10%.
Use the LinkedIn app Continue
339 · 24 Comments
This formula calculates the internal rate of return for a series of cash flows in the
range CW1 to CW5 with specific dates in the range CV1 to CV5.
This formula raises the number in cell CX1 to the power of the number in cell
CY1.
Example: =SQRT(CZ1)
This formula calculates the square root of the number in cell CZ1.
Example: =LOG(DA1)
This formula calculates the natural logarithm of the number in cell DA1.
Example: =ROUND(DB1, 2)
Example: =MOD(DD1, 7)
This formula returns the remainder when the number in cell DD1 is divided by 7.
Add a comment...
Md Mohiuddin Ahmed 2w
Freelance Data Analyst | MIS & Logistics | Excel & Googlesheet Expert
Like · Reply
Rashmi GV 3mo
Student at Sindhi College of Commerce, No.33/2 B, Kempaprua Hebbal, Bangalore -64
Thank you 😊
Like · Reply
Md. Maruf Sikder ACCA (UK), MBA(DU), BBA(DU), ITP (NBR) 6mo
Chief Financial Officer; ACCA (UK), MBA, BBA, ITP (NBR)
Like · Reply
Comment
See more comments
How do you interpret the control limits and the center line of a control chart in Excel?
Trend Analysis
How do you keep your trend analysis skills in Excel updated and relevant?
Office Administration
How can you use VLOOKUP to streamline your work in Microsoft Excel?
Quantitative Analytics
How do you perform residual analysis and check for normality and homoscedasticity in
Excel?
Computer Literacy
Office Administration
Usedo
How the LinkedIn
shareapp Continue
339 ·you or import macros in Excel with other users or files?
24 Comments
Comment
Show more
Show more
Explore topics
Sales
Marketing
IT Services
Business Administration
Comment
Engineering
Soft Skills
See All
Comment