Match date

W

Wanna Learn

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
 
U

ufo_pilot

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

Wanna Learn

"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
 
Top