Simple Rookie Formula Question

exceldotcom

New Member
Joined
Jul 2, 2018
Messages
15
Hi everyone! Pleasure to have become a member of the community. I hope to become a net contributor to the board in the future. Alas, now I will posting (hopefully) pretty basic stuff. I mostly self-taught myself Excel and became pretty proficient from my former job in benefits (typical basic IF statements, VLOOKUPs, Pivot Tables etc.), unfortunately being self-taught I likely missed some pretty easy stuff along the way. I'm trying to back into some formulas that have been left behind by a former employee to which I need some assistance with.

=IF(P5="",K5,ROUND(O5*(P5/100),2)) --- (This formula is in column Q)

P = Incentive Target %, i.e. 40%
K = Incentive $, i.e. $71,753
O = New Base Salary $, i.e. $190,838
Q = Header is "Incentive $", i.e. $76,153

Can anyone explain what is going on here? I understand the context but not really the math that is going on inside this formula...

Thanks all! Please forgive if I have pasted this in the wrong section.
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)

Excel 2010
KLMNOPQ
571,753.00190,838.004076,335.20
671,753.00190,838.0040%76,335.20
771,753.00190,838.0040%76,335.20
8
1a
Cell Formulas
RangeFormula
Q5=IF(P5="",K5,ROUND(O5*(P5/100),2))
Q6=ROUND(O6*P6,2)
Q7=O7*P7


The formula is calculating 40% of the amount in O.
P5 the 40 is just a number; to make it a % divide it by 100 see row 6
Please check the data that you included.

Try Excel's Formula | Evaluate Formula
 
Upvote 0

Forum statistics

Threads
1,223,897
Messages
6,175,270
Members
452,628
Latest member
dd2

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