Excel Notes 2nd Best
Excel Notes 2nd Best
The best part about Excel is, it can apply to many business tasks, including
statistics, finance, data management, forecasting, analysis, inventory,
billing, and business intelligence.
Number Crunching
Charts and Graphs
Store and Import Data
Manipulating Text
Templates/Dashboards
Automation of Tasks
And Much More...
Three most important components of Excel is which you need to understand
first:
1. Formulas
In Excel, a formula is an expression that operates on values in a range of cells
or a cell. For example, =A1+A2+A3, which finds the sum of the range of values
from cell A1 to cell A3.
2. Functions
Functions are predefined formulas in Excel. They eliminate laborious manual
entry of formulas while giving them human-friendly names. For example:
=SUM(A1:A3). The function sums all the values from A1 to A3.
Excel notes for VSR GDC Movva
Excel is quite intelligent in that when you start typing the name of the
function, a pop-up function hint will show. It’s from this list you’ll select your
preference. However, don’t press the Enter key. Instead, press the Tab key so
that you can continue to insert other options. Otherwise, you may find
yourself with an invalid name error, often as ‘#NAME?’. To fix it, just re-select
the cell, and go to the formula bar to complete your function.
Excel notes for VSR GDC Movva
1. SUM
The SUM function is the first must-know formula in Excel. It usually aggregates
values from a selection of columns or rows from your selected range.
=SUM(number1, [number2], …)
Example:
=SUM(A2:A8)/20 – Shows you can also turn your function into a formula.
Excel notes for VSR GDC Movva
2. AVERAGE
The AVERAGE function should remind you of simple averages of data such as
the average number of shareholders in a given shareholding pool.
=AVERAGE(number1, [number2], …)
Example:
3. COUNT
The COUNT function counts all cells in a given range that contain only
numeric values.
=COUNT(value1, [value2], …)
Excel notes for VSR GDC Movva
Example:
COUNT(A:A) – Counts all values that are numerical in A column. However, you
must adjust the range inside the formula to count rows.
4. COUNTA
Like the COUNT function, COUNTA counts all cells in a given rage. However, it
counts all cells regardless of type. That is, unlike COUNT that only counts
numerics, it also counts dates, times, strings, logical values, errors, empty
string, or text.
=COUNTA(value1, [value2], …)
Example:
5. IF
The IF function is often used when you want to sort your data according to a
given logic. The best part of the IF formula is that you can embed formulas
and function in it.
Example:
=IF(C2<D3, ‘TRUE,’ ‘FALSE’) – Checks if the value at C3 is less than the value
at D3. If the logic is true, let the cell value be TRUE, else, FALSE
6. TRIM
The TRIM function makes sure your functions do not return errors due to
unruly spaces. It ensures that all empty spaces are eliminated. Unlike other
functions that can operate on a range of cells, TRIM only operates on a single
cell. Therefore, it comes with the downside of adding duplicated data in your
spreadsheet.
Excel notes for VSR GDC Movva
=TRIM(text)
Example:
=MIN(number1, [number2], …)
Example:
=MAX(number1, [number2], …)
Example:
We all deal with numbers in one way or the other. We all have daily expenses
which we pay for from the monthly income that we earn. For one to spend
wisely, they will need to know their income vs. expenditure. Microsoft Excel
comes in handy when we want to record, analyze and store such numeric
data.
Excel notes for VSR GDC Movva
There are number of ways in which you can get Microsoft Excel. You can buy
it from a hardware computer shop that also sells software. Microsoft Excel is
part of the Microsoft Office suite of programs. Alternatively, you can download
it from the Microsoft website but you will have to buy the license key.
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.
For this tutorial, we will be working with Windows 8.1 and Microsoft Excel
2013. Follow the following steps to run Excel on Windows 8.1
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.
and so forth. You can rename the sheet names to more meaningful names i.e.
Daily Expenses, Monthly Budget, etc.
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
Excel notes for VSR GDC Movva
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. Right click on the ribbon and select Customize the Ribbon. The dialogue
window shown above will appear
2. Click on new tab button as illustrated in the animated image below
Excel notes for VSR GDC Movva
If you want to activate an option, click on its check box. If you want to
deactivate an option, remove the mark from the checkbox. You can this option
from the Options dialogue window under formulas tab from the left-hand side
panel
Excel notes for VSR GDC Movva
Proofing settings
This option manipulates the entered text entered into excel. It allows
setting options such as the dictionary language that should be used when
checking for wrong spellings, suggestions from the dictionary, etc. You can
this option from the options dialogue window under the proofing tab from the
left-hand side panel
Excel notes for VSR GDC Movva
Save settings
This option allows you to define the default file format when saving files,
enable auto recovery in case your computer goes off before you could
save your work, etc. You can use this option from the Options dialogue
window under save tab from the left-hand side panel
Summary
Microsoft Excel is a powerful spreadsheet program used to record,
manipulate, store numeric data and it can be customized to match your
preferences
The ribbon is used to access various commands in Excel
The options dialogue window allows you to customize a number of
items i.e. the ribbon, formulas, proofing, save, etc.