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

0% found this document useful (0 votes)
17 views3 pages

Lesson 7 Practice Data

The document contains multiple datasets including employee payroll information, student grades, sales performance data, division tables, monthly bonus tables, and a tax code lookup table. Each dataset provides specific details such as salaries, grades, sales figures, and tax rates. The data is structured for use in various calculations and lookups, such as HLOOKUP and IFERROR functions.

Uploaded by

Reynalyn
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)
17 views3 pages

Lesson 7 Practice Data

The document contains multiple datasets including employee payroll information, student grades, sales performance data, division tables, monthly bonus tables, and a tax code lookup table. Each dataset provides specific details such as salaries, grades, sales figures, and tax rates. The data is structured for use in various calculations and lookups, such as HLOOKUP and IFERROR functions.

Uploaded by

Reynalyn
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/ 3

📁 Dataset 1 – Employee Payroll Table 📁 Dataset 2 – T

Employee Salary Tax Status Benefit Tax Code Tax Code


Ramos 25,000.00 Taxable Yes A A
Santos 18,500.50 Non-Taxable No B B
Dela Cruz 22,000.00 Taxable Yes A C
Lopez 17,000.25 Non-Taxable No C
Lim 28,500.75 Taxable Yes A
Tan 20,000.00 Taxable No B

📁 Dataset 3 – Student Grades Table

Student Name Grade Remarks

juan dela cruz 78

maria santos 85
jose lopez 65
liza tan 90

📁 Dataset 4 – Sales Performance Data


Commission
Sales Rep Region Product Sales
Eligible
Kim North Pen 15000 Yes
Jake South Notebook 18000 No
Rose North Pen 21000 Yes
John East Pencil 12000 Yes
Anne South Pen 9500 No
Leo North Notebook 27500 Yes

📁 Dataset 5 – Division Table for IFERROR


Total Sales No. of Items
15000 3
20000 0
18000 6
24000 4

📁 Dataset 6 – Monthly Bonus Table (for HLOOKUP)


1 Jan Feb Mar Apr May Jun
2 1000 1100 1200 1300 1250 1400

📎 Example:
=HLOOKUP("Mar", B1:G2, 2, FALSE) → returns 1200
📁 Dataset 2 – Tax Code Lookup Table

Tax Rate
12%
8%
0%

You might also like