Fundamentals of Excel
Fundamentals of Excel
FUNDAMENTALS OF EXCEL
Important Definitions
Workbook
Excel files are called workbooks. Whenever you start a new project in Excel, you'll need
to create a new workbook. The general extension for an Excel sheet is .xlsx
Worksheet
A Worksheet is a single page containing a collection of cells where the user can store,
update and manipulate the data. Worksheet is also called a spreadsheet. It is made up
1
of rows, columns and cells.
Columns
A column in Excel is a vertical alignment of cells. Each column has its unique address,
which is labeled as an alphabet (from A to XFD).
Rows
A row consists of cells arranged horizontally, and each row is uniquely identified by a
number.
Cells
A cell is the intersection of a row and a column. Each cell has its unique address which
is labeled as A1, B2 and so on.
Range
Range represents a set of one or more contiguous cells such as a cell, a row, a column,
or a block of cells which is used basically with a function to make calculations across
multiple cells in Excel.A range in Excel is defined with a Colon( :) sign, and if multiple
ranges are selected then Excel differentiate them with a comma (,) sign.
Selecting Single Range
Starting Cell : Ending Cell
A1:D2
The picture given below shows how to select multiple ranges. To select multiple ranges in
MS Excel Press Ctrl and then select ranges you want to work with.
2
We can enter various types of data in Excel cells, but there are 4 main types i.e., Numeric,
Text, Date, Logical data.
NUMERIC DATA : It shows in number in MS Excel i.e, 70, 36 etc.
TEXT DATA : Such data in Excel is entered in text form i.e, Shivam, 9082828827 etc.
POINTS TO REMEMBER :
Any numeric data with text string is considered as text data in Excel. Eg : BM001.
When using a formula or function in Ms Excel text data should be written within a double
quote. E.g : "Total Number of tickets sold".
In number formatting a text data is shown with a sign @.
To add two text values of different cells
DATE DATA : In Excel date and numeric data is considered same if the start with
01/01/1900 and end on 31/12/9999. It means Date = Numeric
POINTS TO REMEMBER :
Date is written as dd/mm/yy or mm/dd/yy in Ms Excel (where d is date, m is month and y is
year). To enter the right date format check the date setting of your computer.
In Excel we can not enter a date before 01/01/1900 and after 31/12/9999. If a date is
entered before 01/01/1900 Excel treats it as a text data.
LOGICAL DATA: True/False or Yes/No type of data in Excel is called logical data. To
perform logical operations logical operators and logical functions are used in Ms Excel.
Operation
3
An operation is a process of making calculations among different cells in MS Excel. To
make operation between two cell an equal sign = is used.
Operators
Operators in Excel helps to perform a variety of operations in Excel Calculations.
We can divide the Excel Operators into 4 major categories.
Reference Operators
Excel Reference Operators are used to refer to the Excel Ranges and Cells in the Formula.
Colon, Space and Comma are the Reference Operators in Excel.
Comma , Union operator, which combines multiple references into one reference.
% Percentage Operator 1
^ Exponential Operator 1
* Multiplication Operator 2
/ Division Operator 2
+ Addition Operator 3
- Subtraction Operator 3
4
Text Concatenation Operator
Use the ampersand (&) to join, or concatenate, one or more text strings to produce a
single piece of text.
Logical Operators
When two values are compared by using logical operators, the result is a logical value
either TRUE or FALSE.
Calculations In MS Excel
A formula in Excel always begins with an equal sign (=). The equal sign tells Excel that the
characters that follow constitute a formula.
5
Example : A1+B1
Sheet_name!First_cell:Last_cell
=Sum(Sheet1!A2:A8, Sheet2!A2:A8)
=SUM(Sheet1:Sheet9!A2) (3D sum)
[Workbook_name]Sheet_name!Cell_address
=SUM('D:\Reports\[Sales.xlsx]Jan'!B2:B5)
File Path. It points to the drive and directory in which your Excel file is stored (D:\Reports\ in
this example).
Workbook Name. It includes the file extension (.xlsx, .xls, or .xslm) and is always enclosed
in square brackets, like [Sales.xlsx] in the above formula.
Sheet Name. This part of the Excel external reference includes the sheet name followed by
an exclamation point where the referenced cell(s) is located (Jan! in this example).
To activate a cell F2
7 Find Ctrl + F
Replace Ctrl + H
Save as F12
Autosum Alt + =