D
Dave Elliott
I have a very difficult problem to figure out, at least for me and so need
help with table I think so i can get my values correct.
Maybe there is another way to do this but i am at a lost as to how anyway,
here goes.
I need to calculate the value of (2) different rates (1) @ $65.00 a Hour and
(2) @ $55.00 a Hour
Lets say the company charges $65.00 an hour for one employee and even for
two employees, this is fixed.
But, if another employee iss added, then the rate becomes $65.00 for the
first two employees and 1/2 that ($32.50) for the next employee
making the Rate charged $97.50 for three employees.
for each additional employee the rate of $32.50 is added to the total rate
per hour
The Total number of employees would be set at 20
Also the same goes true for the other rate the company charges which is
$55.00 a Hour
for the first (2) then starting with the third it becomes $82.50 then
increments an additional $27.50 for each employee added.
How can I approach something like this so that when i choose a number of
employees with the matching rate i get the calculation that is correct?
I made table with CalcID as the primary key, Rate (Currency), Emp (Number)
, Formula (Currency)
Rate shows the Rate i would choose, Emp is for the number of employees,
Formula is too calculate the Rate & the Number of employees.
help with table I think so i can get my values correct.
Maybe there is another way to do this but i am at a lost as to how anyway,
here goes.
I need to calculate the value of (2) different rates (1) @ $65.00 a Hour and
(2) @ $55.00 a Hour
Lets say the company charges $65.00 an hour for one employee and even for
two employees, this is fixed.
But, if another employee iss added, then the rate becomes $65.00 for the
first two employees and 1/2 that ($32.50) for the next employee
making the Rate charged $97.50 for three employees.
for each additional employee the rate of $32.50 is added to the total rate
per hour
The Total number of employees would be set at 20
Also the same goes true for the other rate the company charges which is
$55.00 a Hour
for the first (2) then starting with the third it becomes $82.50 then
increments an additional $27.50 for each employee added.
How can I approach something like this so that when i choose a number of
employees with the matching rate i get the calculation that is correct?
I made table with CalcID as the primary key, Rate (Currency), Emp (Number)
, Formula (Currency)
Rate shows the Rate i would choose, Emp is for the number of employees,
Formula is too calculate the Rate & the Number of employees.