0% found this document useful (0 votes)
5 views151 pages

Assignment Datascience

The document is an assignment from Shoolini University covering various Excel functionalities including syntax, formulas, ranges, and functions. It provides step-by-step instructions for operations such as adding, moving, and deleting cells, as well as using functions like AVERAGE, IF, and VLOOKUP. The assignment is submitted by Bhoomi Sharma and includes detailed examples for practical understanding of Excel tools.

Uploaded by

ridhamis123good
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views151 pages

Assignment Datascience

The document is an assignment from Shoolini University covering various Excel functionalities including syntax, formulas, ranges, and functions. It provides step-by-step instructions for operations such as adding, moving, and deleting cells, as well as using functions like AVERAGE, IF, and VLOOKUP. The assignment is submitted by Bhoomi Sharma and includes detailed examples for practical understanding of Excel tools.

Uploaded by

ridhamis123good
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

SHOOLINI UNIVERSITY

ASSIGNMENT : 1

Name:Bhoomi Sharma

GF ID: GF202571752

Submitted to: Sourabh Sharma


[Due Date]
GET STARTED

Topics covered in this assignment


Topics covered in this assignment
 Excel syntax
 Excel ranges
 Excel Fill
 Excel Move Cells
 Excel Add Cells
 Excel Delete Cells
 Excel Undo Redo
 Excel Formulas
 Excel Relative Reference
 Excel Absolute Reference
 Excel arithmetic operators
 Excel parentheses
 Excel functions
AND
AVERAGE
AVERAGEIF
AVERAGEIFS
CONCAT
COUNT
COUNTA
COUNTBLANK
COUNTIF
COUNTIFS
IF
IFS
LEFT
LOWER
MAX
MEDIAN
MIN
MODE
NPV
OR
RAND
RIGHT
STDEV.P
STDEV.S
SUM
SUMIF
SUMIFS
TRIM
VLOOKUP
XOR
 Excel Sort
 Excel Filter
 Excel Tables
 Excel Conditional Format
 Excel Highlight Cell Rules
HCR - Greater Than
HCR - Less Than
HCR - Between
HCR - Equal To
HCR - Text That Contains
HCR - Date Occurring
HCR - Unique Values
 Excel Charts
 Excel Top Bottom Rules
Top Bottom Rules
Above Below Average
 Excel Data Bars
 Excel Color Scales
 Excel Icon Sets
 Excel Manage Rules (CF)
SYNTAX
Creating formulas, step by step

 Select a cell
 Type the equal sign (=)
 Select a cell or type value
 Enter an arithmetic operator
 Select another cell or type value
 Press enter

For example =1+1 is the formula to calculate 1+1=2

Steps for Adding values :Creating formula formula =A1+B1

1. Select the cell C1


2. Type the equal sign (=)
3. Left click on A1, the cell that has the (309) value
4. Type the minus sign (+)
5. Left click on B1, the cell that has the (35) value
6. Hit enter
Steps for Subtracting values :Creating formula =A1-B1

1. Select the cell C1


2. Type the equal sign (=)
3. Left click on A1, the cell that has the (309) value
4. Type the minus sign (-)
5. Left click on B2, the cell that has the (35) value
6. Hit enter
RANGES
The Name Box

The Name Box shows you the reference of which cell or range you have selected. It can also be used to select cells or
ranges by typing their values.

To select cell B2, click on it:

Selecting Multiple Cells

More than one cell can be selected by pressing and holding down CTRL or Command and left clicking the cells. Once
finished with selecting, you can let go of CTRL or Command.

example: Select the cells A2, A4, B3, B5 , C2 and C4.


Selecting a Column
Columns are selected by left clicking it. This will select all cells in the sheet related to the column.

\\
To select column A, click on the letter A in the column bar:

Selecting a Row

Rows are selected by left clicking it. This will select all the cells in the sheet related to that row.

To select row 1, click on its number in the row bar:

Selecting the Entire Sheet

The entire spreadsheet can be selected by clicking the triangle in the top-left corner of the spreadsheet:
Selection of Ranges

To drag and mark a range, step-by-step:

1. Select a cell
2. Left click it and hold the mouse button down
3. Move your mouse pointer over the range that you want selected. The range that is marked will turn grey.
4. Let go of the mouse button when you have marked the range

Let's have a look at an example for how to mark the range A1:E10.
FILLING
Filling is done by

1. selecting a cell
2. clicking the fill icon
3. selecting the range using drag and mark while holding the left mouse button down.

The fill icon is found in the bottom right corner of the cell and has the icon of a small square. Once you hover over it
your mouse pointer will change its icon to a thin cross.

Click the fill icon and hold down the left mouse button, drag and mark the range that you want to cover.

In this example, cell A1 was selected and the range A1:A10 was marked

Fill Copies
Filling can be used for copying. It can be used for both numbers and words.

Let's have a look at numbers first.

In this example we have typed the value A1(1):

In this example we have typed A1(Hello World).

Filling the range A1:A10 creates ten copies of "Hello World":


Fill Sequences
how to count from 1 to 10.
i. Typing A1(1).
ii. Type the value (1) into the cell A2, which is what we have in A1. Now we have the same values in both A1 and A2.
iii. Use the fill function from A1:A10.
iv. Change the value of A2(1) to A2(2) Now fill A1:A10 again.

Now we have counted from 1 to 10

Steps for creating sequence :2,4,6,8,10,12,14,16,18,20

1. Type A1(2) and A2(4).


2. Now, fill A1:A10.

It counts from 2 to 20 in the range A1:A10.

Sequence of Dates

