To drag the *original* formula (using XL's default sheet names), along a
row, across columns, you could try this:
=INDIRECT("Sheet"&COLUMNS($A:A)&"!B1")
To use *other* then the XL default sheet names,
Make a list of these names in an out-of-the-way location of your sheet, say
Column Z.
Make sure that the list in Column Z matches *exactly* with the names on the
sheet tabs,
Then try this formula to copy *down*:
=INDIRECT("'"&Z1&"'!b1")
And try this formula to copy *across*:
=INDIRECT("'"&INDEX($Z:$Z,COLUMNS($A:A))&"'!b1")
--
HTH,
RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================
Hey,
got that.. actually i was modifying the sheet name and then trying it!
Thanks a lot that was really helpful.
can i modify the formula to use it for named sheets? aslo how can i make the
make same formula work while dragging it horizontally.
thx once again..
tols
Ragdyer said:
Fine!
That means that the formula is working.
Type a number, say 100, in B1 (the next cell), and you should see the 100
displays in A1.
Now drag the formula down a few rows to copy it.
You should have 0's in those cells too.
Enter data in the Column B cells and you should see them displayed in Column
A.
NOW, the formula says look in Sheet1.
You're *in* Sheet1 now, so it's doing what it's supposed to do!
Just enter the *exact* same formula in Sheet2 (or whatever sheet you wish),
and you should see that same 100 displayed in whatever cell you entered it
into.
Drag down to copy as you did in Sheet1, and you should see the Sheet1 -
Column B data displayed in *this* sheet.
You now have your links between these sheets.
Is everything working now?
If it is, why didn't this happen the first time you used this same formula?
!
--------------------------------------------------------------------------
-
--
benefit
!
-------------------------------------------------------------------------
--
Hi,
thx for ur response.
well my sheet names at the moment are sheet1 sheet2 etc. i have tried
the
formula but it doesnt seem to be working!
regards,
tols
:
That formula works for the *default* XL sheet names.
What are the *actual* names of your sheets?
--
Regards,
RD
--------------------------------------------------------------------------
benefit