Match date

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello I have a monthly report with worksheets for each business day of
the month. the report title on on each worksheet is the same as the date on
the tab. Because I have formulas in this report every month I rename the
report. Is there a way that when I change the worksheet date and the the
report date at the same time , (or the other way around change the report
date and the worksheet date at the same time ) thanks
 
=MID(CELL("Filename"),FIND("]",CELL("Filename"))+1,255)
place this in any cell you want named as the sheet
HTH
 
"UFO_pilot

WOW! thanks

ufo_pilot said:
=MID(CELL("Filename"),FIND("]",CELL("Filename"))+1,255)
place this in any cell you want named as the sheet
HTH

Wanna Learn said:
Hello I have a monthly report with worksheets for each business day of
the month. the report title on on each worksheet is the same as the date on
the tab. Because I have formulas in this report every month I rename the
report. Is there a way that when I change the worksheet date and the the
report date at the same time , (or the other way around change the report
date and the worksheet date at the same time ) thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Monthly dates on Reports 6
Excel Vba to change displayed year automatically. 14
Date and If problem 6
Sum Function 2
Macro or Look-up? 1
autofill colour based on date entry 8
Macro Query 1
SUMPRODUCT with multiple variables 0

Back
Top