1. Typing A1(10/28/2025)
2. fill the range A1:A10
The fill function has filled 10 days from A1(10/28/2025) to A10(11/6/2025)
Combining Words and Letters
1. Type A1(Hello 1) and A2(Hello 2)
2. Fill A1:A10.

The result is that it counts from A1(Hello 1) to A10(Hello 10)

Double Click to Fill


Using the Double click fill function to calculate the AttackB2:B10 + Defense C2:C10 for the Pokemons in the range D2:D10.

1. Select D2
2. Type =
3. Select B2
4. Type +
5. Select C2
6. Hit enter and Double click the fill function
Moving Cells

Drag and Drop

1. Start by marking the area A1:B4


2. You can drag and drop the range by pressing and holding the left mouse button on the border. The mouse cursor will
change to the move symbol when you hover over the border.
3. Move the range to B2:C5

Cut and Paste

1. Mark the range A1:C5


2. Right click the marked area, and click on the "Cut" command, which has scissors as its icon.
3. Right click the paste destination B6 and left click the paste icon.
Copy and Paste
Copy the cells from B6:D10 to A1:C5

1. Mark the range B6:D10.


2. Right click the marked area, and click on the "Copy" command
3. Right click the paste destination A1 and left click the paste icon:
Adding cells
Adding New Columns
create a new column B.

2. Right click on the column and select "Insert 1 Column Left":

New column is created

Adding New Rows


create a new row 4.

1. Right click on the row and select "Insert 1 Row Above":

New column is created


Delete cells
Cells can be deleted by selecting them, and pressing the delete button.

Example 1 :

Example 2 :

Example 3 : with formatting


Undo and Redo

Undo

There are two ways to access the Undo command.

1) Pressing the Undo button in the Ribbon:

2)Using the keyboard shortcut CTRL + Z / Command + Z

Redo

There are two ways to access the Redo command.

1) Pressing the Redo button in the Ribbon:

2)Using the keyboard shortcut CTRL + Z / Command + Z


Formulas

Adding two values :step by step

1. Select C1 and type (=)


2. Left click A1
3. Type (+)
4. Left click A2
5. Press enter

Multiplying two values :step by step


1. Select C1 and type (=)
2. Left click A1
3. Type (*)
4. Left click A2
5. Press enter

Count the Poke balls, step by step:


1. Select cell E2 and type (=)
2. Left click B2
3. Type (+)
4. Left click C2
5. Type (+)
6. Left click D2
7. Hit enter
Lets use the fill function to continue the formula, step by step

1. Select E2
2. Fill E2:E4

SUM
The total is called SUM in Excel.
There are two ways to calculate the SUM.
1. Adding cells
2. SUM function

Sum by adding cells, step by step:

1. Select cell E5, and type =


2. Left click E2
3. Type (+)
4. Left click E3
5. Type (+)
6. Left click E4
7. Hit enter
SUM function, step by step:

1. Type E5(=)
2. Write SUM
3. Double click SUM in the menu
4. Mark the range E2:E4
5. Hit enter
Relative and Absolute References

Relative References
References are relative by default, and are without dollar sign ($).

Relative reference example, helping the Pokemon trainers to count their Poke balls (B2:B7) and Great
balls (C2:C7).

1. The result is: D2(11)


2. Fill the range D2:D7

A Non Working Example


1. Fill D2:G2
2. Filling to the right instead of downwards.
3. Resulting in strange numbers.
Absolute References
Absolute reference is when a reference has the dollar sign ($).

Calculating the prices for the Poke balls.

1. Type C2(=) .
2. Select B11.
3. Type ($) before the B and 11 ($B$11).
4. Type (*).
5. Select B2.
6. Hit enter.
7. Auto fill C2:C7
Addition Operator

Adding Two Manual Entries

1. Type A1(=).
2. Type 5+5.
3. Hit enter.

Adding Two Cells

1. Type B1(=).
2. Select A1.
3. Type (+).
4. Select A2.
5. Hit enter
Adding Several Cells

1. Type B1(=)
2. Select A1
3. Type (+)
4. Select A2
5. Type (+)
6. Select A3
7. Type (+)
8. Select A4
9. Type (+)
10. Select A5
11. Hit enter

Adding with Sum

1. Type B1(=SUM).
2. Double click the SUM command.
3. Mark the range A1:A5.
4. Hit enter.
Adding Using Absolute Reference

1. Type C1(=).
2. Select B1.
3. Type dollar sign before column and row $B$1.
4. Type (+).
5. Select A1.
6. Hit enter.
7. Fill the range C1:C10
Subtraction Operator

Subtracting Two Manual Entries

4. Type A1(=).
5. Type 100+50.
6. Hit enter.

Subtracting Two Cells

6. Type A3(=).
7. Select A1.
8. Type (-).
9. Select A2.
10. Hit enter
Subtracting Using Many Cells

1. Type B1(=)
2. Select A1
3. Type (-)
4. Select A2
5. Type (-)
6. Select A3
7. Type (-)
8. Select A4
9. Type (-)
10. Select A5
11. Hit enter

Subtracting Using Absolute Reference

1. Type C1(=)
2. Select A1
3. Type (-)
4. Select B1 and type dollar sign before column and row $B$1
5. Hit enter
6. Fill C1:C10
Multiplication Operator
Multiplying Manual Entries

7. Type A1(=).
8. Type 2*2.
9. Hit enter.

Multiplying Two Cells

11. Type A3(=).


12. Select A1.
13. Type (*).
14. Select A2.
15. Hit enter
Multiplying Using Absolute Reference

