2045397-Excel Part1
2045397-Excel Part1
TO EXCEL FOR
DATA ANALYTICS
TOPIC: FUNDAMENTALS OF EXCEL
Indexes
Introduction 3
Range 5
Ribbons 14
Workbooks 17
Worksheets 20
Replace 30
Go to Special 32
Introduction
Microsoft Excel was created in 1985, Microsoft Excel is a
spreadsheet program that can be used to organize information
and data into rows and columns. Similar to database
management systems, Excel can be used for inputting data and
presenting it in simple ways. Excel can be used for mathematical
and statistical analyses, as well as the creation of charts and
graphs that visualize the data being stored within a spreadsheet.
Offering multiple functions and formulas, and learning how to
use Excel can make the process of managing information and
data easier and more efficient for whoever uses it.
Although Microsoft Excel has grown out of favor with some data
science students and professionals, this spreadsheet software is
still quite commonly used for performing statistical analyses,
data storage, and organization within the realms of business and
finance. Below are the primary reasons why Microsoft Excel
remains a popular data science tool within many industries, as
well as the reasons why it should continue to be used by data
scientists.
Range
A range in Excel is a collection of two or more cells. This chapter
gives an overview of some essential range operations.
Range Examples
1. To select the range B2:C4, click on cell B2 and drag it to cell C4.
2. To select a range of individual cells, hold down CTRL and click
on each cell that you want to include in the range.
Fill a Range
If you want to fill a range of cells with a formula, you can use the
fill command or you can simply use the Excel Drag.
Result
2b. Select cell B2 and cell B3, click on the lower right corner of
this range, and drag it down.
3b. Select cell B2 and cell B3, click on the lower right corner of
this range, and drag it down.
It's great that we got to know about the Ranges, But there's more
to it, Let's get to know how to move a Range in Excel.
Move a Range
To move a range, execute the following steps.
1. Select the range, right-click, and then click Copy (or press
CTRL + C)
2. Select the cell where you want the first cell of the range to
appear, right-click, and then click Paste under 'Paste Options:' (or
press CTRL + v).
Insert Row/Column
1. Select row 3.
Final Result.
Ribbons
Excel selects the ribbon's Home tab when you open it. Learn how
to use the ribbon. Tabs on the ribbon are File, Home, Insert, Page
Layout, Formulas, Data, Review, View, and Help. The Home tab
contains the most frequently used commands in Excel.
1. Open data-set.xlsx.
Workbooks
A workbook is another word for your Excel file. When you start
Excel, click Blank workbook to create an Excel workbook from
scratch.
After clicking on the "OK" Button, you can see that the start
screen has turned off.
Worksheets
A worksheet is a collection of cells where you keep and
manipulate the data. Each Excel workbook can contain multiple
worksheets.
Select a Worksheet
When you open an Excel workbook, Excel automatically selects
Sheet 1 for you. The name of the worksheet appears on its sheet
tab at the bottom of the document window.
Insert a Worksheet
You can insert as many worksheets as you want. To quickly
insert a new sheet, click the plus sign at the bottom of the
document window.
Result.
Rename a Worksheet
To give a worksheet a more specific name, execute the
following steps.
2. Choose Rename.
Delete a Worksheet
To delete a worksheet, right-click on a sheet tab and choose
Delete. For example, delete Sheet 2.
Copy a Worksheet
Imagine, you have got the sales for 2016 ready and want to
create the exact same sheet for 2017, but with different data. You
can recreate the worksheet, but this is time-consuming. It's a lot
easier to copy the entire worksheet and only change the
numbers.
Format Cells
When we format cells in Excel, we change the appearance of a
number without changing the number itself. We can apply a
number format (0.8, $0.80, 80%, etc) or other formatting
(alignment, font, border, etc).
3. Right click, and then click Format Cells (or press CTRL + 1).
Note: Excel gives you a live preview of how the number will be formatted
(under Sample).
5. Click OK.
Cell B2 still contains the number 0.8. We only changed the
appearance of this number. The most frequently used
formatting commands are available on the Home tab.
Find
To quickly find specific text, execute the following steps.
1. On the Home tab, in the Editing group, click Find & Select, and
then Click on Find.
2. Type the text you want to find. For example, type Ferrari, and
Click 'Find Next'.
Excel selects the first occurrence.
Replace
To quickly find specific text and replace it with other text,
execute the following steps.
1. On the Home tab, in the Editing group, click Find & Select, and
Click on "Replace".
The 'Find and Replace' dialog box appears (with the Replace tab
selected).
3. Type the text you want to find (Veneno) and replace it with
(Diablo).
Go to Special
You can use Excel's Go To Special feature to quickly select all
cells with formulas, notes, conditional formatting, constants,
data validation, etc. For example, to select all cells with formulas,
execute the following steps.
2. On the Home tab, in the Editing group, click Find & Select
3. Click on Go To Special.
General note: If you select a single cell before you click Find,
Replace, or Go To Special, Excel searches the entire worksheet.
To search a range of cells, first, select a range of cells.