Thanks to visit codestin.com
Credit goes to www.scribd.com

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

Session 08 Data Set Nested Function Shashwat

The document presents data on the consumption of various foods over five days, showing averages for sweet and healthy items. It also includes a list of applicants with their credit scores and application statuses, as well as ticket costs for different destinations. Additionally, there are classifications of student scores and order statuses, with references to functions and conditions used in data processing.

Uploaded by

Prashant Saini
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 views13 pages

Session 08 Data Set Nested Function Shashwat

The document presents data on the consumption of various foods over five days, showing averages for sweet and healthy items. It also includes a list of applicants with their credit scores and application statuses, as well as ticket costs for different destinations. Additionally, there are classifications of student scores and order statuses, with references to functions and conditions used in data processing.

Uploaded by

Prashant Saini
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/ 13

Apples Bananas Carrots Donuts Cookies Gummy Bears

Day 1 10 3 6 24 10 7
Day 2 8 8 5 20 12 7
Day 3 10 5 2 18 24 1
Day 4 7 8 9 22 6 8
Day 5 10 5 5 24 8 8
Average 9 5.8 5.4 21.6 12 6.2

Average Sweet 39.8


Average Healthy 20.2 How many students chose sweets over healthy? That's why sweet-healthy
Difference 19.6
Nesting:Function within a function within a function as one of argumrnts inside another func.
Function:pre-defined formula
Enhance reliability and functionality
Saving time and effort

? That's why sweet-healthy


nside another func.
Apples Bananas Carrots Donuts Cookies Gummy Bears
Day 1 10 3 6 24 10 7
Day 2 8 8 5 20 12 7
Day 3 10 5 2 18 24 1
Day 4 7 8 9 22 6 8
Day 5 10 5 5 24 8 8

Difference/Nested 19.6
19.6
19.6
19.6
Applicant Credit Score Income Application Status Application Status Application Status Application Status
John Smith 899 42,600.00 1 Approved TRUE Approved
Emily Johnson 720 30,300.00 TRUE Approved TRUE Approved
Michael Williams 605 27,500.00 FALSE Not approved FALSE Not approved
Sarah Brown 906 68,900.00 TRUE Approved TRUE Approved
David Jones 842 52,900.00 TRUE Approved TRUE Approved Ctrl+H=Replace
Jessica Davis 598 58,600.00 TRUE Approved TRUE Approved
Christopher Wilson 668 35,500.00 FALSE Not approved FALSE Not approved
Ashley Martinez 704 35,900.00 TRUE Approved TRUE Approved
Matthew Taylor 411 37,600.00 FALSE Not approved FALSE Not approved
Amanda Anderson 557 50,500.00 TRUE Approved TRUE Approved
Ctrl+H=Replace
Destination Ticket cost
Eldoria $15
Brackenridge $15
Thornvale $20
Ravenford $22
Caerwyn $25
Dunmire $30
Wynterfell $30
Stormhaven $30
Elderglen $45
Blackwood $45

8
$30
Destination: Stormhaven Ravenford
Ticket cost: $30 $22
Index_match 8
Vlookup $30
Classification Marks Name Score Result Column1
Excellent 90-100 Reema 92 Excellent Excellent
Good 80-90 Rahul 79 Average Average
Average 60-80 Varun 80 Average Average
Below Average 40-60 Himanshu 32 poor Poor
Poor Below 40 Kartika 45 Below Average below Average
Rohit 70 Average Average
if(condition 1 or instead of using else we use another if condition)
Marks Grade Students Rol Student Marks
Marks > 550 A1 15CS1011 456
Marks > 500 A2 15CS1012 345
Marks > 400 B1 15CS1013 456
Marks > 300 B2 15CS1014 345
Marks > 250 C1 15CS1015 123
Marks> 200 C2 15CS1016 512
Marks<200 Fail! 15CS1017 345
15CS1018 113
15CS1019 345
Students Grade
B1
B2
B1
B2
Fail
A2
B2
Fail
B2
Order no. Progress Delivery date Status Status2
101 Delivered 1/9/2018 1 Closed
102 In transit 0 Opened And condition we want to have two columns and both my condi
103 Unknown 0 Opened Formula AND(B2="Delivered",C2<>"") for true and false
104 Delivered 0 Opened Formula IF(AND([@Progress]="Delivered",[@[Delivery date ]]<
105 Delivered 12/9/2018 1 Closed If we put space there is column and closed space
106 In transit 0 Opened
107 Delivered 2/10/2018 1 Closed
two columns and both my conditions need to be true
,C2<>"") for true and false
="Delivered",[@[Delivery date ]]<>""),"Closed","Opened")
e is column and closed space

You might also like