ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   formuas, percentages (https://www.excelbanter.com/excel-discussion-misc-queries/182519-formuas-percentages.html)

Aaron Holmes

formuas, percentages
 
I am trying to input a formula that will work out an amount added together.
The only thing that is different is that I would like to work out different
part of the amount entered. For example if 600 is entered then in the
formula colum it works out the first 29.99 @ 5.2%, 30-99.99@3%,
%, 200-299.99@2%, % and over 600@1%. I also need
it the work it out accuratley if for exaple 150 is entered. Anyone help,
please!

Kevin B

formuas, percentages
 
Create a table of different percentages similar to the one below:
Column AA Column AB
0 5.2%
30 3%
100 2.5%
200 2%
300 1.5%
600 1%

Then user VLOOKUP to return the percentage. In the example below the value
to lookup is A1, the table is in Column AA1:AB6

=VLOOKUP(A1,$AA$1:$AB$6,2)


The syntax for VLOOKUP is:

VLOOKUP(ValueToLookUp,Table_Location,Return_Value_ Column)

Hope this helps.
--
Kevin Backmann


"Aaron Holmes" wrote:

I am trying to input a formula that will work out an amount added together.
The only thing that is different is that I would like to work out different
part of the amount entered. For example if 600 is entered then in the
formula colum it works out the first 29.99 @ 5.2%, 30-99.99@3%,
%, 200-299.99@2%, % and over 600@1%. I also need
it the work it out accuratley if for exaple 150 is entered. Anyone help,
please!



All times are GMT +1. The time now is 07:21 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com