G
Guest
Hi,
Here is my problem:
I have a datasheet with funds on each row, that must take values from an
external sheets into different columns for each row.
It works like this, a different fund on each row, with several classes (for
different currencies of the same fund). We have external source sheets for
each fund, so each row of the main sheet must point to a different source
sheet.
Is that possible? That means I need to point the links for each row at a
different source sheet, preferably using parameters. This is so that it's
essentially the same link on each row, with just the fund name being
different, and the columns obviously point to different source columsn with
values for the different classes.
Now all that wouldn't be so bad, but unfortunately it's more complex. In the
main sheet the classes are named Class 1, Class 2, Class 3, Class 4 up to
Class 8, but not all of them will be enabled as some classes are not live.
And the trouble is, it won't be that Class 1, 2, 3 are enabled, it may be
that Classes 1, 2, 4, 6 are enabled.
And in the source sheet (where the data will come from) ONLY data fro the
enabled classes will be output from the source system.
So how can I link to the source shet=et using an offset, and also use
paremeters or variables in the formula so they can essentially all be the
same.
Would a formula using ADRESS or INDIRECT work?
I know that I could do this with a VBA macro, but we want to avoid that as a
macro will have to be tested much more.
thanks for any help
Philip
Here is my problem:
I have a datasheet with funds on each row, that must take values from an
external sheets into different columns for each row.
It works like this, a different fund on each row, with several classes (for
different currencies of the same fund). We have external source sheets for
each fund, so each row of the main sheet must point to a different source
sheet.
Is that possible? That means I need to point the links for each row at a
different source sheet, preferably using parameters. This is so that it's
essentially the same link on each row, with just the fund name being
different, and the columns obviously point to different source columsn with
values for the different classes.
Now all that wouldn't be so bad, but unfortunately it's more complex. In the
main sheet the classes are named Class 1, Class 2, Class 3, Class 4 up to
Class 8, but not all of them will be enabled as some classes are not live.
And the trouble is, it won't be that Class 1, 2, 3 are enabled, it may be
that Classes 1, 2, 4, 6 are enabled.
And in the source sheet (where the data will come from) ONLY data fro the
enabled classes will be output from the source system.
So how can I link to the source shet=et using an offset, and also use
paremeters or variables in the formula so they can essentially all be the
same.
Would a formula using ADRESS or INDIRECT work?
I know that I could do this with a VBA macro, but we want to avoid that as a
macro will have to be tested much more.
thanks for any help
Philip