Payroll Question

Shorya

New Member
Joined
May 2, 2011
Messages
1
Create a payroll sheet in which basic pay of 20 employees is given.You have to calculate DA,HRA.CCA and gross pay of each employee using the formulas with the following conditions:
a) HRA is 50% of Basic pay and CCA is 15% of Basic pay.
b) The rates of DA for different levels of Basic pay are given in cells G to I as

G H I
1 Lower Limit Upper limit DA rate
2 0 6000 0.28
3 6001 12000 0.25
4 12001 & above 0.20

You have to ensure that DA amount paid to an employee with lower basic pay should not exceed the DA paid to an employee with higher basic pay.



This condition is making it hard.My term exams are banging on the door and this making me sick.Help me out.
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
We do not answer (in full) homework questions here.

Hint: with a salary in A1

=LOOKUP(A1,{0,6001,12001},{0.28,0.25,0.2})
 
Upvote 0

Forum statistics

Threads
1,216,101
Messages
6,128,835
Members
449,471
Latest member
lachbee

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top