B
Bruce
I am baffled. The cell referenced in the formula below
contains text in the format yyyymmdd. The data is coming
from a non Excel system and we are trying to minimize
change to it. We want to add a column that shows the text
date plus 39 months. The formula works, but not always.
This morning it shows #NAME?. If I double-click the
formula it will display the correct date (the cells of the
formula are formatted as a date). If I audit solve the
formula it looks like the edate() is the culprit. Why
won't the value resolve with out interaction? =EDATE
(DATEVALUE(CONCATENATE(LEFT(L2,4),"-",MID(L2,5,2),"-",RIGHT
(L2,2))),39)
Thanks
contains text in the format yyyymmdd. The data is coming
from a non Excel system and we are trying to minimize
change to it. We want to add a column that shows the text
date plus 39 months. The formula works, but not always.
This morning it shows #NAME?. If I double-click the
formula it will display the correct date (the cells of the
formula are formatted as a date). If I audit solve the
formula it looks like the edate() is the culprit. Why
won't the value resolve with out interaction? =EDATE
(DATEVALUE(CONCATENATE(LEFT(L2,4),"-",MID(L2,5,2),"-",RIGHT
(L2,2))),39)
Thanks