0% found this document useful (0 votes)
4 views

Ex1

The document contains various data tables related to XYZ company, including sales figures for items like pens, rulers, and books, along with student results and salary calculations. It also includes formulas for calculating sums, averages, counts, and discounts based on certain criteria. Additionally, there are sections detailing packaging information and potential discounts for different types of packages.

Uploaded by

de de
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)
4 views

Ex1

The document contains various data tables related to XYZ company, including sales figures for items like pens, rulers, and books, along with student results and salary calculations. It also includes formulas for calculating sums, averages, counts, and discounts based on certain criteria. Additionally, there are sections detailing packaging information and potential discounts for different types of packages.

Uploaded by

de de
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/ 8

XYZ company

Date 5/16/2022

Jan Feb Mar Total Avarge Count Maximum


Pen 34 22 10 66 22 3 34
Ruler 19 24 39 82 27.3333333333333 3 39
Book 50 20 44 114 38 3 50
Total 103 66 93
Average 34.333333 22 31

Month
Number
Today date Ctrl+; =today() 5/16/2022 5/25/2025
5/16/2022 Current time Ctrl+Shift+: =time(hour,m 9:27 PM
Date/Time =now() 5/25/2025 15:40 9:40 PM =time(21,40,10)

Sum
Average
Count
Maximum
Minimum
Todaly date
Date/Time
Current time

Book
Minimum
10
19
20

=time(21,40,10)
XYZ company 55 =F1+F2(reference) 40
55 =sum( 15
#VALUE! 55 200
7.5
5764801

Count =count(D1,D2)
=count(D1:D2)

Average =average(D1,D3)
=average(D1:D3)
Maximum =max(D1,D2)
=max(D1:D2)

Minimum =min(D1,D2)
=min(D1:D2)
Student name Mark Result
Std 1 30 Fail Fail
Std 2 45 Pass Pass
Std 3 50 Pass Pass
Std 4 40 Pass Pass
Std 5 23 Fail Fail =if(statement,true,false)
Std 6 75 Pass Pass =if(B2>=40,"Pass","Fail")
Std 7 80 Pass Pass =if(B2<40,"Fail","Pass")
Std 8 12 Fail Fail =if(B2<40,0,1)
Std 9 90 Pass Pass
Std 10 35 Fail Fail =if(B14>=35000,"Discount","No Discount")
=if(B14>=35000,B14*10%,B14*5%))
Total =IF(B14>=35000,B14*10%,0)
30000 No Discount 1500 28500
100000 Discount 10000 90000
45000 Discount 4500 40500
2500 No Discount 125 2375
75300 Discount 7530 67770
1000 No Discount 50 950

Student name Mark Result =A1


Std 1 30 Fail
Std 2 45 Pass
Std 3 50 Pass
Std 4 40 Pass

Student name Student name Student name =$A$1


Student name Student name Student name
Student name Student name Student name
Student name Student name Student name

Student name Mark Result =A$1 Std 1


Student name Mark Result =A1
Student name Mark Result =$A1
Student name Mark Result =$A$1
>
>=
<
<=
<>

scount","No Discount")
4*10%,B14*5%))
Bonus 20000
Tax 5000 5% =(Salary-Tax)+Bonous
=(B5-$B$2)+$B$1
Name Salary Take home money =(Salary-(Salary*Tax))+Bonus
300000 315000 305000
160000 175000 172000
270000 285000 276500
450000 465000 447500
,
Code Type Size Destination Expense
Potential Discount
PKG0001 Box Small Domestic 44816 Discount Small Total
PKG0002 Box Medium Domestic 57715 Discount 109611
PKG0003 Box Large Domestic 51965 Discount 166611
PKG0004 Box Small International 31813 No Discount Box Total
PKG0005 Box Medium International 52830 Discount 333615
PKG0006 Box Large International 37476 No Discount Average Domestic
PKG0007 Envelope Small Domestic 22793 No Discount 39404.7142857143
PKG0008 Envelope Medium Domestic 21056 No Discount Count Medium
PKG0009 Envelope Large Domestic 20488 No Discount 4
PKG0010 Envelope Small International 10189 No Discount Count International
PKG0011 Envelope Medium International 18309 No Discount 6
PKG0012 Envelope Large International 17255 No Discount Box, Small Total
PKG0013 Box Small Domestic 57000 Discount 133629
Medium, Domestic Total
78771

14
28
1048562
#NAME? 6

=IFERROR(SUM(A1+B1+B2),"False")

443705
=sumif(range,criteria,sum_range)
=sumif(D2:D14,"Small",F2:F14)
=sumif(D:D,"Small",F:F)

=averageif(range,criteria,average_range)

=countif(range,criteria)

=sumifs(sum_range, criteria_range1, criteria1, criteria_range2, criteria2…......


=SUMIFS(F:F,C:C,"Box",D:D,"Small")

=Averageifs(average_range,criteria_range1,criteria1, crietia_range2, criteria2….)


=Countifs(Criteria_range1,criteria1, Criteria_range2, Criteria2... )

=counta(value1, value2…..)

=countblank(range)

=iferror(value, value_if_error) when u dont want to show ur error


#VALUE!

You might also like