Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 542
Default Worksheets in a formulae

In my workbook to work out efficiences and such I have a total of 6 sheets.
One for each day of the week and one for the oberall efficiences on the week
(based on a five day working week).

On each sheet there is four different sections that can be printed out
independantly of each other if required. Each one os theese sections require
a date.

Each worksheet is also named by the date. E.G Sheet one will be 080208,
sheet two 090208 and so on.

Is there any way that I can take the worksheet name (the date) and using a
formulae or some such to insert it into that days work sheet.

So at the beggining of the week I don't have to enter every last date
independentl??

Thanks
James
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,365
Default Worksheets in a formulae

This formula will return the sheet name once the workbook has been saved at
least once:
=RIGHT(CELL("filename",A1),LEN(CELL("filename",A1) )-FIND("]",CELL("filename",A1))

You could set up one cell with that formula in it that will give the
information and then base any other use of the sheet name/date from that
cell. You can even put it in cell A1 itself. Assuming it's in A1, you can
use these formulas to either make it look like a data or actually be a date:

look like a date
=LEFT(A1,2) & "/" & MID(A1,3,2) & "/" & RIGHT(A1,2)

turn it into a date:
=DATE("20" & RIGHT(A1,2),LEFT(A1,2), MID(A1,3,2))


"James" wrote:

In my workbook to work out efficiences and such I have a total of 6 sheets.
One for each day of the week and one for the oberall efficiences on the week
(based on a five day working week).

On each sheet there is four different sections that can be printed out
independantly of each other if required. Each one os theese sections require
a date.

Each worksheet is also named by the date. E.G Sheet one will be 080208,
sheet two 090208 and so on.

Is there any way that I can take the worksheet name (the date) and using a
formulae or some such to insert it into that days work sheet.

So at the beggining of the week I don't have to enter every last date
independentl??

Thanks
James

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
Copy formats and formulae from 1 worksheet to all worksheets in f BillFitz Excel Discussion (Misc queries) 1 February 21st 07 09:45 PM
References to worksheets in formulae andyiain Excel Discussion (Misc queries) 3 July 14th 06 06:27 PM
copy between worksheets does not copy formulae just values Chris@1000 Oaks Excel Discussion (Misc queries) 0 March 19th 06 11:44 AM
Relative Formulae between worksheets Skid Excel Discussion (Misc queries) 1 October 26th 05 02:42 PM
Searching TEXT in formulae, rather than results of formulae AndyE Excel Worksheet Functions 1 July 15th 05 10:57 AM


All times are GMT +1. The time now is 03:18 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"