Help please Ardus.
I tried to enter the formulas that you used in your example but I don't know
how to link the answer values to columns of the summary sheet. I don't
understand the formula used. Could you explain for me so that I can re-enter?
Many thanks
Jiq.
It is the same formula from F2 to H17. Excel automatically moves the
relative references to produce different references.
For F2, the formula appears as:
=INDIRECT(F$1&"!B"&ROW())
INDIRECT function has 1 string parameter, which must be a cell(s) reference.
For instance: =INDIRECT("B12") produces the same result as =B12
F$1 resolves to the first cell of current column, where you find the name of
the data worksheet ("Feuil2")
ROW() returns current row (2)
F$1&"!B"&ROW() concatenates the 3 elements and returns string "Feuil2!B2",
which is the reference of the cell containing the answer to question #1
I used INDIRECT and ROW functions so that I can use the same formula
throughout the whole array.
I hope I have beeen clear enough
You must replace my sheet names (feuil2, feuil3, feuil4) by the names of
your individual site worksheets
(if you have more than 3, you can extend the list to the right, then copy my
formula to the newly created columns).
If you're stuck, you can upload your workbook on http://cjoint.com , post
back the link, and I'll be glad to fix it for you.
HTH
--
AP
> Help please Ardus.
> I tried to enter the formulas that you used in your example but I don't
[quoted text clipped - 62 lines]
>> > >
>> > > Any assistance gratefully received!