Microsoft Excel
Microsoft Excel
What is MS Excel?
What is a cell?
The cell address is the name by which is cell can be addressed. For
example, if row 7 is interested in column G, then the cell address is G7.
Features of MS Excel
Various editing and formatting can be done on an Excel spreadsheet.
Discussed below are the various features of MS Excel.
● Home
● Comprises options like font size, font styles, font colour, background
colour, alignment, formatting options and styles, insertion and
deletion of cells and editing options
[Type text]
● Insert
● Comprises options like table format and style, inserting images and
figures, adding graphs, charts and sparklines, header and footer
option, equation and symbols
● Page Layout
● Themes, orientation and page setup options are available under the
page layout option
● Formulas
● Since tables with a large amount of data can be created in MS excel,
under this feature, you can add formulas to your table and get quicker
solutions
● Data
● Adding external data (from the web), filtering options and data tools
are available under this category
● Review
● Proofreading can be done for an excel sheet (like spell check) in the
review category and a reader can add comments in this part
● View
● Different views in which we want the spreadsheet to be displayed can
be edited here. Options to zoom in and out and pane arrangement are
available under this category
Microsoft Excel is the go-to tool for almost every data professional. It's a widely
used software application in industries today, built to generate reports and business
insights. And it also supports several in-built applications that make it easier to
use.
One such feature that allows Excel to stand out is are it's formulas. In this lesson
we will look into the top Excel formulas that one must know while working on this
tool.
Choose a cell.
[Type text]
There is another term that is very familiar to Excel formulas, and that is
"function". The two words, "formulas" and "functions" are sometimes
interchangeable. They are closely related, but yet different. A formula
begins with an equal sign. Meanwhile, functions are used to perform
complex calculations that cannot be done manually. Functions in excel
have names that reflect their intended use.
Excel formulas and functions help you perform your tasks efficiently,
and it's time-saving. Let's proceed and learn the different types of
functions available in Excel and use relevant formulas as and when
required.
See a formula
When a formula is entered into a cell, it also appears in the Formula
bar.
[Type text]
1. SUM
The SUM() function, as the name suggests, gives the total of the selected
range of cell values. It performs the mathematical operation which is
addition. Here’s an example of it below:
=SUM(C2:C4)
As you can see above, to find the total amount of sales for every unit, we
had to simply type in the function “=SUM(C2:C4)”.
2. AVERAGE
It automatically calculates the average, and you can store the result in
your desired location.
3. COUNT
[Type text]
The function COUNT() counts the total number of cells in a range that
contains a number. It does not include the cell, which is blank, and the
ones that hold data in any other format apart from numeric.
4. SUBTOTAL
Moving ahead, let’s now understand how the subtotal function works.
The SUBTOTAL() function returns the subtotal in a database.
Depending on what you want, you can select average, count, sum, min,
max, min, and others. Let’s have a look at two such examples.
In the subtotal list “1” refers to average. Hence, the above function will
give the average of A2: A4 and the answer to it is 11, which is stored in
C5. Similarly,
This selects the cell with the maximum value from A2 to A4, which is
12. Incorporating “4” in the function provides the maximum result.
5. MAX( )
The function MAX() counts the cell with the maximum value from total
number of cells in a range .
[Type text]
6. MIN( )
The function MAX() counts the cell with the maximum value from total
number of cells in a range .
7. MODULUS
● The result is stored in B2. We can also directly type “=MOD(10,3)” as it will
give the same answer.
8. POWER
9. REPLACE
12.NOW()
The NOW() function in Excel gives the current system date and time. He
result of the NOW() function will change based on your system date and time.
13.TODAY()
The TODAY() function in Excel provides the current system date. The
function DAY() is used to return the day of the month. It will be a
number between 1 to 31. 1 is the first day of the month, 31 is the last
day of the month.
The YEAR() function, as the name suggests, returns the year from a date
value.
14.TIME()
[Type text]
The HOUR() function generates the hour from a time value as a number
from 0 to 23. Here, 0 means 12 AM and 23 is 11 PM.
16.DATEDIF