Stupid Excel question

marine1

Honorary Master
Joined
Sep 4, 2006
Messages
50,636
Reaction score
3,183
Location
A black hole in the universe - JHB
I am not expert but how does one work out the following?
What would one write it?
I want to say for example, R120000-00 x 15%
But I want it to add the percentage and give me the answer in the block

I know its stupid and I should know but I dont

Thanks
 
Where the value (120000) is in cell B2,
And the percentage (15%) is in cell B3,
Add cell B4 contains True / False for add to the total or not

Then cell B5 should contain formula: =b2*(b3+if(b4,1,0))

I think … typing on cell phone, away from excel
 
Assume amount is in A1 and percentage is in B1
=iferror(if(A1*B1<5000,5000,A1*B1),"There is nothing to calculate")
Just incase either cell is blank or doesn't contain a value.

Note: You will never actually see the error as anything not bigger than 5000 will result in 5000. You will need to have another nested IF.
 
Last edited:
Top
Sign up to the MyBroadband newsletter
X