scorpidxls
New Member
- Joined
- Sep 8, 2024
- Messages
- 5
- Office Version
- 365
- Platform
- Windows
hi, could you all help me with this case. I have a multiple prod code and a tiering interest rate table, and I would like to lookup to that table
for an example, say that I want to find the rate for this :
what function should I use, is it just using vlookup with true range lookup? please help. Thanks in advance
cd | amount | rate |
383 | - | 0.00% |
383 | 100,000,000 | 1.50% |
383 | 500,000,000 | 2.50% |
422 | - | 0.00% |
422 | 50,000,000 | 0.05% |
422 | 100,000,000 | 0.10% |
422 | 500,000,000 | 0.20% |
422 | 1,000,000,000 | 0.30% |
425 | - | 0.00% |
425 | 500,000,000 | 0.50% |
425 | 10,000,000,000 | 1.00% |
425 | 25,000,000,000 | 3.00% |
for an example, say that I want to find the rate for this :
cd | 422 |
amount | 499,000,000 |
rate | ??? |
what function should I use, is it just using vlookup with true range lookup? please help. Thanks in advance