T
Todd
Hi, I am using the formula below to put the sheet name in
a cell on the same worksheet. Its from a worksheet that
has pages for each month. So the result is a date and
year. I am looking for a formula I can use in conditional
fomatting that would tell if a month and year that does
not match the sheet name is entered in a cell/column.
Can I do this?
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))
+1,255)
Result: July 2004
TIA,
Todd
a cell on the same worksheet. Its from a worksheet that
has pages for each month. So the result is a date and
year. I am looking for a formula I can use in conditional
fomatting that would tell if a month and year that does
not match the sheet name is entered in a cell/column.
Can I do this?
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))
+1,255)
Result: July 2004
TIA,
Todd