S
SWalton
How do I get a cell to reflect the value which lies in a sheet's tab (the
sheet name) without having to manually type it in
sheet name) without having to manually type it in
David Billigmeier said:Hello -
CELL("filename") will output the full path of the sheet and tab you are in
and:
=RIGHT(CELL("filename"),LEN(CELL("filename"))-SEARCH("]",CELL("filename")))
Will take just the tab name.
Hope that helps
--
David Billigmeier
SWalton said:How do I get a cell to reflect the value which lies in a sheet's tab (the
sheet name) without having to manually type it in
SWalton said:David, thanks so much for helping but I don't understand your answer
(probably because I am not an advanced user). Some more details or
explanation will help. thanks again!
David Billigmeier said:Hello -
CELL("filename") will output the full path of the sheet and tab you are in
and:
=RIGHT(CELL("filename"),LEN(CELL("filename"))-SEARCH("]",CELL("filename")))
Will take just the tab name.
Hope that helps
--
David Billigmeier
SWalton said:How do I get a cell to reflect the value which lies in a sheet's tab (the
sheet name) without having to manually type it in
David Billigmeier said:Just copy and paste the following code (verbatim) into any cell on your
worksheet:
=RIGHT(CELL("filename"),LEN(CELL("filename"))-SEARCH("]",CELL("filename")))
It will copy a text string corresponding to the tab name of the tab you are
working in. Note, however, that the spreadsheet you are working in has to be
saved or else it will output #VALUE!
Better?
--
David Billigmeier
SWalton said:David, thanks so much for helping but I don't understand your answer
(probably because I am not an advanced user). Some more details or
explanation will help. thanks again!
David Billigmeier said:Hello -
CELL("filename") will output the full path of the sheet and tab you are in
and:
=RIGHT(CELL("filename"),LEN(CELL("filename"))-SEARCH("]",CELL("filename")))
Will take just the tab name.
Hope that helps
--
David Billigmeier
:
How do I get a cell to reflect the value which lies in a sheet's tab (the
sheet name) without having to manually type it in
David Billigmeier said:Just copy and paste the following code (verbatim) into any cell on your
worksheet:
=RIGHT(CELL("filename"),LEN(CELL("filename"))-SEARCH("]",CELL("filename")))
It will copy a text string corresponding to the tab name of the tab you are
working in. Note, however, that the spreadsheet you are working in has to be
saved or else it will output #VALUE!
Better?
--
David Billigmeier
SWalton said:David, thanks so much for helping but I don't understand your answer
(probably because I am not an advanced user). Some more details or
explanation will help. thanks again!
David Billigmeier said:Hello -
CELL("filename") will output the full path of the sheet and tab you are in
and:
=RIGHT(CELL("filename"),LEN(CELL("filename"))-SEARCH("]",CELL("filename")))
Will take just the tab name.
Hope that helps
--
David Billigmeier
:
How do I get a cell to reflect the value which lies in a sheet's tab (the
sheet name) without having to manually type it in
David Billigmeier said:Hello -
CELL("filename") will output the full path of the sheet and tab you are in
and:
=RIGHT(CELL("filename"),LEN(CELL("filename"))-SEARCH("]",CELL("filename")))
Will take just the tab name.
Hope that helps
--
David Billigmeier
SWalton said:How do I get a cell to reflect the value which lies in a sheet's tab (the
sheet name) without having to manually type it in
Dilano said:Dear David
I was looking for the smae solution and I came cross your reply to the gent.
I have used this and it works, but If I have the same cell position in
differnts Active Sheet in one file, all will refer to one Active sheet only,
Let say I past it is a cell in TAB "101" and TAB "102" and so one, when I
check all cells refer to #101 instead of #102, #103 as Active Sheet order, Is
it what it supose to do.
Thank you
David Billigmeier said:Hello -
CELL("filename") will output the full path of the sheet and tab you are in
and:
=RIGHT(CELL("filename"),LEN(CELL("filename"))-SEARCH("]",CELL("filename")))
Will take just the tab name.
Hope that helps
--
David Billigmeier
SWalton said:How do I get a cell to reflect the value which lies in a sheet's tab (the
sheet name) without having to manually type it in