Help with formula for simple payroll

eabidh

New Member
Joined
Dec 23, 2018
Messages
7
weekly salaryeeerweekssalary
200-339.99
11.923.84
340-449.9917.434.8
450-609.9923.346.6
610-759.9930.160.2

<tbody>
</tbody>

hello

so i need aformula to say if my salary is 600 then use ee b3 also multiply ans by d1
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Hi,

Questions.

So would it be 0 ( zero ) if below 200 ?
What happens if 760 and above ?
Is "er" column of Any significance ?
 
Upvote 0
hi
i jus used dat salary

so for each range ie weekly salary the deduction for er an ee matches same

and if weeks changes ee and er is to be multiplied by dat factor

hope this helps or else will show a result required


tks a

abidh
 
Upvote 0
[h=2]Help with formula for simple payroll[/h]
weekly salaryeeerweekssalary
200-339.9911.923.84
340-449.9917.434.8
450-609.9923.346.6
610-759.9930.160.2

<tbody>
</tbody>


hello

so i need a formula to say if my salary is 600 then use ee b3 also multiply ans by d1

ee and er are deductions from employee and employer

likewise if my salary would have fallen into any of the other ranges the formula would have to encompass this

ie

if my salary was 220 then use b1 multiply by di but if my salary was 341 then use b2 multiply by b2 and son on​
 
Upvote 0
can you lay the table out differently

weekly salaryeeerweekssalary
0
20011.923.8434017.4
34017.434.8
45023.346.6
61030.160.2
760

<colgroup><col><col span="5"></colgroup><tbody>
</tbody>

then use
=VLOOKUP(E3,A2:C7,2,TRUE)
 
Upvote 0
@eabidh
Please do not post the same question multiple times. All clarifications, follow-ups, and bumps should be posted back to the original thread. (rule 12 here: Forum Rules).
I have merged both threads.
 
Upvote 0
You didn't answer my question regarding Lower and Upper limits.
And you haven't really answered my question regarding "er" Column, I'm assuming it's Not being used in the formula:


Book1
ABCDEFG
1Salary fromtoeeerweekssalaryResult
20199.99460093.2
3200339.9911.923.8
4340449.9917.434.8
5450609.9923.346.6
6610759.9930.160.2
Sheet418
Cell Formulas
RangeFormula
G2=LOOKUP(F2,A2:A6,C2:C6)*E2
 
Last edited:
Upvote 0
Got your PM, eabidh

This is a public forum, you should post your question in a New Thread rather than asking questions in PM and try to get answers thru private eMail.

You would get much quicker and more responses that way also.
 
Upvote 0

Forum statistics

Threads
1,216,077
Messages
6,128,684
Members
449,463
Latest member
Jojomen56

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