Formula to calculate 401(k)

C

carmelcorn45

Hi
I need to make a formula in the range G13:G45 to calculate the healt
insurance cost for each employee by testing whether the name of th
employee's plan in E13:E:45 is equal to the name of the health plan i
cell B4. If it is, then the cost of the health plan is equal to th
value of cell C4; otherwise, the cost is equal to the value of cel
C5.
Thanks in advance
carmelcor
 
J

joeu2004

carmelcorn45 said:
Hi
I need to make a formula in the range G13:G45 to calculate the health
insurance cost for each employee by testing whether the name of the
employee's plan in E13:E:45 is equal to the name of the health plan in
cell B4. If it is, then the cost of the health plan is equal to the
value of cell C4; otherwise, the cost is equal to the value of cell C5.

Put into G13, then copy down through G45:

=if(E13 = $B$4, $C$4, $C$5)

When you copy down, E13 will be changed to E14 etc, but $B$4, $C$4 and
$C$5 remain unchanged.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top