MS Excel
MS Excel
MS-EXCEL is a part of Microsoft Office suite software. It is an electronic spread sheet with
numerous rows and columns, used for organizing data, graphically represent data(s), and
performing different calculations. It consists of 1048576 rows and 16383 columns, a row and
column together make a cell. Each cell has an address defined by column name and row
number example A1, D2, etc. this is also known as a cell reference.
Easy To Store Data: Since there is no limit to the amount of information that can be saved in
a spreadsheet, MS Excel is widely used to save data or to analyses data. Filtering information
in Excel is easy and convenient.
Easy To Recover Data: If the information is written on a piece of paper, finding it may take
longer, however, this is not the case with excel spreadsheets. Finding and recovering data is
easy.
Application of Mathematical Formulas: Doing calculations has become easier and less
time-taking with the formulas option in MS excel
More Secure: These spreadsheets can be password secured in a laptop or personal computer
and the probability of losing them is way lesser in comparison to data written in registers or
piece of paper.
Data at One Place: Earlier, data was to be kept in different files and registers when the
paperwork was done. Now, this has become convenient as more than one worksheet can be
added in a single MS Excel file.
Neater and Clearer Visibility of Information: When the data is saved in the form of a table,
analyzing it becomes easier. Thus, information is a spreadsheet that is more readable and
understandable.
Basic Terms and Terminology for Microsoft Excel
Term Quick Explanation
Name Box Shows the cell/table selected; also used to rename cells/tables.
Array/Range A group of cells or tables denoted by a colon between the 1st and last cell.
Layout of MS-Excel
SAVING A WORKBOOK
There are 4 ways to Save a Document:-
1) By clicking on the File tab/ Office button.
2) By using Ctrl + S key combination.
3) By selecting Save button on the Quick Access Toolbar.
4) By pressing F12 key.
Microsoft Excel is the most popular spreadsheet program currently in use. Businesses
use it for everything from accounting to keeping track of attendance, in school teachers
use it for maintaining records, and home users find a variety of uses for it as well, from
tracking schedules to organizing records for tax time.
To add a new tab and worksheet, click the + button at the bottom of the screen or click
the Home tab on the ribbon menu, choose Insert and select Insert Sheet.
Deleting a Worksheet
If you want to delete a sheet from your workbook, right-click on its tab and
select Delete.
You can also click a sheet's tab to open it, click the Home tab on the ribbon menu,
choose to Delete and select Delete Sheet.
While using formulas in MS Excel we have to give the expression where we give cell
address and mathematical operators. Suppose we have to give repeated sets of formulas
on daily use, so it would be easier for us if some of them are predefined.
MS Excel Function:
The function is a predefined formula that performs calculations using specific values
in a particular order.
Excel includes many common functions that can be used to quickly find the sum,
average, count, maximum value, and minimum value for a range of cells.
In order to work correctly, a function must be written a specific way, which is called
the syntax.
The basic syntax for a function is an equals sign (=), the function name (SUM, for
example), and one or more arguments.
Arguments contain the information you want to calculate. The function in the example
below would add the values of the cell range A1:A20.
Working with arguments
Arguments can refer to both individual cells and cell ranges and must be enclosed
within parentheses. You can include one argument or multiple arguments, depending
on the syntax required for the function.
For example, the function =AVERAGE(B1:B9) would calculate the average of the
values in the cell range B1:B9. This function contains only one argument.
SUM: This function adds all the values of the cells in the
argument.
PRODUCT: This function multiplies the cell values in the
argument.
AVERAGE: This function determines the average of the values
included in the argument. It calculates the sum of the cells and then
divides that value by the number of cells in the argument.
COUNT: This function counts the number of cells with numerical
data in the argument. This function is useful for quickly counting
items in a cell range.
MAX: This function determines the highest cell value included in
the argument.
MIN: This function determines the lowest cell value included in
the argument.
These are some of the common ones. There are a variety of functions and you can
explore them.
1. Select the cell that will contain the function. In our example, we'll
select cell E8.
2. Type the equals sign (=) and enter the desired function name. In our
example, we'll type =AVERAGE.
3. Enter the cell range for the argument inside parentheses. In our
example, we'll type (E3:E7). This formula will add the values of cells
E3:E7 and then divide that value by the total number of cells in the range
to determine the average.
1. Highlight the cells that contain the data you want to use in your graph by clicking
and dragging your mouse across the cells.
2. Your cell range will now be highlighted in grey.
Choose the desired chart and you will get the chart on the excel sheet.
Components of charts:
Charts contain several elements, such as a title, axis labels, a legend, and gridlines.
Cell Referencing:
In Excel, a cell reference (example A1) is a combination of column name (i..e., A)
followed by a row number (i.e., 1).
By default settings, each cell in Excel is denoted with a column letter and a row number.
While writing formulas, the user can refer to cells/ range of cells which is the ultimate
power of cell references in MS Excel.
For example, suppose we have the following data in cell A1 = 10 and cell A2 = 5.
Let’s say you type the formula as =A1+A2. Then Excel shall calculate the sum of values
present in those cells which are 10+5 = 15.
Below is an image that displays tables. Where when you give the formula to find the total
cost and when you copy the same formula for the below cells, the cell address changes
relatively.