Assignmen It 2
Assignmen It 2
Assignmen It 2
Select the Data Range: Click and drag to select the entire
range of data you want to include in your table.
Table Styles: Excel offers various predefined styles for tables. You
can select different styles from the "Table Styles" gallery within the
"Table Design" tab. These styles change the appearance of the table,
including font colors, cell shading, and border styles.
Total Row: Tables in Excel allow the addition of a total row at the
bottom, which provides automatic calculations (like sum, average,
count, etc.) for columns. You can activate this feature from the "Table
Design" tab and customize the calculations for each column in the
total row.
B) Filtering a Table:
Filtering enables you to view specific data within a table based on
criteria you specify. Here's how you can filter data within an Excel
table:
Filter Buttons: Each column header in a table contains a small filter
icon. Clicking on this icon opens a dropdown menu with filter options
specific to that column. You can sort, filter by specific values, apply
text filters (contains, begins with, etc.), and more.
C) Sorting a Table:
Sorting helps arrange data in a specific order based on column values.
Excel offers options for sorting data within a table:
Bar Chart: Similar to a column chart, but the bars are horizontal.
Often used for comparing categories or displaying data over
time.
Area Chart: Similar to a line chart, but the area between the line
and the x-axis is filled in. Shows the cumulative total of data
over time.
Titles and Labels: Add or edit titles for the chart, axes, and data
series. Click on the title or label you want to modify and enter
the text.
Legend: Enable, disable, or reposition the legend that explains
the chart's data series.
Change Chart Type:
Modify axis labels, scales, tick marks, and other axis formatting
options in the "Format Axis" pane that appears when you right-
click on the axis.
Advanced Customizations:
Data Series:
Click on specific data series within the chart to format them
individually (change colors, add data labels, adjust shapes, etc.).
Chart Area and Plot Area:
Adding a Worksheet:
To Add a New Worksheet:
Click on the plus (+) icon next to the existing worksheet tabs.
Or use the shortcut: Shift + F11.
Excel will create a new worksheet that you can start working on
immediately.
Renaming a Worksheet:
To Rename a Worksheet:
Right-click on the worksheet tab at the bottom.
Select "Rename" from the menu.
Enter the desired name for the worksheet and press Enter.
Hiding a Worksheet:
To Hide a Worksheet:
Right-click on the worksheet tab.
Choose "Hide" from the menu.
The worksheet will be hidden, but its data remains in the
workbook.
Unhiding a Worksheet:
To Unhide a Worksheet:
Right-click on any visible worksheet tab.
Select "Unhide" from the menu.
Choose the hidden worksheet from the list and click OK to
unhide it.
Removing a Worksheet:
To Delete a Worksheet:
Right-click on the worksheet tab.
Choose "Delete" from the menu.
Excel will prompt you to confirm the deletion. Click "Delete" to
remove the worksheet permanently.
Time Functions:
NOW:
Returns the current date and time.
Syntax: =NOW()
TIME:
Creates a time by specifying the hour, minute, and second.
Syntax: =TIME(hour, minute, second)
HOUR/MINUTE/SECOND:
Extracts the hour, minute, or second from a given time.
Syntax: =HOUR(time), =MINUTE(time), =SECOND(time)
Date & Time Arithmetic:
DATEDIF:
Calculates the difference between two dates in various units (years,
months, days).
Syntax: =DATEDIF(start_date, end_date, unit)
EOMONTH:
Returns the date of the last day of the month a specific number of
months before or after a given date.
Syntax: =EOMONTH(start_date, months)
NETWORKDAYS/NETWORKDAYS.INTL:
Counts the number of workdays between two dates, excluding
weekends and specified holidays.
Syntax: =NETWORKDAYS(start_date, end_date, [holidays])
Time Zone Functions (Excel 2016 and later):
TIMEZONE/CONVERT:
Converts a time from one time zone to another.
Syntax: =TIMEZONE(datetime, from_tz, to_tz),
=CONVERT(datetime, from_unit, to_unit)
Handling Text Formats:
TEXT:
Converts a value to text in a specified number format.
Syntax: =TEXT(value, format_text)