Excel Information
Excel Information
Topics:
Identifying the Elements in a workbook
Arithmetic Calculations
A Excel spreadsheet can be understood as a collection of columns and rows that form a table.
Alphabetical letters are usually assigned to columns, and numbers are usually assigned to rows.
The point where a column and a row meet is called a cell. The address of a cell is given by the
letter representing the column and the number representing a row.
Alternatively, you can also open it from the start menu if it has been added there. You can also
open it from the desktop shortcut if you have created one.
Ribbon start button - it is used to access commands i.e. creating new documents, saving
existing work, printing, accessing the options for customizing Excel, etc.
Ribbon tabs – the tabs are used to group similar commands together. The home tab is used for
basic commands such as formatting the data to make it more presentable, sorting and finding
specific data within the spreadsheet.
Ribbon bar – the bars are used to group similar commands together. As an example, the
Alignment ribbon bar is used to group all the commands that are used to align data together.
Customization of ribbon
The above image shows the default ribbon in Excel 2013. Let's start with customization the
ribbon, suppose you do not wish to see some of the tabs on the ribbon, or you would like to add
some tabs that are missing such as the developer tab. You can use the options window to achieve
this.
On your right-hand side, remove the check marks from the tabs that you do not wish to
see on the ribbon. For this example, we have removed Page Layout, Review, and View
tab.
Click on the "OK" button when you are done.
1. Save workbooks with backward compatibility in mind. If you are not using the latest
features in higher versions of Excel, you should save your files in 2003 *.xls format for
backwards compatibility
2. Use description names for columns and worksheets in a workbook
3. Avoid working with complex formulas with many variables. Try to break them down
into small managed results that you can use to build on
4. Use built-in functions whenever you can instead of writing your own formulas
Arithmetic operators
To perform basic mathematical operations, such as addition, subtraction, multiplication,
or division; combine numbers; and produce numeric results, use the following arithmetic
operators.
Comparison operators
You can compare two values with the following operators. When two values are
compared by using these operators, the result is a logical value—either TRUE or FALSE.
Use the ampersand (&) to concatenate (join) one or more text strings to produce a single
piece of text.
Reference operators
Open Excel. You will get a window similar to the one shown below. The outlook of Excel will
depend on your version.
Enter the data in your worksheet as shown in the image above.
We will now perform the calculations using the respective arithmetic operators. When
performing calculations in Excel, you should always start with the equal (=) sign.
Let's start with the one for addition. Write the following formula in E2 Excel (Result
column)
=C2+D2
HERE,
"=" tells Excel to evaluate whatever follows after the equal sign
"C2" is the cell address of the first number given by C representing the column letter and
2 representing the row number
"D2" is the cell address of the second number given by D representing the column letter
and 2 representing the row number
Press enter key on the keyboard when done. You should get 16 as the result.
We all love beautiful things don't we? Formatting in Excel helps us achieve exactly that. We can
make our spreadsheets more presentable. We will use the data in the arithmetic operations table.
We will make the column names;
Bold
Align serial numbers to the left
Enclose the data in boxes.
Highlight the cells that have the column names by dragging them.
Click on the bold button represented by B command.
Your workbook should now appear as follows
Align data to the left
Setting the print area and printing (Print View) & Page Layout
The print area is the part of the worksheet that you would like to print out on paper. The quick
and easy way of doing it is by using the following shortcut commands
Ctrl + P