Basic Excel Formulas
Basic Excel Formulas
analysis:
1. **SUM**:
- **Formula**: `=SUM(A1:A5)`
- **Description**: Adds all the values in the specified range (A1 to A5).
2. **AVERAGE**:
- **Formula**: `=AVERAGE(B1:B10)`
- **Description**: Calculates the average of the values in the specified range (B1 to B10).
3. **COUNT**:
- **Formula**: `=COUNT(C1:C8)`
- **Description**: Counts the number of cells that contain numerical values in the specified
range (C1 to C8).
4. **MAX**:
- **Formula**: `=MAX(D1:D6)`
- **Description**: Returns the maximum value from the specified range (D1 to D6).
5. **MIN**:
- **Formula**: `=MIN(E1:E4)`
- **Description**: Returns the minimum value from the specified range (E1 to E4).
6. **IF**:
- **Formula**: `=IF(F1>10, "Pass", "Fail")`
- **Description**: Checks if the value in cell F1 is greater than 10; returns "Pass" if true,
otherwise "Fail".
7. **VLOOKUP**:
- **Formula**: `=VLOOKUP(G1, A1:B10, 2, FALSE)`
- **Description**: 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.
9. **TODAY**:
- **Formula**: `=TODAY()`
- **Description**: Returns the current date.
10. **NOW**:
- **Formula**: `=NOW()`
- **Description**: Returns the current date and time.
11. **COUNTIF**:
- **Formula**: `=COUNTIF(Q1:Q10, ">50")`
- **Description**: Counts the number of cells in a range that meet a specific condition (greater
than 50).
12. **SUMIF**:
- **Formula**: `=SUMIF(R1:R10, "Apples", S1:S10)`
- **Description**: Sums values in S1:S10 where corresponding cells in R1:R10 are "Apples".
13. **IFERROR**:
- **Formula**: `=IFERROR(V1/W1, "Error")`
- **Description**: Divides V1 by W1 and returns "Error" if an error occurs.
### Conclusion
These formulas are fundamental tools for performing calculations and data analysis in Excel.
Mastering these can significantly enhance productivity and efficiency when working with data.
Regular practice with these formulas will help you become proficient in using Excel for various
applications across different fields.
Citations:
[1]
https://www.linkedin.com/pulse/top-100-excel-formulas-along-practice-examples-kumar-ajit-%E0
%A4%85jit-
[2]
https://support.microsoft.com/en-us/office/create-a-simple-formula-in-excel-11a5f0e5-38a3-4115
-85bc-f4a465f64a8a
[3] https://www.datacamp.com/tutorial/basic-excel-formulas-for-everyone
[4] https://www.ablebits.com/office-addins-blog/excel-formulas-examples/
[5] https://www.simplilearn.com/tutorials/excel-tutorial/excel-formulas
[6] https://corporatefinanceinstitute.com/resources/excel/basic-excel-formulas-beginners/
[7]
https://support.microsoft.com/en-us/office/examples-of-commonly-used-formulas-b45a3946-819
e-455e-ac20-770ea6aa05da?ui=en-us&rs=en-us&ad=us
[8] https://clickup.com/blog/excel-formulas/