Lab Report Exel
Lab Report Exel
1. Open Excel:
o Launch Microsoft Excel from your Start menu or desktop shortcut.
2. Create a New Workbook:
o Click on File in the top left corner.
o Select New.
o Choose Blank Workbook or any template you prefer.
3. AutoFill Options:
o After dragging, you can click on the small AutoFill Options icon that appears to select
different fill options (e.g., fill series, fill without formatting).
1. Sum:
o Click on the cell where you want the total sum to appear.
o Type =SUM( and then select the range of cells you want to sum up. For example,
=SUM(B2:B10).
o Press Enter.
2. Average:
o Click on the cell where you want the average to appear.
o Type =AVERAGE( and then select the range of cells. For example, =AVERAGE(C2:C10).
o Press Enter.
3. Max:
o Click on the cell where you want the maximum value to appear.
o Type =MAX( and then select the range of cells. For example, =MAX(D2:D10).
o Press Enter.
4. Min:
o Click on the cell where you want the minimum value to appear.
o Type =MIN( and then select the range of cells. For example, =MIN(E2:E10).
o Press Enter.
5. Count:
o Click on the cell where you want the count to appear.
o Type =COUNT( and then select the range of cells with numeric data. For example,
=COUNT(F2:F10).
o Press Enter.
excel
Copy code
=C2+D2+E2
o This formula adds the Basic Salary, TA, and DA for the employee.
1. Format Currency:
o Select the Basic Salary, TA, DA, and Net Pay columns.
o Right-click and choose "Format Cells" (Excel) or "Format" > "Number" > "Currency"
(Google Sheets) to display these as currency.
2. Format Dates:
o Select the Date of Joining column (G).
o Right-click and choose "Format Cells" and select "Date" format to ensure the dates are
displayed correctly.
2. Add Filter:
o In Excel: Go to the "Data" tab in the toolbar and click on "Filter." Little drop-down
arrows will appear next to each header.
o In Google Sheets: Click on "Data" in the top menu, then select "Create a filter." The
same drop-down arrows will appear.
2. Sort Options:
o Sort A to Z: This will sort the data in ascending order (e.g., from lowest to highest for
numbers, or earliest to latest for dates).
o Sort Z to A: This will sort the data in descending order (highest to lowest or latest to
earliest).
.
OUTPUT:
LAB 3:Working with data
Working with data:Data validation,Pivot table,Pivot chart .
1. Data Validation
Purpose: Ensure that the data entered into a cell meets specific criteria.
Steps:
1. Select the Cell(s): Click on the cell or range of cells where you want to apply data
validation.
2. Open Data Validation:
o Go to the Data tab on the ribbon.
o Click on Data Validation in the Data Tools group.
Steps:
Steps:
OUTPUT:
LAB 4: Data Analysis Process
1. Conditional Formatting
Purpose: Highlight data based on certain conditions to identify trends and patterns.
Steps:
3. Choose a Rule:
o Select from options like Highlight Cells Rules (greater than, less than, etc.) or
Top/Bottom Rules.
o For example, choose Highlight Cells Rules > Greater Than.
2. What-If Analysis
Scenario Manager
3. View Scenarios:
o Select a scenario from the list and click Show to view the results in your spreadsheet.
3. Data Table
3. Creating Charts/Graphs
Steps:
2. Insert Chart:
o Go to the Insert tab.
o Choose the type of chart you want (e.g., Column, Line, Pie).
OUTPUT:
LAB 5: Cleaning data with TEXT function
Dealing data with text function.Use of UPPER,LOWER,TRIM,PROPER,CONCATENATE
functions
1. UPPER
2. LOWER
3. TRIM
Function: Removes extra spaces from text, leaving only single spaces between words.
Syntax: =TRIM(text)
Example:
4. PROPER
5. CONCATENATE
Function: Joins two or more text strings into one string. (Note: In newer versions of Excel, you
can also use CONCAT or TEXTJOIN for more flexibility.)
Syntax: =CONCATENATE(text1, text2, ...) or =CONCAT(text1, text2, ...)
Example:
OUTPUT:
LAB 6: Cleaning data containing DATE and TIME VALUES
Cleaning Date Values
Step 1: Open Your Excel File
Find the column that contains the date values you want to clean.
excel
Copy code
=DATEVALUE(A1)
excel
Copy code
=TIMEVALUE(A1)
OUTPUT:
DATEVALUE:
TIMEVALUE: