About Openoffice.org Calc (AOC)


AOC:   SOLD       




OpenOffice.org Calc can be accessed from the Start menu under Applications | Office | Spreadsheet or through File | New | Spreadsheet. A spreadsheet consists of multiple sheets, with three default sheets named Sheet1, Sheet2, and Sheet3. Users can add, delete, or modify these sheets. Each sheet contains rows and columns, forming individual cells that process various types of input, including text, numbers, currency, and time.

Understanding Calc Functions

A. Functions in OpenOffice.org Calc

Functions are predefined formulas for arithmetic operations, all beginning with an equals sign (=). Calc supports various functions, including mathematical, logical, statistical, text, database, financial, and date/time functions.

  1. Statistical Functions

    • AVERAGE(range): Finds the average value.
    • COUNT(range): Counts numeric entries.
    • MAX(range): Finds the highest value.
    • MEDIAN(range): Finds the middle value.
    • MIN(range): Finds the lowest value.
    • STDEV(range): Calculates the standard deviation.
    • MODE(range): Finds the most frequent value.
  2. Logical Functions

    • AND(condition1, condition2, ...): Returns TRUE if all conditions are true, otherwise FALSE.
    • OR(condition1, condition2, ...): Returns TRUE if at least one condition is true.
    • NOT(condition): Returns the opposite boolean value.
    • IF(condition, result_if_true, result_if_false): Executes different results based on the condition.

Creating Graphs in Calc

To create a column graph, highlight the data, then go to Insert | Chart. Choose the chart type and adjust settings such as 3D appearance, data range, and axis labels. Once created, the chart can be edited by double-clicking on it.


Microsoft Excel Basics

Microsoft Excel XP is part of Microsoft Office 2007 and is used for data processing and chart creation. It can be launched from the Start menu under Programs | Microsoft Excel 2007.

A. Excel Interface

The Excel workspace is called a workbook, consisting of sheets with rows (up to 65,536) and columns (A to IV). The intersection of a row and column is a cell, identified by its coordinates (e.g., A10).

B. Operators in Excel

Excel supports arithmetic operations similar to mathematics, with operators for addition (+), subtraction (-), multiplication (*), and division (/). Excel distinguishes between string (text) and numeric data.

C. Formulas and Functions in Excel

Users can create formulas manually or use built-in functions. For example, multiplying values in B3 and C3:
=B3 * C3
To sum values from D3 to D8:
=SUM(D3:D8)

D. Text Functions

  • LEFT(text, n): Extracts n characters from the left.
  • RIGHT(text, n): Extracts n characters from the right.
  • MID(text, m, n): Extracts n characters starting from position m.
  • VALUE(string): Converts text numbers into numeric values.

E. Logical Functions in Excel

Logical functions help determine conditions in data.

  1. Simple Logic (IF function)
    • Example: =IF(A1="A", "Male", "Female")
  2. Nested Logic (IF function with multiple conditions)
    • Example: =IF(A1="M", "Motor", IF(A1="S", "Bike", "Rickshaw"))
  3. OR and AND Logic
    • OR Example: =IF(OR(A1="L", B1="M"), 2500, 0)
    • AND Example: =IF(AND(A1="L", B1="M"), 2500, 0)

Excel Implementation for Employee Salaries

Excel can automate payroll calculations. For example:

  1. Employee marital status is determined by the third character in a code:
    • =IF(MID(A6,3,1)="1", "Married", "Single")
  2. Gender is determined by the third character from the right:
    • =IF(RIGHT(A6,1)="L", "Male", "Female")

By using formulas and logical functions, Excel simplifies complex data processing tasks.


Post a Comment

Previous Next

نموذج الاتصال