INDIVIDUALassignment(BNAMEL)
INDIVIDUALassignment(BNAMEL)
PROGRAMME: BNAMEL.
MODULE NAME: COMPUTER APPLICATION.
STUDENT’S NAME: ZAKARIA DANIEL MWITA.
REG NO: NIT/BNAMEL/2024/170.
MODULE CODE: SRT05101G
LECTURE’S NAME: SALOME MACHANGE.
TASK: INDIVIDUAL ASSIGNMENT.
ACADEMIC YEAR: 2024/2025.
SEMESTER: 01.
SUBMISSION DATE: 14/01/2025.
DIFFERENTIATE BETWEEN A FORMULA AND A FUNCTION
AS USED IN MICROSOFT EXCEL.
WHAT IS A FORMULA
A formula is a user-defined expression that performs calculations or operations on data in a
worksheet. It is written manually by the user and can include:
• Operators: Mathematical (+, -, *, /), logical (=, <, >), or reference (&, :).
• Cell References: Referring to values in specific cells.
• Constants: Fixed values, such as numbers or text.
• Functions: Predefined operations that can be part of the formula.
Characteristics of a Formula:
Example 1:
=A1 + B1 - C1 This
formula:
Example 2:
formula:
WHAT IS A FUNCTION
A function is a predefined and built-in operation in Excel designed to perform specific
calculations automatically. Functions save time by simplifying complex tasks and eliminating the
need to write lengthy formulas.
Characteristics of a Function:
This function calculates the average of the values in the range B1 to B5.
Example 3: IF Function
=IF(A1>50, "Pass", "Fail")
Example:
=(A1 * B1) + SUM(C1:C5)
Conclusion
• Formulas are flexible and user-defined, allowing complete customization for various
calculations.
• Functions are specialized tools within Excel that streamline repetitive or complex tasks.