B
Barry Clark
OK, here is another one.
I would like to combine the sheet name and a cell value to equal a ful
date. All in one cell.
I have the month and day part. That isn't a problem at all. For that,
used a modified version of Franz's formula
Code
-------------------
=DATEVALUE(RIGHT(CELL("filename",$A$1),LEN(CELL("filename",$A$1))-FIND("]",CELL("filename",$A$1)))
-------------------
This gives me whatever the sheet name is formatted as a date. However
I would also like it to reference a cell for the year value.
Basically, I would like it reference G7 for the year portion of th
date. I have tried a few things but have not been successful in
method. The last one I tried was to add
Code
I would like to combine the sheet name and a cell value to equal a ful
date. All in one cell.
I have the month and day part. That isn't a problem at all. For that,
used a modified version of Franz's formula
Code
-------------------
=DATEVALUE(RIGHT(CELL("filename",$A$1),LEN(CELL("filename",$A$1))-FIND("]",CELL("filename",$A$1)))
-------------------
This gives me whatever the sheet name is formatted as a date. However
I would also like it to reference a cell for the year value.
Basically, I would like it reference G7 for the year portion of th
date. I have tried a few things but have not been successful in
method. The last one I tried was to add
Code