ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   TABS formula Is This Possible & How (https://www.excelbanter.com/excel-discussion-misc-queries/257532-tabs-formula-possible-how.html)

Mike

TABS formula Is This Possible & How
 
I have 50 worksheets in work book each Tab has a different date Say Jan.31 &
so on. So what i want to do is in cell B2 on each sheet have the Tab name. Is
there a formula for this. Because when i change the tab name in future i want
cell B2 to follow suit

Gary Keramidas[_3_]

TABS formula Is This Possible & How
 
one way

=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,LEN(CELL("filename",A 1))-FIND("]",CELL("filename",A1)))

--


Gary Keramidas
Excel 2003


"Mike" wrote in message
...
I have 50 worksheets in work book each Tab has a different date Say Jan.31
&
so on. So what i want to do is in cell B2 on each sheet have the Tab name.
Is
there a formula for this. Because when i change the tab name in future i
want
cell B2 to follow suit



Gary Keramidas[_3_]

TABS formula Is This Possible & How
 
this may work, too
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1),1)+1,999)

--


Gary Keramidas
Excel 2003


"Gary Keramidas" wrote in message
...
one way

=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,LEN(CELL("filename",A 1))-FIND("]",CELL("filename",A1)))

--


Gary Keramidas
Excel 2003


"Mike" wrote in message
...
I have 50 worksheets in work book each Tab has a different date Say Jan.31
&
so on. So what i want to do is in cell B2 on each sheet have the Tab
name. Is
there a formula for this. Because when i change the tab name in future i
want
cell B2 to follow suit





All times are GMT +1. The time now is 02:28 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com