daniel22bg
New Member
- Joined
- Nov 21, 2008
- Messages
- 31
Hello,
I need help with the following stuff:
I have named some sells in my worksheet, eg. A1 is named Coupon, A2 is named maturity etc.
Now I need an excel or VBA based function that looks at the value of a given cells and then connects that value with the content of a corresponding named cell.
For example, let's say that A1 is named Coupon, and countains 5.5%.
Then I have the content of B2 is 'Coupon'
function (B2) = 5.5% (which is the content of A1).
Any help will be appreciated.
I need help with the following stuff:
I have named some sells in my worksheet, eg. A1 is named Coupon, A2 is named maturity etc.
Now I need an excel or VBA based function that looks at the value of a given cells and then connects that value with the content of a corresponding named cell.
For example, let's say that A1 is named Coupon, and countains 5.5%.
Then I have the content of B2 is 'Coupon'
function (B2) = 5.5% (which is the content of A1).
Any help will be appreciated.