List of Top 10 Basic Excel Formulas & Functions
- Get link
- X
- Other Apps
Basic Excel Formulas
List of Top 10 Basic Excel Formulas & Functions
Here is the list of Top 10 Basic Formulas & Functions in Excel.
- SUM
- COUNT
- COUNTA
- COUNTBLANK
- AVERAGE
- MIN Excel
- MAX Excel
- LEN Excel
- TRIM Excel
- IF Excel
Now let us discuss each of them in detail –
#1SUM in Excel
This Basic Excel Formula is used to get the sum of the value in one or more cells or Range.
Example
=SUM(A1:A5)
Result = 41 (See Image below)
#2COUNT Excel Function
This Basic Excel Function is used to Count the numeric value in one or more cells or Range.
Example
=COUNT(A1:A5)
Result = 4 (This will exclude Cell A3 since this formula calculate only Numeric value. See Image below)
#3COUNTA in Excel
This formula is used to count the value in one or more cells (This will count the cells irrespective of Number or Text value)
Example
=COUNTA(A1:A5)
Result = 5 (This will Include Cell A3 since this formula calculate both Text and Numeric value. See Image below)
4.9 (1,353 ratings)35+ Courses | 120+ Hours | Full Lifetime Access | Certificate of Completion
#4COUNTBLANK in Excel
This Excel Basic function is used to count the blank value in the Range. (Note: Only Space in a cell will not be considered as a blank cell).
Example
=COUNTBLANK(A1:A5)
Result = 2 (This will calculate the number of blank cell in Range. See Image below)
#5AVERAGE in Excel
This basic formula in excel is used to get the average of the value in one or more cells or Range.
Example
=AVERAGE(A1:A5)
Result = 4 (See Image below)
#6MIN Formula in Excel
This excel basic function is used to get the minimum value in cells or Range.
Example
=MIN(A1:A5). Result = 2 (See Image below)
#7MAX Formula in Excel
This basic excel function is used to get the maximum value in cells or Range.
Example
=MAX(A1:A5)
Result = 9 (See Image below)
#8LEN in Excel
This basic function excel is used to calculate the number of characters in a cell or Text.
Example
=LEN(A1)
Cell A1 value is Shivam, which has 6 Character length. So Result would be 6 (See Image below)
#9TRIM in Excel
This basic excel function is used to remove unnecessary space in a cell or Text.
SYNTAX: TRIM(TEXT)
Example
=TRIM(A1)
Cell A1 has two spaces between first name, middle name, and last name. This function will remove extra space to give the result. (See Image below)
#10IF in Excel
IF function is used to perform a logical test in excel.
Example
=IF(A1>33,”P”,”F”). A value in Cell A1 is 50, and a logical test is if the value is greater than 33, then the result would be P else the result would be F.
Since the value 50 is greater than 33, the result would be P. (See Image below)
Comments
Post a Comment