#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
A A is offline
external usenet poster
 
Posts: 37
Default Cell References

How do I make a cell equal to the name of the worksheet that I am currently
using without typing the name in each worksheet?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Cell References

One method

Right-click on a sheet tab and "Select all sheets"

In any cell on the active sheet enter this formula.

=MID(CELL("Filename",A1),FIND("]",CELL("Filename",A1))+1,255)

Ungroup the sheets.

Note: the A1 reference is irrelevant as far as the address, but some cell
reference must be used in the formula.

See Bob Phillips' site for more info.

NOTE: the workbook must have been saved otherwise you get an error.

Another method would be to use event code to show the sheet name in a cell
whenever the sheet is activated.


Gord Dibben MS Excel MVP

On Tue, 24 Jul 2007 08:58:03 -0700, a wrote:

How do I make a cell equal to the name of the worksheet that I am currently
using without typing the name in each worksheet?


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 52
Default Cell References

Hi

Try this link

http://www.xldynamic.com/source/xld.xlFAQ0002.html


--
Hope this helps


"a" wrote:

How do I make a cell equal to the name of the worksheet that I am currently
using without typing the name in each worksheet?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Cell References

Which is the link I meant to provide in my post<g

Thanks for including it.

Gord

On Tue, 24 Jul 2007 09:32:05 -0700, JudithJubilee
wrote:

Hi

Try this link

http://www.xldynamic.com/source/xld.xlFAQ0002.html


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default Cell References

Gord:

Thanks! This also helped me with the same issue!

jb

"Gord Dibben" wrote:

One method

Right-click on a sheet tab and "Select all sheets"

In any cell on the active sheet enter this formula.

=MID(CELL("Filename",A1),FIND("]",CELL("Filename",A1))+1,255)

Ungroup the sheets.

Note: the A1 reference is irrelevant as far as the address, but some cell
reference must be used in the formula.

See Bob Phillips' site for more info.

NOTE: the workbook must have been saved otherwise you get an error.

Another method would be to use event code to show the sheet name in a cell
whenever the sheet is activated.


Gord Dibben MS Excel MVP

On Tue, 24 Jul 2007 08:58:03 -0700, a wrote:

How do I make a cell equal to the name of the worksheet that I am currently
using without typing the name in each worksheet?



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
Displaying multiple cell references in 1 cell aposatsk Excel Discussion (Misc queries) 2 August 21st 06 04:21 PM
How to rename references from range names to cell references Abbas Excel Discussion (Misc queries) 1 May 24th 06 06:18 PM
Changing Cell References To a Different Worksheet in the Same Cell DL Excel Worksheet Functions 3 March 30th 06 11:18 PM
fix cell references AK Excel Discussion (Misc queries) 3 March 16th 05 05:09 PM
Transferring cell content between workbooks using cell references Kiwi Mike Excel Discussion (Misc queries) 2 November 27th 04 11:31 PM


All times are GMT +1. The time now is 05:49 AM.

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

About Us

"It's about Microsoft Excel"