dwayne.fernandes@gmail.com
New Member
Hi I am Dwayne..Just joine the forum..happy to be a part...
I have a question....
I have a two dimensional table below of days and amounts invested and the interest rates for asssociated days and amount.For example in row 1 and column 1 amount invested from 0 to 10 million for 7 to 10 days will fetch a return of 7.25%
AMOUNTS
'DAYS '0-10 '10-25 '25-50 '50-100
7-10 '7.25 7.25 7.25 7.25
11-14 7.5 7.5 7.5 7.5
15-30 7.6 7.7 7.7 7.7
31-60 7.7 7.7 7.7 7.7
61-90 7.7 7.8 7.7 7.7
91-180 7.7 7.7 7.8 7.7
180-365 7.7 7.7 7.7 7.9
366-730 7.8 7.8 7.8 7.8
730-1096 8 8 8 8
1096-1461 8' 8' 8' 8'
I have a list of amounts invested and the number of days in columns
'Amount 'Days 'Rate
20 40
280 63
65 300'
I have to lookup the amount(20) and days(40) in the previous table and return the rate.Can anyone guide me on how this can be done?
I have a question....
I have a two dimensional table below of days and amounts invested and the interest rates for asssociated days and amount.For example in row 1 and column 1 amount invested from 0 to 10 million for 7 to 10 days will fetch a return of 7.25%
AMOUNTS
'DAYS '0-10 '10-25 '25-50 '50-100
7-10 '7.25 7.25 7.25 7.25
11-14 7.5 7.5 7.5 7.5
15-30 7.6 7.7 7.7 7.7
31-60 7.7 7.7 7.7 7.7
61-90 7.7 7.8 7.7 7.7
91-180 7.7 7.7 7.8 7.7
180-365 7.7 7.7 7.7 7.9
366-730 7.8 7.8 7.8 7.8
730-1096 8 8 8 8
1096-1461 8' 8' 8' 8'
I have a list of amounts invested and the number of days in columns
'Amount 'Days 'Rate
20 40
280 63
65 300'
I have to lookup the amount(20) and days(40) in the previous table and return the rate.Can anyone guide me on how this can be done?