Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have created a table as follows:
A B C range Tax on amount in column 2 0 0 18% 3 $10,000 $1,800 20% 4 20,000 3,800 22% 5 40,000 8,200 24% 6 60,000 13,000 26% 7 80,000 18,200 28% 8 100,000 23,800 30% 9 150,000 38,800 32% 10 250,000 70,800 34% 11 500,000 155,800 37% 12 750,000 248,300 39% 13 1,000,000 345,800 41% 14 1,250,000 448,300 43% 15 1,500,000 555,800 45% 16 2,000,000 780,800 49% The third column is the rate applied to the excess over column A, which should be added to the column B number. My formula is =LOOKUP(C5,A2:A16,B2:B16)which works good to lookup the base tax amount. But how to add the applicable % rate on the excess above column A? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Commenting custom formula fields/formula on formula editor | Excel Programming |