View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
balder balder is offline
external usenet poster
 
Posts: 2
Default how can I make a cell content equal the tab name 'sheet1' ?



"Mike H" wrote:
It worked!! Thank you very much. Another challenge perhaps - how to make a
tab name equal the content of a spreadsheet cell?

Rune

Try this

=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,256)

Mike

"balder" wrote:

Is there a way to make a cell content in a spreadsheet equal to the tab name
of that spread sheet w/o having to type the tab name into the cell?
Like b1="tab name" where tab name would be copied into cell b1