G
Guest
I'm using the following formula for a heading in numerous worksheets without any problems.
="12/31/" & VALUE(MID(A1,5,4))-1 & " OTHER TEXT..."
On one new worksheet, however, this formula generates a #VALUE! error. I copied it and the contents of A1 from another worksheet in the workbook where the formula is working correctly.
Any ideas why this isn't working correctly?
CM
="12/31/" & VALUE(MID(A1,5,4))-1 & " OTHER TEXT..."
On one new worksheet, however, this formula generates a #VALUE! error. I copied it and the contents of A1 from another worksheet in the workbook where the formula is working correctly.
Any ideas why this isn't working correctly?
CM