Akash-IT File
Akash-IT File
COMMENTS
INVOICE
FROM- TO-
Akash Raj Ajeet Kumar
Noida sector 53 Knowledge Park 2
8935461544 7388234554
TOTAL 28230
TAX 920
TOTAL PAYMENT 27310
CALL STATISTICS
TAX RATE
Count of Items 8
Average of tax 62.5
Min ITEM PRICE 5
Max ITEM PRICE 300
PRACTICAL – 11
Step 02 - Calculating Average Sales and Maximum Sales for each City
Using formula: =AVERAGE (C2:E2) and =MAX (C2:E2)
Copy the formula to the remaining cities.
Step 05 – Calculating Total Sales for each Month (only for sales greater than30,000)
Using formula: =SUMIF (C2:C6, ">30000", C2:C6)
Step 06 – Calculating No. of Sales for each Month (only for sales greater than
30,000)
Using formula: =COUNTIF (C2:C6, ">30000")
40,000.00
30,000.00
20,000.00
10,000.00
0.00
New York Los Angeles London Paris Munich
11%
20%
24%
30%
15%
PRACTICAL – 12
Step 05 – Calculating Total annual salary for each gender in each city.
Using formula for New York:
For Male: =SUMIFS (F2:F11, C2:C11, "New York", B2:B11, "M") and
For Female: =SUMIFS (F2:F11, C2:C11, "New York", B2:B11, "F")
Total
Annual
Annual Gender
Salary
City Purchases
New York $ 17,732.00 City Male Female
Chicago $ 10,346.00 New York $ 12,499.00 $ 20,000.00
Seattle $ 11,890.00 Chicago $ 12,000.00 $ 13,150.00
Seattle $ 22,450.00 $ 12,699.00
Average
Education Annual
Purchases
University $ 5,745.50
High School $ 2,511.50
None $ 236.00
Gender Population
Male 4
Female 6
Annual Purchases Population
15000
10000
Female
5000
Male
0
New Chicago Seattle
York
Male Male Female
10466 5001 4300
Female 7266 5345 7590
Total
Annual
Purchases
Seattle $11,890.00
Chicago $10,346.00
Annual Annual
Purchases Salary
PRACTICAL – 13
Cell reference mainly helps the Excel program locate the cell within the sheet
and read or use its data in the specified formula to generate the result. We can
use cell references or a range of multiple cells in other cells when creating a
formula, even if the corresponding cell is on the same sheet, different sheet, or
different workbook.
There are three primary types of cell references in Excel based on different use
cases, such as:
o The column remains fixed, while the row changes as the relative reference
when copying the respective formula.
o The row remains fixed, while the column changes as the relative reference
when copying the respective formula.
Example: