Applied Excel Functions_Report
Applied Excel Functions_Report
Date: 02-06-2022
Q) Create a table using Microsoft Excel which depicts the time table of 1BSCEA. The
following specifications must be present in the table:
University Name
Department Name
Course Name
Class Teachers’ Name
Duration of Each Class
Each subject should be colour coded and use the merge-and-centre function.
OBSERVATIONAL ANALYSIS
Q) Create a table using excel with the following field names listed below. In this exercise,
make use of the MAX and MIN function to perform the analysis listed below:
Field name
Employee ID
Employee Name
Department
Base Salary
HRA
DA
Total Monthly Income
Professional Tax
Deduction
Net Income
1. The table should contain 30 entries. The Professional Tax is 1800 by default and
deduction should be less than 5% of the total monthly income.
2. Total Monthly Income= Base Salary+HRA+DA
3. Net Income= Total Monthly Income-Professional Tax-Deduction
4. Perform the following analysis:
➢ Calculate the maximum and minimum base salary
➢ Calculate the maximum and minimum deduction
➢ Calculate the maximum and minimum net income
Q) Generate an Excel worksheet to calculate the tax paid by an employee of a firm XYZ.
The table must have the following fields:
Field Names
Employee No.
Employee Name
Department
Monthly Income
Annual Income
Taxable
Tax
Net Income
Field names
Student ID
State
Board
Food
Academics
Shopping
Rent
Electricity
Medical
Field names
Employee Number
Education Field
Job Role
Age
Gender
Hourly Rate
Overtime
Monthly Income
Range (required)
Range of cells refer to the cells that you want to be evaluated based on the criteria (Blank
cells are ignored)
Criteria (required)
Criteria is in the form of a number, expression or a cell reference/text
sum_range (optional)
It refers to the actual cells that you would like to add other than the one specified in range
Example
Use the SUMIF function to answer the following questions from the given table:
A B C
3 300000 9000
4 800000 15000
4 Headphones 7500
Q) Create an Excel Workbook for a real estate firm with the following coloums:
Field Names
Serial No.
Location
Price
No. of Plots
Tax
Final Price
Q) Create an Excel Workbook for a grocery store with the following columns:
Field Names
Serial No.
Category
Name
Price per kg
Quantity
Total Sales
(i) The sum of final sales made in the city Mumbai is 11334827
(ii) The total number of plots sold in Bangalore is 2783970
(iii) Total tax paid by the firm for Chennai is 1486029
COUNT Function
Syntax: COUNT (value1:value2)
Note: The arguments in the count function can contain or refer to a wide variety of different
types of data, but only numbers are counted.
Remarks:
Arguments that are numbers, dates or a text representation of numbers(eg.”10”) are counted.
Data Price
A2xyz 10
ABC 15
PQR 12
=COUNT (A2:B4)
COUNTA Function
Syntax: COUNTA (value1:value2)
The COUNTA function will count cells containing any type of information (“Error values,
text value or numbers”).
The COUNTA function will not count empty cells.
Data Price
xyz
“” 25
PQR 12
=COUNTA (A2:B4) =7
COUNTIF function
It is one of the statistical functions to count the number of cells that meet a certain criterion.
Simple form: =COUNTIF ( where do you want to look? , who to look for?) Syntax:
COUNTIF (range, criteria)
1. Create an excel with data of your own choice with 25 entries.
2. The excel worksheet should implement:
➢ COUNT function
Count the total number of entries of species.
➢ COUNTA function
Count the total number of inputs for available dogs.
➢ COUNTIF function
Count the total number of inputs for baby dogs.
Count the total number of inputs for cattle dogs.
Count the total no. of inputs for adult dogs available.
Count the total no. of inputs for male dogs available.
OBSERVATIONAL ANALYSIS
Q) Create a validated table on an excel workbook. The following columns must be present:
Field Names
Register number
Abbreviated name
State
Choice
Percentage
Date of join (range of value)
➢ Budget by title
➢ Budget and Gross Revenue by country, Genre and title
➢ Gross revenue by country, filtered only on the horror genre
➢ Gross Revenue by genre and rating, filtered only on black and white films in the USA
OBSERVATIONAL ANALYSIS
Applied Excel Lab 14
Date: 02-12-2022
Q) Create an Excel worksheet by automating (randomizing) data entries using the CHOOSE
and RANDBETWEEN functions. The following are the column names:
Agent Name
Date
Region
Units Sold
Month
Quarter
Make use of the filter option to enter the value for quarter.
OBSERVATIONAL ANALYSIS
Applied Excel Lab 15
Date: 09-12-2022
Q) Create a quarterly and monthly sales report using pivot tables and bar
graphs.
Applied Excel Lab 16
Date: 13-12-2022
Using PowerQuery, import a table from a website (web scrapping) and
preprocess the table using PowerQuery tools (transformation of data)
OBSERVATIONAL ANALYSIS
Applied Excel Lab 17
Date: 14-12-2022
Q) Create an interactive dashboard using an automated data set.
OBSERVATIONAL ANALYSIS