Robbo1971
Automotive
- Nov 1, 2006
- 33
I want to add a percentage of a figure to a figure...
=SUM(A1+(A1*(40/100)))
If A1 = £10 then the answer would be £14.
but the minimum figure I want to add on is £10, so the answer I require is £20.
Therefore how can I write a statement which would calculate the original sum, but if it was less than £10 would add £10 in lieu of the £4 as worked out by the original sum.
=SUM(A1+(A1*(40/100)))
If A1 = £10 then the answer would be £14.
but the minimum figure I want to add on is £10, so the answer I require is £20.
Therefore how can I write a statement which would calculate the original sum, but if it was less than £10 would add £10 in lieu of the £4 as worked out by the original sum.