Hi all
I have amounts in column C that need to be multiplied by a certain percentage to give profit figures which need to be shown in column D.
The percentage to be used in the calculation depends upon the range that the value in column C appears.
---Col F----------------Col G
>0<=500,000 15%
>500,000<=1000000 12%
>1000000<=3000000 10%
>3000000<=6000000 9%
>6000000<=10000000 8%
>10000000<=20000000 7%
So if the values in Column C are as shown below,the first value 393,160 lies between >0<=500,000,so column D would equal 393,160*15%
The fifth value in column C 552,361 lies between >500,000<=1000000,so column D would equal 552,361*12%
Col C
393,160
393,160
440,339
493,179
552,361
618,644
692,882
776,027
869,151
973,449
1,090,262
1,221,094
1,367,625
I know the formula below would work if i was looking for an exact match,how can i modify this so that i can find values that fall into a range.
=VLOOKUP(C1,F1:G6,2,FALSE)
Thanks for the ideas
Ade
=VLOOKUP(C1,F1:G6,2,FALSE)
I have amounts in column C that need to be multiplied by a certain percentage to give profit figures which need to be shown in column D.
The percentage to be used in the calculation depends upon the range that the value in column C appears.
---Col F----------------Col G
>0<=500,000 15%
>500,000<=1000000 12%
>1000000<=3000000 10%
>3000000<=6000000 9%
>6000000<=10000000 8%
>10000000<=20000000 7%
So if the values in Column C are as shown below,the first value 393,160 lies between >0<=500,000,so column D would equal 393,160*15%
The fifth value in column C 552,361 lies between >500,000<=1000000,so column D would equal 552,361*12%
Col C
393,160
393,160
440,339
493,179
552,361
618,644
692,882
776,027
869,151
973,449
1,090,262
1,221,094
1,367,625
I know the formula below would work if i was looking for an exact match,how can i modify this so that i can find values that fall into a range.
=VLOOKUP(C1,F1:G6,2,FALSE)
Thanks for the ideas
Ade
=VLOOKUP(C1,F1:G6,2,FALSE)