This document provides instructions for processing salary data from multiple sheets into consolidated outputs. It involves taking an input file with 3 sheets of salary data, merging the sheets into a single sheet, calculating total and average values for two categories for each employee, filtering employees into two output files based on which category they scored higher in, and calculating averages for each subject by class.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
116 views1 page
SalaryProcessing - Assignment For Practice
This document provides instructions for processing salary data from multiple sheets into consolidated outputs. It involves taking an input file with 3 sheets of salary data, merging the sheets into a single sheet, calculating total and average values for two categories for each employee, filtering employees into two output files based on which category they scored higher in, and calculating averages for each subject by class.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
Salary Processing
Assignment
Assignment1: 1. Take 1 input file with 3 different sheets (same header different data).
Take data as shown below:
Sheet1:
Sheet2:
Sheet3:
a. Merge all above data in one sheet.
b. Calculate PCM_Total, PCM _Average & PCB_Total, PCB_Average of every student. c. Create two output files, one for PCM and another for PCB. If student is scoring more marks in PCM grouping then store this record in PCM file else in PCB file. [Hint: use ‘filter rows’ step for applying the condition] d. Also calculate average of each subject of class.