excel
excel
Analytics
Visualize data
Data can visualize in form of charts and graphs ,different tools are present
for preparing charts.
Data Presentation
Using spreadsheets and their graphic abilities, you can easily display and
explain large, complex amounts of data in an easy-to-digest visual format.
Project management
Introduction to MS-Excel
Microsoft Excel is a spreadsheet program used to record and analyze
numerical and statistical data. Microsoft Excel provides multiple features to
perform various operations like calculations, pivot tables, graph tools, macro
programming, etc. It is compatible with multiple OS like Windows, macOS,
Android and iOS.
Start typing the data using your keyboard. The data is automatically entered
in the selected cell.
Cell Range
To select the range B2:C4, click on cell B2 and drag it to cell C4.
Cell Formatting
MS Excel Cell can hold different types of data like Numbers, Currency, Dates, etc.
You can set the cell type in various ways as shown below −
1. Horizontal Alignment − You can set horizontal alignment to Left, Centre, Right,
etc.
Left − Aligns the cell contents to the left side of the cell.
Center − Centers the cell contents in the cell.
Right − Aligns the cell contents to the right side of the cell.
Fill − Repeats the contents of the cell until the cell’s width is filled.
Justify − Justifies the text to the left and right of the cell. This option is
applicable only if the cell is formatted as wrapped text and uses more than
one line.
2. Vertical Alignment − You can set Vertical alignment to top, Middle, bottom, etc.
Top Aligns the cell contents to the top of the cell.
Center Centers the cell contents vertically in the cell.
Bottom Aligns the cell contents to the bottom of the cell.
Justify Justifies the text vertically in the cell; this option is applicable only if
the cell is formatted as wrapped text and uses more than one line.
Merge Cells
MS Excel enables you to merge two or more cells. When you merge cells, you don’t
combine the contents of the cells. Rather, you combine a group of cells into a single
cell that occupies the same space.
You can merge cells by various ways as mentioned below.
Choose Merge & Center control on the Ribbon, which is simpler. To merge
cells, select the cells that you want to merge and then click the Merge &
Center button.
Conditional Formatting
MS Excel 2010 Conditional Formatting feature enables you to format a range of
values so that the values outside certain limits, are automatically formatted.
Choose Home Tab » Style group » Conditional Formatting dropdown.
Formulas in MS Excel
Formulas are the Bread and butter of worksheet. Without formula, worksheet will be
just simple tabular representation of data. A formula consists of special code, which
is entered into a cell. It performs some calculations and returns a result, which is
displayed in the cell.
Formulas use a variety of operators and worksheet functions to work with values
and text. The values and text used in formulas can be located in other cells, which
makes changing data easy and gives worksheets their dynamic nature. For
example, you can quickly change the data in a worksheet and formulas works.
In excel we can type any mathematical formula in the cell to begun a formula
we use “=“ sign the type the formula. A formula takes cell address. Like
=A3/B2
Elements of Formulas
A formula can consist of any of these elements −
Mathematical operators, such as +(for addition) and *(for multiplication)
Example −
o =A1+A2 Adds the values in cells A1 and A2.
Creating Formula
For creating a formula you need to type in the Formula Bar. Formula begins with '='
sign. When building formulas manually, you can either type in the cell addresses or
you can point to them in the worksheet. Using the Pointing method to supply the
cell addresses for formulas is often easier and more powerful method of formula
building. When you are using built-in functions, you click the cell or drag through the
cell range that you want to use when defining the function’s arguments in the
Function Arguments dialog box.
Cell Referencing
EXCEL FUNCTIONS
Function in excel is a predefined formula that is used for specific values
in a particular order. Function is used for quick tasks like finding the
sum, count, average etc.
There are mainly three type of functions are present in excel :-
Mathematical and statistical function
String function
Date and time function
The Excel Database functions work with an Excel Database. This typically takes the
form of a large table of Data, where each row in the table stores an individual
record. Each column in the Worksheet table stores a different field for each record.
The Database functions perform basic operations, such as Sum, Average, Count,
etc., and additionally use criteria arguments, that allow you to perform the
calculation only for a specified subset of the records in your Database. Other
records in the Database are ignored.
Database Functions
The following table lists all the Database functions −
1 DAVERAGE
Averages the values in a column of a list or database that match
conditions you specify.
DCOUNT
2 Counts the cells that contain numbers in a column of a list or database
that match conditions you specify.
DCOUNTA
3 Counts the nonblank cells in a column of a list or database that match
conditions you specify.
DMAX
5 Returns the largest number in a column of a list or database that matches
conditions you specify.
DMIN
6 Returns the smallest number in a column of a list or database that
matches conditions you specify.
DSUM
10 Adds the numbers in a column of a list or database that match conditions
you specify.
VISUALISATION OF DATA
The main tools of data visualisation is CHART , we can build various chart
according to data.
2) Column Chart
3) Pie Chart
4) Line Chart