Top 100 Excel Formulas Along With Practice Examples
Top 100 Excel Formulas Along With Practice Examples
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:
Example: =SUM(A1:A5)
206 · 19 Comments
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:
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:
206 · 19 Comments
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)
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.
206 · 19 Comments
13. RIGHT formula:
Comment
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)
Example: =PROPER(O1)
This formula capitalizes the first letter of each word in the text in cell O1.
Example: =ROUND(P1, 2)
206 · 19 Comments
19. COUNTIF formula:
Comment
Example: =COUNTIF(Q1:Q10, ">50")
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)
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".
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.
206 · 19 Comments
24. MATCH formula:
Example: =INDIRECT("A"&AB1)
This formula creates a reference to a cell based on the value in cell AB1.
This formula counts the number of cells that meet multiple criteria in the ranges AC1
to AC10 and AD1 to AD10.
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.
Comment
30. TEXT formula:
This formula converts the date in cell AL1 to a specific text format.
This formula calculates the number of working days between the dates in cells AM1
and AM10, excluding weekends.
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.
206 · 19 Comments
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.
40. NOW
206 formula:
· 19 Comments
This formula creates a date based on the specified year (2023), month (12), and day
(31).
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.
206 · 19 Comments
Comment
46. PMT formula:
This formula calculates the monthly payment for a loan with an annual interest rate
of 5%, 12 monthly payments per year, and a principal amount of $20,000.
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 present value of an investment with an annual discount
rate of 8%, 5 periods, a regular payment of $100, a future value of $0, and payments
made at the end of each period.
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.
206 · 19 Comments
Comment
51. CUMIPMT formula:
This formula calculates the cumulative interest 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.
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.
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.
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.
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)
Example: =PROPER(BM1:BM10)
This formula capitalizes the first letter of each word in the text in cells BM1 to BM10.
206 · 19 Comments
Comment
71. SUBSTITUTE formula:
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
BQ1 with the text "xyz".
This formula extracts the characters after the first space until the end of the text in
cell BR1, applied to a range of cells.
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
BV1, applied to a range of cells.
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))
Comment
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 calculates the average of the values in the range CG1 to CG10 where
the corresponding cells in the range CF1 to CF10 start with the text "Red".
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.
86. MIN
206formula (with criteria):
· 19 Comments
Example: =MIN(IF(CJ1:CJ10="Oranges",Comment
CK1:CK10))
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.
This formula calculates the average of the values in the range CO1 to CO10 where
the corresponding cells in the range CP1 to CP10 start with the text "Red" and the
corresponding cells in the range CQ1 to CQ10 are greater than 0.
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.
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%.
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.
206 · 19 Comments
96. LOG formula:
Example: =ROUND(DB1, 2)
Example: =INT(DC1)
This formula rounds down the number in cell DC1 to the nearest integer.
Example: =MOD(DD1, 7)
This formula returns the remainder when the number in cell DD1 is divided by 7.
Add a comment...
Prince Sebastian 3h
Senior Accounts Executive | Finalization of Books of Accounts | UAE Vat Filing | Financial Modeling | Budgeting |Rep…
Like · Reply
Yeshwant kumar 2d
Student at msu university
Like · Reply
Harsh Rathi 2w
Student
Like · Reply
206 · 19 Comments
ABHISHEK KASHYAP 2w
-- Comment
बहुत बहुत धन्यवाद सर 🙏
Like · Reply
Like · Reply
Learn Payroll With AI: Cricket is Dying! Cricketers' 🌟 Maturity Levels Today
Transforming HR Payroll… Paychecks Soar. Are You on the Path of…
Nov 4, 2023 Sep 18, 2023 Aug 14, 2023
See all
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?
How do you interpret the control limits and the center line of a control chart in Excel?
Computer Literacy
Quantitative Analytics
206 · 19 Comments
How do you perform residual analysis and check for normality and homoscedasticity in
Excel? Comment
Office Administration
How can you effectively analyze and visualize data with Microsoft Excel?
Show more
Chandoo is coming to London to teach you the latest on Excel & Power BI.
Tea Kuseva · 4y
🚀
🚀
Elevate Your Excel Game: Unleashing the Power of Lesser-Known Shortcuts!
Show more
Explore topics
Sales
Marketing
Business Administration
HR Management
206 · 19 Comments
Content Management
Comment
Engineering
Soft Skills
See All
206 · 19 Comments
Comment