ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   CELL Function and Worksheet Name in a Cell (https://www.excelbanter.com/excel-worksheet-functions/98245-cell-function-worksheet-name-cell.html)

David

CELL Function and Worksheet Name in a Cell
 
I have a workbook with 23 worksheets.

I need the worksheet name to be automatically inserted into a
cell on each worksheet.

Worksheet names are all 5 characters - example is 14-01

I'm using =Right(Cell("Filename"),5)

It works - sort of. But does not automatically calculate. When I
recalculate every worksheet gets the same value (the number of
the active worksheet when I press F9)

Is this just a quirk of Excel, or is there another way to do it?

Thanks for any help.

David

CELL Function and Worksheet Name in a Cell
 
OK - I solved my own problem.

Change the formula to be:

=Right(Cell("Filename",B5),5) where B5 is the cell where the
formula is.


David wrote:
I have a workbook with 23 worksheets.

I need the worksheet name to be automatically inserted into a cell on
each worksheet.

Worksheet names are all 5 characters - example is 14-01

I'm using =Right(Cell("Filename"),5)

It works - sort of. But does not automatically calculate. When I
recalculate every worksheet gets the same value (the number of the
active worksheet when I press F9)

Is this just a quirk of Excel, or is there another way to do it?

Thanks for any help.


Gord Dibben

CELL Function and Worksheet Name in a Cell
 
David

You can use any cell reference.....but you must use one, as you have discovered.


Gord Dibben MS Excel MVP

On Sat, 08 Jul 2006 13:22:31 -0700, David wrote:

OK - I solved my own problem.

Change the formula to be:

=Right(Cell("Filename",B5),5) where B5 is the cell where the
formula is.


David wrote:
I have a workbook with 23 worksheets.

I need the worksheet name to be automatically inserted into a cell on
each worksheet.

Worksheet names are all 5 characters - example is 14-01

I'm using =Right(Cell("Filename"),5)

It works - sort of. But does not automatically calculate. When I
recalculate every worksheet gets the same value (the number of the
active worksheet when I press F9)

Is this just a quirk of Excel, or is there another way to do it?

Thanks for any help.




All times are GMT +1. The time now is 07:58 PM.

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