1. Type C1(=).
2. Select B1.
3. Type dollar sign before column and row $B$1.
4. Type (*).
5. Select A1.
6. Hit enter.
7. Fill C1:C10
Division Operator

Dividing Manual Entries

10. Type A1(=).


11. Type 4/2.
12. Hit enter.

Dividing Two Cells

16. Type A3(=).


17. Select A1.
18. Type (/).
19. Select A2.
20. Hit enter
Dividing Using Absolute Reference

1. Type C1(=).
2. Select A1.
3. Type (/).
4. Select B1 type dollar sign before column and row $B$1.
5. Hit enter.
6. Fill C1:C10.
Parentheses

Without Parentheses

The result is 17, the calculation is 2+15. It uses 15 because 3*5=15

With One Parentheses

The result is 25, the calculation is 5*5. It uses 5 because it has calculated numbers inside the
parentheses (2+3)=5 first.

With Many Parentheses

The result is 17, the calculation is 5+8+4. The numbers inside the parentheses are calculated first.
Nesting Parentheses
Functions

AND Function
The AND function is a premade function in Excel, which returns TRUE or FALSE based on
two or more conditions.

Check if the Pokemon type is fire and has speed greater than 70:
The function returns "TRUE" or "FALSE"

1. Select the cell D2.


2. Type =AND.
3. Double click the AND command.
4. Specify the first condition B2="Fire".
5. Type , Specify the second condition C2>70.
6. Hit enter.
7. Fill the range D2:D10

AND function as the condition for IF function, step by step:

1. Select cell C2
2. Type =IF
3. Double click the IF command
4. Type AND
5. Double click the AND command
6. Specify the first condition B2="Fire"
7. Type ,
8. Specify the second condition C2>70Type ),
9. Specify the value "Yes" for when both conditions are TRUE
10. Type ,
11. Specify the value "No" for when either, or both, conditions are FALSE
12. Type ) and hit enter
AVERAGE Function
The AVERAGE function is a premade function in Excel, which calculates the average
(arithmetic mean).

Use the =AVERAGE function, step by step:

1. Select a cell (F2).


2. Type =AVERAGE.
3. Double click the AVERAGE command.
4. Select a range (B2:E2).
5. Hit enter.
6. Next, Fill F2:F7.
AVERAGEIF Function
The AVERAGEIF function is a premade function in Excel, which calculates the average of a
range based on a true or false condition.

AVERAGEIF function, step by step:

1. Select the cell F3


2. Type =AVERAGEIF
3. Double click the AVERAGEIF command
4. Specify the range for the condition B2:B10 (the Type 1 values).
5. Type ,
6. Specify the criteria (the cell E3, which has the value "Grass") .
7. Type ,
8. Specify the range for the average C2:C10 (the Speed values).
9. Hit enter
AVERAGEIFS Function
The AVERAGEIFS function is a premade function in Excel, which calculates the average of
a range based on one or more true or false condition.

Find the average defense of Grass type 1st Generation Pokemon:


The conditions are that the type is "Grass" and Generation is 1.

1. Select the cell H3.


2. Type =AVERAGEIFS.
3. Double click the AVERAGEIFS command.
4. Specify the range for the average C2:C13 (the Defense values).
5. Type ,
6. Specify the range for the first conditionB2:B13 (the Type 1 values).
7. Type ,
8. Specify the criteria (the cell F3, which has the value "Grass") .
9. Type ,
10. Specify the range for the second conditionD2:D13 (the Generation values).
11. Type ,
12. Specify the criteria (the cell G3, which has the value "1").
13. Hit enter.
CONCAT Function
The CONCAT function is used to link multiple cells without adding any delimiters between the combined cell values..

How to Use CONCAT Function


Step 1) Start the CONCAT function

1. Select a cell E2.


2. Type =CONCAT .
3. Double click the CONCAT command.

Step 2) Link cells

4. Select a cell (A2)


5. Add a comma (,)
6. Add a space inside of quotation marks to create a delimiter (" ")
7. Select another cell (A3)
8. Hit enter
CONT Function
The COUNT function is a premade function in Excel, which counts cells with numbers in a range.

How to use COUNT function, step by step:


1. Select D23
2. Type =COUNT
3. Double click COUNT in the menu
4. Select range D2:D21
5. Hit enter
CONTA Function
The COUNTA function is a premade function in Excel, which counts all cells in a range that has values, both numbers and
letters. Lets apply the COUNTA function to D2:D21. Counting a range with numbers only.

How to use COUNTA function, step by step:


1. Select A23
2. Type =COUNTA
3. Double click COUNTA in the menu
4. Select range A2:A21
5. Hit enter

Lets apply the COUNTA function to D2:D21. Counting a range with numbers only.
Lets apply the COUNTA function to D2:D21. Counting a range wiLets apply the COUNTA function to D2:D21. Counting a
range with numbers [Link] numbers [Link] apply the COUNTA function to D2:D21. Counting a range with numbers
only.

CONTBLANK Function
The COUNTBLANK function is a premade function in Excel, which counts blank cells in a range.

How to use COUNTBLANK function, step by step:


1. Select C23
2. Write =COUNTBLANK
3. Double click COUNTBLANK in the menu
4. Select range C2:C21
5. Hit enter
CONTIF Function
The COUNTIF function is a premade function in Excel, which counts cells as specified.

How to use COUNTIF function, step by step:


1. Select a cell
2. Type =COUNTIF
3. Double click the COUNTIF command
4. Select a range
5. Type ,
6. Select a cell (the criteria, the value that you want to count)
7. Hit enter

