putting date in a cell referring to the tab sheet

R

Rachel

I need to put the date into a cell which corresponds to the sheet tab which
is date Jan 09, Feb 09?
 
J

Jacob Skaria

Hi Rachel

Try the below in a saved workbook
=REPLACE(CELL("Filename",A1),1,FIND("]",CELL("filename",A1)),"")

Also try the below and format to excel date format
=DATEVALUE(REPLACE(CELL("Filename",A1),1,FIND("]",CELL("filename",A1)),""))

If this post helps click Yes
 

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


Top