0% found this document useful (0 votes)
13 views20 pages

Practical

The document outlines various data operations and functions, including comparisons of values, counting, summing, and applying conditional logic in Excel. It demonstrates the use of functions like CONCATENATE, TEXTJOIN, AND, OR, and SUMIF to manipulate and analyze data sets. Additionally, it includes examples of applying statistical methods such as ANOVA and counting unique values based on specified criteria.

Uploaded by

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

Practical

The document outlines various data operations and functions, including comparisons of values, counting, summing, and applying conditional logic in Excel. It demonstrates the use of functions like CONCATENATE, TEXTJOIN, AND, OR, and SUMIF to manipulate and analyze data sets. Additionally, it includes examples of applying statistical methods such as ANOVA and counting unique values based on specified criteria.

Uploaded by

DOCTOR 2026
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 20

Value 1 Value 2 Result

50 50 Find wether values are equal or not


red blue
82 60
red red
10 10
Value 1 Value 2 Result
72 30
50 29 Find wether values greater than 80 or not
75 98
14 56
31 34
Value 1 Value 2 Result
47 78 Find both values are Less than 80
8 77
90 45
62 15
92 83
10
1
7 Count the values more than 10
20
3
10
1
7
20 Sum values that are less than or equal to 10
3
Value 1 Value 2 Result
49 50 No
red blue No Apply not equal to condition between Value1 and value2
82 60 No
red red Yes
10 10 Yes
HMT Beverages Packaging Apply Anova: Single Factor and discuss the results
42 69 35
53 54 40
49 58 53
53 64 42
43 64 50
44 55 39
45 56 55
52 39
54 40
Bears Dolphins
Apply CONCATENATE function
Bears Dolphins

Tom Brady
+ 1 415 648 5703

Apply CONCAT function


Title First NameMiddle NaLast Name
Dr. Tom F. Brady
Peyton Manning
Adrian D. Peterson Apply TEXTJOIN function
Mr. Ray Lewis
Ed Reed
Troy E. Polamalu
Andre Johnson
Darrelle Revis
Dr. Drew Q. Brees
Julius Peppers
Names Teams
Emma 3
John 2
Mia 1
Emily 2
James 1
Olivia 3 Apply text join to team members seperated by , and arrange according to teams di
David 2
Ethan 3
Sophia 1
arrange according to teams display reslts team wise
Company University
Unibic FSTB
KITKAT other
Unibic FSTB
Oreo Other Find number of people who are from unibic and FSTB
Unibic FSTPVDL
KITKAT FSTPVDL
Unibic FSTB
KITKAT FSTPVDL

Age
15 Unique Count numbers who aged more than 30
32 Unique
24 Duplicate Count ages between 30 and 40
38 Unique
24 Duplicate
60 Unique

Start End Progress


17 119 using if function apply <> means not equal to between start and end if true find th
25 141
13 131
30
14 107

Name Score 1 Score 2 Result


Richard 93 80 Apply the AND function returns TRUE if the first score is greater than or
Jennifer 60 91
James 58 75
Lisa 79 94
Sharon 41 33

Name Score 1 Score 2


Richard 93 80
Jennifer 60 91 Apply the OR function returns TRUE if at least one score is greater than
James 58 75
Lisa 79 94
Sharon 41 33

Name Score Result


Richard 3
Jennifer 1 Apply f the score equals 1, the nested IF formula returns Bad, if the scor
James 2
Lisa 25
Sharon 2
en start and end if true find the difference between or leave it as blank if false

e first score is greater than or equal to 60 and the second score is greater than or equal to 90, else it returns FALSE. If TRUE, the IF function

east one score is greater than or equal to 60, else it returns FALSE. If TRUE, the IF function returns Pass, if FALSE, the IF function returns Fa

ormula returns Bad, if the score equals 2, the nested IF formula returns Good, if the score equals 3, the nested IF formula returns Excellent
FALSE. If TRUE, the IF function returns Pass, if FALSE, the IF function returns Fail

LSE, the IF function returns Fail.

ed IF formula returns Excellent, else it returns Not Valid. If you have Excel 2016 or later, simply use the IFS function.
Name Score
Richard 93
Jennifer 60
James 58
Lisa 79
Sharon 41
Apply if the score is greater than or equal to 60, the IF function returns Pass, els

Apply the AND function returns TRUE if the first score is greater than or

Apply OR function returns TRUE if at least one score is greater than or eq


0, the IF function returns Pass, else it returns Fail

e first score is greater than or equal to 60 and the second score is greater than or equal to 90, else it returns FALSE.

one score is greater than or equal to 60, else it returns FALSE.


75 10 10
25 1 25
100 7
50 20
25 3
Apply The SUMIF function below (two arguments) sums values in the range A1:A5 that are less than or e

Apply SUMIF function using The & operator joins the 'less than or equal to' symbol and the value in cell C

Apply The SUMIF function below (three arguments, last argument is the range to sum) sums v
ange A1:A5 that are less than or equal to 10.

to' symbol and the value in cell C1.

nt is the range to sum) sums values in the range B1:B5 if the corresponding cells in the range A1:A5 contain the value 25.
the value 25.

You might also like