EXAMPLE BELOW
COUNT The Water Pokemon in G6, step by step:

1. Select G6
2. Type =COUNTIF
3. Select B2:B21
4. Type (,)
5. Select F6 (Specifying Water as criteria)
6. Hit enter

COUNT The Rest of the types, step by step:

1. Double click G6
2. Lock the range references absolute (B2:B21). Type dollar signs before the columns and row. Type 4 dollar
signs in total. =COUNTIF($B$2:$B$21,F6). Note: We want F6 to remain relative. Because we want it to move
downwards. Do not add dollar signs ($) to it.
3. Hit enter
4. Fill the range G6:G15
CONTIFS Function
The COUNTIFS function is a premade function in Excel, which counts cells in a range based on one or
more true or false condition.

How to use COUNTIFS function, step by step:


1. Select the cell G3
2. Type =COUNTIFS
3. Double click the COUNTIFS command
4. Specify the range for the type B2:B759 (the Type 1 values)
5. Type ,
6. Specify the criteria (the cell E3, which has the value "Water")
7. Type ,
8. Specify the range for the second conditionC2:C759 (the Generation values)
9. Type ,
10. Specify the criteria (the cell F3, which has the value "1")
11. Hit enter
IF Function
The IF function is a premade function in Excel, which returns values based on a true or false condition.

Example IF function, step by step:


1. Select the cell D2
2. Type =IF
3. Double click the IF command
4. Specify the condition B2="Grass"
5. Type ,
6. Specify the value "Yes" for when the condition is TRUE
7. Type ,
8. Specify the value "No" for when the condition is FALSE
9. Hit enter
IFS Function
The IFS function is a premade function in Excel, which returns values based on one or more true or false conditions.

Example IFS function, step by step:


1. Select the cell D2
2. Type =IFS
3. Double click the IFS command
4. Specify the first condition C2>90
5. Type ,
6. Specify the value "Fast" for when the first condition is TRUE
7. Type ,
8. Specify the second condition C2>50
9. Type ,
10. Specify the value "Normal" for when the second condition is TRUE
11. Type ,
12. Specify the third condition C2<=50
13. Type ,
14. Specify the value "Slow" for when the third condition is TRUE
15. Hit enter
LEFT Function
The LEFT function is used to retrieve a chosen amount of characters, counting from the left side of an Excel cell. The
chosen number has to be greater than 0 and is set to 1 by default.

How to Use LEFT Function


Step 1) Start the LEFT function

1. Select a cell E2.


2. Type =LEFT .
3. Double click the LEFT command.

Step 2) Enter values to the LEFT function

1. Select a cell (A2)


2. Hit enter

How to Use the LEFT Function with a Defined Length of


Characters
Step 1) Start the LEFT function

1. Select a cell E2.


2. Type =LEFT .
3. Double click the LEFT command.

Step 2) Select cells and set the number of characters

4. Enter the cell name (A2) and define the length of characters you want to retrieve, using a , as a delimiter
(A2,3)
5. Hit enter
How to use the LEFT Function on a Range of Cells
Step 1) Start the LEFT function

1. Select a cell E2.


2. Type =LEFT .
3. Double click the LEFT command.

Step 2) Select cells and number of characters

4. Select the cells (A2:A4) and define the length of characters you want to retrieve, using a , as a delimiter
(A2:A4,3)
5. Hit enter
LOWER Function
The LOWER function is used to lowercase text in a cell.

How to Use LOWER Function


Step 1) Start the LOWER function

1. Select a cell E2.


2. Type =LOWER .
3. Double click the LOWER command.

Step 2) Define the Cell

1. Select a cell (A2)


2. Hit enter

Step 3)Define the range to use the LOWER function on multiple cells

1. Select the starting cell (A2)


2. Add a colon (:)
3. Select the ending cell (B21)
4. Hit enter
MAX Function
The MAX function is a premade function in Excel, which finds the highest number in a range.

How to Use MAX Function


1. Select a cell (F5)
2. Type =MAX
3. Double click the MAX command
4. Select a range (C2:C21)
5. Hit enter
MEDIAN Function
The MEDIAN function is a premade function in Excel, which returns the middle value in the data.

How to Use MEDIAN Function


1. Select a cell (H2)
2. Type =MEDIAN
3. Double click the MAX command
4. Select a range (A2:G2)
5. Hit enter

MIN Function
The MIN function is a premade function in Excel, which finds the lowest number in a range.

How to Use MIN Function


1. Select a cell (G5)
2. Type =MIN
3. Double click the MIN command
4. Select a range (D2:D21)
5. Hit enter
MODE Function
The MODE function is a premade function in Excel, which is used to find the number seen most times.

This function always returns a single number.


How to Use MODE Function
1. Select a cell (B10)
2. Type =MODE
3. Double click the [Link] command
4. Select a range (B2:E7)
5. Hit enter

NPV Function
The NPV function is used to calculate the Net Present Value (NPV)

How to Use NPV Function


Step 1) Type the rate value
The rate is the required Discount Rate that you want to use.
We will use 10% in this example.

1. Select cell (B9)


2. Type 10%
3. Hit enter

Step 2) Start the NPV function

1. Select a cell (E9)


2. Type =NPV
3. Double click the NPV command

Step 3) Add values to the function


