UNIT - 02 Payroll Accounting
UNIT - 02 Payroll Accounting
MS EXCEL
➢ Introduction to MS EXCEL
➢ Definition, Uses
➢ Interface:
o Workbook, Worksheets, Cells, Columns, Rows.
o Formula Bar, Ribbon, Menu Tabs.
➢ Working with Workbooks & Sheets
o Creating a New Workbook & Sheets
o Opening, Saving & Closing a Workbook
o Naming and Renaming Sheets
o Moving, Copying, Deleting Sheets
➢ Formatting in
o Text Formatting: Font Size & Style, Font Color, Bold, Italic, Underline.
o Cell Formatting: Wrap Text, Merge & Center
o Number Formatting: Currency Format (₹, $, €,), Accounting Format other formats
➢ Data Modification & Visualization
o Modifying Columns, Rows & Cells:
• Adjusting width and height. ○ Inserting & deleting rows/columns.
o Sorting & Filtering Data:
• Sorting: Arrange data in ascending/descending order.
• Filtering
o Creating Basic Charts (Bar, Pie, Line)
➢ Basic functions: Sum, Sumif, Count, Countif, If, Percentage, Max, Min, Average
Payroll Accounting
➢ Concept of payroll accounting
➢ Application of spreadsheet for computing gross & net salaries
Microsoft Excel is a spreadsheet application developed by Microsoft, widely used for data entry,
calculations, analysis, and visualization.
MS Excel is a powerful tool that allows users to organize, analyze, and manipulate data using
spreadsheets consisting of rows and columns.
Uses of MS Excel
➢ Business Analysis – is widely used for analyzing data related to sales, website traffic, expenses, and
more. Businesses use this data to make informed decisions and improve performance.
➢ People Management – Helps organize employee, customer, or client information. can store personal
details, track attendance, record transactions, and manage contact history efficiently.
➢ Operations Management – Small businesses use for managing daily operations, including inventory
tracking, logistics, and supply chain management, as it is simple and user-friendly.
➢ Performance Reporting – helps monitor business performance by creating reports and dashboards
using formulas, charts, and pivot tables for better insights.
➢ Office Administration – Used for maintaining records, invoicing, paying bills, tracking office
expenses, and managing supplier and client data, making day-to-day administration easier.
➢ Strategic Analysis – Businesses rely on for financial planning, investment tracking, and data-driven
decision-making for long-term growth strategies.
➢ Project Management – Although specialized project management software exists, is commonly used
for planning, scheduling tasks, setting deadlines, and tracking progress.
➢ Programme Management – is flexible for managing different programmes, allowing multiple team
members to update and track programme data easily.
➢ Contract Administration – Businesses use to store contract details, track deadlines, and maintain
templates for different contract stages.
➢ Account Management – Helps account managers maintain customer records, track client interactions,
and manage follow-ups to ensure better customer relationships and repeat sales.
2. Components of an Worksheet
Component Description
Cells The basic unit in where you enter data. Identified by column and row (e.g., A1, B2).
Cell Address The location of a cell (e.g., A1 refers to Column A, Row 1).
3. Important Interface Elements
Formula Bar – Displays and allows editing of cell contents, including formulas (e.g., =SUM(A1:A5)).
Ribbon – The top menu containing multiple tabs with grouped commands.
1. Open .
A worksheet is a single spreadsheet within a workbook. You can add multiple sheets to organize different
types of data.
1. Click the "+" (New Sheet button) at the bottom-left next to existing sheet tabs.
2. Alternatively, right-click on any existing sheet tab and select "Insert" → "Worksheet".
3. A new sheet will be added with a default name (e.g., Sheet2, Sheet3, etc.).
A. Opening a Workbook
B. Saving a Workbook
1. Click "File" → "Save As" (for a new file) or "Save" (for existing files).
3. Enter a File Name and select the format (e.g., .xlsx for , .csv for comma-separated values).
4. Click "Save".
C. Closing a Workbook
To close an file:
2. If changes are not saved, a prompt will appear to save, discard, or cancel.
By default, names sheets Sheet1, Sheet2, Sheet3, etc., but renaming helps organize data better.
A. Moving a Sheet
B. Copying a Sheet
3. Check "Create a Copy", select the destination location, and click OK.
C. Deleting a Sheet
2. Select "Delete".
1. Text Formatting
A. Changing Font Size & Style: You can modify the font to improve clarity and emphasis.
Steps:
o Font Style → Click the drop-down list to select a font (e.g., Arial, Times New Roman).
o Font Size → Select the desired size (e.g., 12, 14, 16).
Shortcut:
Steps:
2. Cell Formatting
A. Wrap Text : Prevents text from overflowing into adjacent cells by wrapping it within the same cell.
Steps:
Steps:
Steps:
B. Accounting Format
Steps:
3. Choose Accounting.
A. Adjusting Column Width & Row Height : To fit data properly, you may need to adjust the size of rows
and columns.
Shortcut: Double-click the column border to auto-fit the width based on the longest data entry.
2. Select "Insert" → A new row/column will be added above (row) or to the left (column).
Shortcut:
Deleting a Row/Column:
4. Click OK.
Shortcut:
B. Filtering Data : Filtering allows you to display only the relevant data while hiding the rest.
3. Creating Basic Charts (Bar, Pie, Line) : Charts help in visualizing data effectively. provides various
chart types like Bar, Pie, and Line charts for different analytical needs.
A. Creating a Chart
4. Click the selected chart type, and will generate the chart.
B. Customizing Charts
BASIC FUNCTIONS
Here’s the information presented in a tabular format:
Function Purpose Syntax Example Output
SUM Adds a range of =SUM(range) =SUM(A2:A6) Sum of A2 to
numbers. A6
SUMIF Adds numbers =SUMIF(range, criteria, =SUMIF(A2:A6, Sum of values
based on a [sum_range]) ">30") greater than 30
condition.
COUNT Counts numeric =COUNT(range) =COUNT(A2:A6) Number of
values in a numeric cells
range.
COUNTIF Counts cells =COUNTIF(range, =COUNTIF(A2:A6, Number of
that meet a criteria) ">20") values greater
condition. than 20
IF Logical test =IF(condition, =IF(A2>50, "Pass", Checks if A2
returning value_if_true, "Fail") is greater than
different value_if_false) 50
results.
PERCENTAGE Calculates the =(part/total)*100 =(A2/A3)*100 Percentage of
percentage of a A2 over A3
number.
MAX Returns the =MAX(range) =MAX(A2:A6) Highest value
highest value in in A2 to A6
a range.
MIN Returns the =MIN(range) =MIN(A2:A6) Lowest value
lowest value in in A2 to A6
a range.
AVERAGE Calculates the =AVERAGE(range) =AVERAGE(A2:A6) Average value
mean of a in A2 to A6
range.
Basic Shortcuts
Ctrl + N Create a new workbook
Ctrl + O Open an existing workbook
Ctrl + S Save the current workbook
F12 Save As
Ctrl + P Print workbook
Ctrl + W Close workbook
Ctrl + F4 Close window
Alt + F4 Exit
Formatting
Ctrl + B Bold text
Ctrl + I Italicize text
Ctrl + U Underline text
Alt + H + H Fill color
Ctrl + Shift + & Apply borders
Ctrl + Shift + $ Apply currency format
Ctrl + Shift + % Apply percentage format
Ctrl + Shift + # Apply date format
Miscellaneous
Ctrl + Z Undo
Ctrl + Y Redo
Ctrl + C Copy
Ctrl + X Cut
Ctrl + V Paste
Ctrl + F Find
Ctrl + H Replace
Ctrl + Shift + U Expand/Collapse formula bar
EXERCISE
Table 1: Student Marks
Student Subject Marks Obtained Total Marks
A Math 80 100
B Science 75 100
C English 85 100
D Math 90 100
E Science 60 100
Questions:
1. Find the total marks obtained by all students. =SUM(C2:C6)
2. Find the average marks obtained. =AVERAGE(C2:C6)
3. Find the highest and lowest marks.
Highest Marks: =MAX(C2:C6), Lowest Marks: =MIN(C2:C6)
4. Calculate the percentage for each student without using formulas. =(C2/D2)*100
5. If a student scores above 80, mark as "Pass" else "Fail”. =IF((C2/D2)*100>80, "Pass", "Fail")