Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 23
Default Is it possible to have a cell just quote the worksheet name?

Ie. My workbook has 5 worksheets, England, Scotlans etc

Can I have cell A7 of each sheet just quote the name?

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 23
Default Is it possible to have a cell just quote the worksheet name?

You Could have something like this in cell A7 in each worksheet

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

regards

Paul


DannyS wrote:
Ie. My workbook has 5 worksheets, England, Scotlans etc

Can I have cell A7 of each sheet just quote the name?

Thanks!


  #3   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Is it possible to have a cell just quote the worksheet name?

This, in any cell will return the SheetName, once the file has been saved.

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

Vaya con Dios,
Chuck, CABGx3




"DannyS" wrote:

Ie. My workbook has 5 worksheets, England, Scotlans etc

Can I have cell A7 of each sheet just quote the name?

Thanks!

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 23
Default Is it possible to have a cell just quote the worksheet name?


Super, thanks guys

"CLR" wrote:

This, in any cell will return the SheetName, once the file has been saved.

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

Vaya con Dios,
Chuck, CABGx3




"DannyS" wrote:

Ie. My workbook has 5 worksheets, England, Scotlans etc

Can I have cell A7 of each sheet just quote the name?

Thanks!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How:Add New Worksheet that copies the cell of the previous sheet JLM Excel Worksheet Functions 1 August 24th 06 08:04 PM
How do I get ONLY new info from 1 Worksheet to another automatical Elaine Excel Worksheet Functions 6 July 13th 06 05:45 PM
fill cell with color from other worksheet Crakel Excel Discussion (Misc queries) 4 April 19th 06 05:14 AM
Conversion of Cell Contents into a Functional Worksheet name ? GMJT Excel Worksheet Functions 1 August 21st 05 04:59 PM
Refrencing another cell in a worksheet that "could" exist KimberlyC Excel Worksheet Functions 1 February 7th 05 07:09 PM


All times are GMT +1. The time now is 05:47 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"