B
bankman
Who can help me with the following problem?
I have build a report in excel. In one worksheet I use th
Vlookup-function to get data from another worksheet. The function look
like this:
=VLookup(A3;'Name of worksheet'!$B$5:$P$17;7;FALSE)
The piece "$B$5:$P$17" refers to the cells where to look for the data
need. But this little piece of code varies. Hope I write this correctl
(I'am from the Netherlands) ;-).
I mean I've got 60 different codes like this which I use in +/- 18
rows and 13 colums (that's 2340 cells!!).
In another worksheet (Codes) I've made some kind of tool whic
generates these codes for me. These codes can change very often and
don't want to 'search and replace' all these codes in all 2340 cell
every time they change.
Is there some way to replace the piece "$B$5:$P$17" in th
VLookup-function with a refer to a cell in the worksheet "Codes" ? ?
When I try to do it like this it does not work:
=VLookup(A3;'Name of worksheet'!(Codes!I6);7;False).
Does anyone have a suggestion for me???
I hope I have explained my problem clearly?
Thanks in advance for helping me.
Patric
I have build a report in excel. In one worksheet I use th
Vlookup-function to get data from another worksheet. The function look
like this:
=VLookup(A3;'Name of worksheet'!$B$5:$P$17;7;FALSE)
The piece "$B$5:$P$17" refers to the cells where to look for the data
need. But this little piece of code varies. Hope I write this correctl
(I'am from the Netherlands) ;-).
I mean I've got 60 different codes like this which I use in +/- 18
rows and 13 colums (that's 2340 cells!!).
In another worksheet (Codes) I've made some kind of tool whic
generates these codes for me. These codes can change very often and
don't want to 'search and replace' all these codes in all 2340 cell
every time they change.
Is there some way to replace the piece "$B$5:$P$17" in th
VLookup-function with a refer to a cell in the worksheet "Codes" ? ?
When I try to do it like this it does not work:
=VLookup(A3;'Name of worksheet'!(Codes!I6);7;False).
Does anyone have a suggestion for me???
I hope I have explained my problem clearly?
Thanks in advance for helping me.
Patric