Let us add the rate and the values from 1 to 10 to the function.
1. Select cell (B9)
2. Type , or ;
3. Select the range (B2:K2)
4. Hit enter
OR Function
The OR function is a premade function in Excel, which returns TRUE or FALSE based on two or more conditions.
How to Use OR Function
1. Select the cell D2
2. Type =OR
3. Double click the OR command
4. Specify the first condition B2="Water"
5. Type ,
6. Specify the second condition C2>60
7. Hit enter
Example OR function as the condition for IF function, step by step:
1. Select cell D2
2. Type =IF
3. Double click the IF command
4. Type OR
5. Double click the OR command
6. Specify the first condition B2="Water"
7. Type ,
8. Specify the second condition C2>60
9. Type ),
10. Specify the value "Yes" for when either or both conditions are TRUE
11. Type ,
12. Specify the value "No" for when both conditions are FALSE
13. Type ) and hit enter
RAND Function
The RAND function is used to generate random numbers.

How to Use RAND Function


Step 1) Start the RAND function
1. Select a cell A1
2. Type =RAND
3. Double click the RAND command
Step 2) Close the function
1. Close the function with ())
2. Hit enter

How to Use RAND Function With a Defined Limit Value.


1. Define the limit (*10)
2. Hit enter

How to Receive a Whole Number Using The RAND Function.


1. Add (INT) before the RAND function
2. Hit enter
How to Generate Multiple Random Numbers.
1. Drag the bottom right corner of the cell down to generate more numbers.
2. 10 random numbers were generated in the A column!

RIGHT Function
The RIGHT function is used to retrieve a chosen amount of characters, counting from the right side of an Excel cell. The
chosen number has to be greater than 0 and is set to 1 by default

How to Use RIGHT Function


Step 1) Start the RIGHT function
1. Select a cell E2
2. Type =RIGHT
3. Double click the RIGHT command
Step 2) Enter values to the RIGHT function
4. Select a cell (A2)
5. Hit enter
How to use the RIGHT function with a defined length of characters
Step 1) Start the RIGHT function
1. Select a cell E2
2. Type =RIGHT
3. Double click the RIGHT command
Step 2) Select cells and set the number of characters
1. Enter the cell name (A2) and define the length of characters you want to retrieve, using a , as a delimiter (A2,3)
2. Hit enter
How to use the RIGHT function used on a range of cells
Step 1) Start the RIGHT function
1. Select a cell E2
2. Type =RIGHT
3. Double click the RIGHT command
Step 2) Select cells and number of characters
4. Select the cells (A2:A4) and define the length of characters you want to retrieve, using a , as a delimiter (A2:A4,3)
5. Hit enter
STDEV.P Function
The STDEV.P function is a premade function in Excel, which calculates the Standard Deviation (Std) for the entire population.

How to Use STDEV.P Function


1. Select a cell (H5)
2. Type =STDEV.P
3. Double click the STDEV.P command
4. Select a range (E2:E755), including all Pokemons
5. Hit enter
STDEV.S Function
The STDEV.S function is a premade function in Excel, which calculates the Standard Deviation (Std) for a sample.

How to Use STDEV.S Function


1. Select a cell (H5)
2. Type =STDEV.S
3. Double click the STDEV.S command
4. Select a range (E2:E21)
5. Hit enter
SUM Function
The SUM function is a premade function in Excel, which adds numbers in a range.

How to Use SUM Function


1. Select a cell
2. Type =SUM
3. Double click the SUM command
4. Select a range
5. Hit enter

SUMIF Function
The SUMIF function is a premade function in Excel, which calculates the sum of values in a range based on
a true or false condition.

How to Use SUMIF Function


1. Select the cell F3
2. Type =SUMIF
3. Double click the SUMIF command
4. Specify the range for the conditionB2:B10 (the Type 1 values)
5. Type ,
6. Specify the criteria (the cell E3, which has the value "Grass")
7. Type ,
8. Specify the range for the sum C2:C10 (the Total values)
9. Type ,
10. Hit enter
SUMIFS Function
The SUMIFS function is a premade function in Excel, which calculates the sum of a range based on one or
more true or false condition.

How to Use SUMIFS Function


1. Select the cell H3
2. Type =SUMIFS
3. Double click the SUMIFS command
4. Specify the range for the sum C2:C10 (the Total values)
5. Type ,
6. Specify the range for the first condition B2:B10 (the Type 1 values)
7. Type ,
8. Specify the criteria (the cell F3, which has the value "Water")
9. Type ,
10. Specify the range for the second condition D2:D10 (the Generation values)
11. Type ,
12. Specify the criteria (the cell G3, which has the value "1")
13. Hit enter
TRIM Function
The TRIM function is premade in Excel and used to remove irregular text spacing and keep single spaces between words.

How to Use TRIM Function


Step 1) Start the TRIM function
1. Select a cell E2
2. Type =TRIM
3. Double click the TRIM command
Step 2) Select a range of cells to be used in the TRIM function
1. Select a range (A2:C21)
2. Hit enter
VLOOKUP Function
The VLOOKUP function is a premade function in Excel, which allows searches across columns.

How to Use VLOOKUP Function


1. Select a cell (H4)
2. Type =VLOOKUP
3. Double click the VLOOKUP command
4. Select the cell where search value will be entered (H3)
5. Type (,)
6. Mark table range (A2:E21)
7. Type (,)
8. Type the number of the column, counted from the left (2)
9. Type True (1) or False (0) (1)
10. Hit enter
11. Enter a value in the cell selected for the Lookup_value H3
XOR Function
The XOR function is a premade function in Excel, which returns TRUE or FALSE based on two or more conditions.

How to Use XOR Function


