Hi guys
I'm looking to drag a formula down a column but only want the worksheet name to change, any idea how to do this?
I'm looking for the formula to do this:
='1'!M1
='2'!M1
='3'!M1
etc...
Hi guys
I'm looking to drag a formula down a column but only want the worksheet name to change, any idea how to do this?
I'm looking for the formula to do this:
='1'!M1
='2'!M1
='3'!M1
etc...
you could do this with a formula or macro
for example, type 1 to 10 in cells A1 to A10, then in B1 type
="='"&A1&"'!M1"
into B1 and copy into B2:B10
convert the formulas in B1:B10 to values. and search and replace the equals sign with another equals sign to convert the string to a formula
Use INDIRECT()
Drag Fill Down.![]()
=INDIRECT("'"&ROW(A1)&"'!M1")
Or on these lines
![]()
=INDIRECT("'Sheet"&ROW(A1)&"'!M1")
If you need any more information, please feel free to ask.
However,If this takes care of your needs, please select Thread Tools from menu above and set this topic to SOLVED. It helps everybody! ....
Also
اس کی مدد کرتا ہے اگر
شکریہ کہنے کے لئے سٹار کلک کریں
If you are satisfied by any members response to your problem please consider using the small Star icon bottom left of their post to show your appreciation.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks