Calculating employee raises and incentive raises

JRP1218

New Member
Joined
Nov 25, 2014
Messages
12
I am using this formula =(J5*((1 + I5)^C5)*E5) in Excel 2010 in Windows 7 enterprise to determine payroll raises and incentive raises. My problem is when E5=0 for no incentive raise then it returns "0". which I know anything multiplied by 0 will equal 0. SO how do I get the =(J5*((1 + I5)^C5) portion of the formula to process when E5 is 0? Where J5= start rate I5 is the percentage of raise C5 is the years employed and E5 the percentage of incentive raise. Works fine with everything except "0". Any help would be appreciated.
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Welcome to the board. Try:

=IF(E5=0,1,E5)*J5*(1+I5)^C5
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,214
Messages
6,170,771
Members
452,353
Latest member
strainu

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