1. Select the cell D2
2. Type =XOR
3. Double click the XOR command
4. Specify the first condition B2="Fire"
5. Type ,
6. Specify the second condition C2<60
7. Hit enter
How to Use XOR Function as the condition for IF function, step by
step:
1. Select cell C2
2. Type =IF
3. Double click the IF command
4. Type XOR
5. Double click the XOR command
6. Specify the first condition B2="Fire"
7. Type ,
8. Specify the second condition C2<60
9. Type ),
10. Specify the value "Yes" for when just one condition is TRUE
11. Type ,
12. Specify the value "No" for when both are FALSE, or TRUE at the same time
13. Type ) and hit enter
SORT

Example Sort (text)


Sort the Pokemons in the range A2:A21 by their Name, ascending from smallest to largest (A-Z).

1. Select A2:A21
2. Open the Sort & Filter menu
3. Click Sort Ascending
Example Sort (numbers)
Sort the Pokemons ascending by their Total stats from smallest to largest.

1. Select A2:A21
2. Open the Sort & Filter menu
3. Click Sort Ascending

Sorting More Than One Column


Select A2:B21 and sort the range ascending.
FILTER

Applying Filter
Apply filters to the data set, step by step.

1. Select range A1:E1


2. Click the Sort & Filter menu
3. Click the Filter command
Filtering
Step by step.
1. Click the drop down menu on C1 (and choose the Filter option. This is the Column which holds the Type 1 data.
2. Uncheck all items, except Bug, which is the type that we want to show.
3. Click OK
Use the filter option to filter the Pokemons which have Type 1, Bug and Type 2, Poison.

1. Click the filter option in D1


2. Uncheck all items except Poison
3. click OK
TABLE

Example (Converting a Range to Table)


How to convert range to table, step by step.

1. Select range A1:F22


2. Click Insert, then Table , in the Ribbon.
3. Click OK
TABLE DESIGN
Table Name
The name of the table can be found in the Table Design tab

1. Select the table


2. Click the Table design menu
3. See the name input field

TABLE RESIZING
Resizing a Table
Resize the table from range A1:F12 to A1:F20

1. Select the table


2. Click the Table Design menu
3. Click the Resize Table command
4. Click the range input field
5. Type the new range, A1:F20
6. Click OK
Drag to Resize,Smaller
Change the tables size from A1:F12 to A1:D5

1. Press and hold the bottom right corner of the table ()


2. Move the pointer, marking the range A1:D5
Drag to Resize,Bigger
Change the tables size from A1:D5 to A1:G13

1. Press and hold the bottom right corner of the table ()


2. Move the pointer to mark A1:G13

Resize By Adding Columns


The table is automatically increased when new headers next to the table are added.

1. Type "Mew" to H1
2. Hit enter
3. Type "Two" to I1
4. Hit enter
Removing Duplicates
Remove Duplicates command

Removing the duplicate Pokemon in the range A1:E13

1. Select the table


2. Click the Table Design tab ()
3. Click the Remove Duplicates command ()
4. Leave all columns checked
5. Click OK
6. Click OK
Converting a Table to Range
Convert Table to Range

1. Select a cell in the table range (A1:F16)


2. Click the Design Table tab ()
3. Click the Convert to Range command ()
Table Style
Applying Light Style

1. Select a cell in the table range


2. Click the Design Table tab ()
3. Click on the Table Styles option button
4. Click on the Light, Green, Table Style Light 21. Found in the Light category
Conditional Formatting

Color Scale Formatting


Highlight the Speed values of each Pokemon with Color scale conditional formatting.

1. Select the range of Speed values C2:C9


2. Click on the Conditional Formatting icon in the ribbon, from the Home menu
3. Select Color Scales from the drop-down menu
4. Click on the "Green - Yellow - Red Colour Scale" icon
Highlight Cell Rules
Equal To..." Highlight Cell Rule, step by step:
1. Select the range C2:H8 for all of the stat values
2. Click on the Conditional Formatting icon in the ribbon, from Home menu
3. Select Highlight Cell Rules from the drop-down menu
4. Select Equal To... from the menu
5. 4Enter 48 into the input field
6. Select the appearance option "Yellow Fill with Dark Yellow Text" from the dropdown menu
Greater Than..." Highlight Cell Rule, step by step:

HCR - Greater Than


"Greater Than..." Highlight Cell Rule, step by step:
1. Select the range C2:C8 for HP values
2. Click on the Conditional Formatting icon in the ribbon, from Home menu
3. Select Highlight Cell Rules from the drop-down menu
4. Select Greater Than... from the menu
5. Enter 65 into the input field
6. Select the appearance option "Green Fill with Dark Green Text" from the dropdown menu
Highlight Cell Rule - Greater Than Example (with Text)
"Greater Than..." Highlight Cell Rule, step by step:

1. Select the range A2:A8 for Name values


2. Click on the Conditional Formatting icon in the ribbon, from Home menu
3. Select Highlight Cell Rules from the drop-down menu
4. Select Greater Than... from the menu
5. Enter Gyarados into the input field
6. Select the appearance option "Yellow Fill with Dark Yellow Text" from the dropdown menu
HCR - Less Than
"Less Than..." Highlight Cell Rule, step by step:
1. Select the range D2:D8 for Attack values
2. Click on the Conditional Formatting icon in the ribbon, from Home menu
3. Select Highlight Cell Rules from the drop-down menu
4. Select Less Than... from the menu
5. Enter 55 into the input field
6. Select the appearance option "Light Red Fill with Dark Red Text" from the dropdown menu
Highlight Cell Rule - Less Than Example (with Text)
"Less Than..." Highlight Cell Rule, step by step:

1. Select the range B2:B8 for Type 1 values


2. Click on the Conditional Formatting icon in the ribbon, from Home menu
3. Select Highlight Cell Rules from the drop-down menu
4. Select Less Than... from the menu
5. Enter Electric into the input field
6. Select the appearance option "Yellow Fill with Dark Yellow Text" from the dropdown menu
HCR - Between
"Between..." Highlight Cell Rule, step by step:
1. Select the range C2:H8 for all of the stat values
2. Click on the Conditional Formatting icon in the ribbon, from Home menu
3. Select Highlight Cell Rules from the drop-down menu
4. Select Between... from the menu
5. Enter 79 and 100 into the input fields
6. Select the appearance option "Yellow Fill with Dark Yellow Text" from the dropdown menu
HCR - Equal To
"Equal To..." Highlight Cell Rule, step by step:
1. Select the range C2:H8 for all of the stat values
2. Click on the Conditional Formatting icon in the ribbon, from Home menu
3. Select Highlight Cell Rules from the drop-down menu
4. Select Equal To... from the menu
5. Enter 48 into the input field
6. Select the appearance option "Yellow Fill with Dark Yellow Text" from the dropdown menu
Highlight Cell Rule - Equal To Example (with Text)
"Equal To..." Highlight Cell Rule, step by step:

1. Select the range A2:A8 for Name values


2. Click on the Conditional Formatting icon in the ribbon, from Home menu
3. Select Highlight Cell Rules from the drop-down menu
4. Select Equal To... from the menu
5. Enter Magikarp into the input field
6. Select the appearance option "Yellow Fill with Dark Yellow Text" from the dropdown menu
HCR - Text That Contains
"Text That Contains..." Highlight Cell Rule, step by step:
1. Select the range A2:A8 for the Name values
2. Click on the Conditional Formatting icon in the ribbon, from Home menu
3. Select Highlight Cell Rules from the drop-down menu
4. Select Text That Contains... from the menu
5. Enter Pidge into the input field
6. Select the appearance option "Yellow Fill with Dark Yellow Text" from the dropdown menu
Highlight Cell Rule - Text That Contains Example (with
Text)
"Text That Contains..." Highlight Cell Rule, step by step:

1. Select the range A2:A8 for the Name values


2. Click on the Conditional Formatting icon in the ribbon, from Home menu
3. Select Highlight Cell Rules from the drop-down menu
4. Select Text That Contains... from the menu
5. Enter row into the input field
6. Select the appearance option "Yellow Fill with Dark Yellow Text" from the dropdown menu
Highlight Cell Rule - Text That Contains Example (with
Numbers)
"Text That Contains..." Highlight Cell Rule, step by step:

1. Select the range C2:H8 for all the stat values


2. Click on the Conditional Formatting icon in the ribbon, from Home menu
3. Select Highlight Cell Rules from the drop-down menu
4. Select Text That Contains... from the menu
5. Enter 7 into the input field
6. Select the appearance option "Green Fill with Dark Green Text" from the dropdown menu
HCR - A Date Occurring
"A Date Occurring..." Highlight Cell Rule, step by step:
1. Select the range C2:C19 for the Birthday values
2. Click on the Conditional Formatting icon in the ribbon, from Home menu
3. Select Highlight Cell Rules from the drop-down menu
4. Select A Date Occurring... from the menu
5. Select "Next Month" from the dropdown menu
6. Select the appearance option "Yellow Fill with Dark Yellow Text" from the dropdown menu
HCR - Duplicate and Unique Values
"Duplicate Values..." Highlight Cell Rule, step by step:
1. Select the range A2:H8
2. Click on the Conditional Formatting icon in the ribbon, from Home menu
3. Select Highlight Cell Rules from the drop-down menu
4. Select Duplicate Values... from the menu
5. Select Duplicate
6. Select the appearance option "Yellow Fill with Dark Yellow Text" from the dropdown menu
Highlight Cell Rule - Unique Value Example
"Duplicate Values..." Highlight Cell Rule, step by step:

1. Select the range A2:H8


2. Click on the Conditional Formatting icon in the ribbon, from Home menu
3. Select Highlight Cell Rules from the drop-down menu
4. Select Duplicate Values... from the menu
5. Select Unique from the dropdown menu
6. Select the appearance option "Green Fill with Dark Green Text" from the dropdown menu
Charts
Creating a Chart in Excel
Creating a chart, step by step:

1. Select the range A1:A8


2. Click on the Insert menu, then click on the Line menu () and choose Line () from the drop-down menu

Creating Another Chart in Excel


1. Select the range A1:G4
2. Click on the insert menu, then click on the column menu () and choose Clustered Column () from the drop-down menu
Bar Charts

Clustered Bar Charts


Example With One Data Column
1. Select the range A1:B5
2. Click on the insert menu, then click on the bar menu () and choose Clustered Bar () from the drop-down menu
Example With Two Data Column
1. Select the range A1:C5
2. Click on the insert menu, then click on the bar menu () and choose Clustered Bar () from the drop-down menu
Stacked Bar Charts
Example
1. Select the range A1:C5
2. Click on the insert menu, then click on the bar menu () and choose Stacked Bar () from the drop-down menu
100% Stacked Bar Chart
1. Select the range A1:C5
2. Click on the insert menu, then click on the bar menu () and choose 100% Stacked Bar () from the drop-down menu
Column Charts

Clustered Column Charts


Example With One Data Column
1. Select the range A1:B5
2. Click on the insert menu, then click on the column menu () and choose Clustered Column () from the drop-down menu
Example With Two Data Column
1. Select the range A1:C5
2. Click on the insert menu, then click on the column menu () and choose Clustered Column () from the drop-down menu
Stacked Column Charts

Example
1. Select the range A1:C5
2. Click on the insert menu, then click on the column menu () and choose Stacked Column () from the drop-down menu
100% Stacked Column Chart
1. Select the range A1:C5
2. Click on the insert menu, then click on the column menu () and choose 100% Stacked Column () from the drop-down menu
Pie Charts

2-D Pie Chart


1. Select the range A1:B5
2. Click on the Insert menu, then click on the Pie menu () and choose Pie () from the drop-down menu
Doughnut Chart
1. Select the range A1:C5
2. Click on the Insert menu, then click on the Pie menu () and choose Doughnut () from the drop-down menu
Line Charts

Line
1. Select the range A1:C4 for labels and data
2. Click on the Insert menu, then click on the Line menu () and choose Line () from the drop-down menu
Line with Markers
1. Select the range A1:D7 for labels and data
2. Click on the Insert menu, then click on the Line menu () and choose Line with Markers () from the drop-down menu
Stacked Line Charts

Example
1. Select the range A1:D7 for labels and data
2. Click on the Insert menu, then click on the Line menu () and choose Stacked Line () from the drop-down menu
Stacked Line with Markers
Example
1. Select the range A1:D7 for labels and data
2. Click on the Insert menu, then click on the Line menu () and choose Stacked Line with Markers () from the drop-down menu
Stacked
100% Stacked
Line Charts
Line Charts

Example
1. Select the range A1:D7 for labels and data
2. Click on the Insert menu, then click on the Line menu () and choose 100% Stacked Line () from the drop-down menu
100% Stacked Line with Markers
Example
1. Select the range A1:D7 for labels and data
2. Click on the Insert menu, then click on the Line menu () and choose 100% Stacked Line with Markers () from the drop-down
menu
Radar Charts

Example
1. Select the range A1:G4
2. Click on the Insert menu, then click on the Other Charts menu () and choose Radar () from the drop-down menu
Radar With Markers
Example
1. Select the range A1:G4
2. Click on the Insert menu, then click on the Other Charts menu () and choose Radar with Markers () from the drop-down
menu
Filled Radar
Example
1. Select the range A1:G4
2. Click on the Insert menu, then click on the Other Charts menu () and choose Filled Radar () from the drop-down menu
Chart Customization

Moving Charts
How to move a chart, step by step:
1. Select the chart by clicking on it.
2. Drag the chart and place it where you want
Resizing Charts
How to resize a chart, step by step:
1. Select the chart by clicking on it
2. Click and drag one of the 8 points shown on the chart border and drag them

Changing The Chart Title


Changing the title, step by step:
1. Double click on the chart
2. Find "Chart Title" text in the newly opened menu and change it
Top/Bottom Rules
Apply the Top 10 Items... rule to the Speed values.
"Top 10 Items..." Rule, step by step:

1. Select the range C2:C31 for Speed values


2. Click on the Conditional Formatting icon in the ribbon, from Home menu
3. Select Top/Bottom Rules from the drop-down menu
4. Select Top 10 Items... from the menu
5. Leave the default value 10 in the input field
6. Select the appearance option "Green Fill with Dark Green Text" from the dropdown menu
Apply the Bottom 10%... rule to the Speed values.
"Botton 10%..." Rule, step by step:

1. Select the range C2:C31 for Speed values


2. Click on the Conditional Formatting icon in the ribbon, from Home menu
3. Select Top/Bottom Rules from the drop-down menu
4. Select Bottom 10%... from the menu
5. Leave the default value 10 in the input field
6. Select the appearance option "Light Red Fill with Dark Red Text" from the dropdown menu
Above and Below Average Rules
Apply the Above Average rule to the HP values.
"Above Average" Rule, step by step:

1. Select the range C2:C11 for HP values


2. Click on the Conditional Formatting icon in the ribbon, from Home menu
3. Select Top/Bottom Rules from the drop-down menu
4. Select Above Average from the menu
5. Select the appearance option "Green Fill with Dark Green Text" from the dropdown menu
Apply the Below Average rule to the HP values.
"Below Average" Rule, step by step:

6. Select the range C2:C11 for HP values


7. Click on the Conditional Formatting icon in the ribbon, from Home menu
8. Select Top/Bottom Rules from the drop-down menu
9. Select Below Average from the menu
10. Select the appearance option "Green Fill with Dark Green Text" from the dropdown menu
Data Bars

Apply the Data Bars conditional formatting to the Speed values.


"Data Bars" , step by step:

1. Select the range C2:C10 for Speed values


2. Click on the Conditional Formatting icon in the ribbon, from Home menu
3. Select Data Bars from the drop-down menu
4. Select the "Green Data Bars" color option from the Gradient Fill menu
Color Scales

Color Scale Formatting Example


Data Scales , step by step:

1. Select the range of Speed values C2:C8


2. Click on the Conditional Formatting icon in the ribbon, from the Home menu
3. Select Color Scales from the drop-down menu
4. Click on the "Green - Yellow - Red Colour Scale" icon
Icon Sets

Icon Set Formatting Example


Icon Sets , step by step:

1. Select the range of Speed values C2:C10


2. Click on the Conditional Formatting icon in the ribbon, from the Home menu
3. Select Icon Sets from the drop-down menu
4. Click on the "3 Traffic Lights (Unrimmed)" option
Manage Rules

Conditional Formatting - Manage Rules Example


Remove the Color Scale rule applied to all the Stat values:
1. Select the range C2:H8.

2. Select Manage Rules option from the Conditional Formatting menu in the Home menu.

You might also like