E
Eliezer
I have an excel sheet with a bunch of dates in the future,
and I need it to calculate how far away those dates are. I
found a way which works (mostly), but the other one I
tried seems to have unearthed a bug.
The way I was trying to do it was to have access convert
the future date and today's date to their DATEVALUE values
and subtract the two:
=DATEVALUE(E27)-DATEVALUE(NOW())
where E27 would be a date located six months or whatever
in the future. However, on further examination, excel
didn't seem to be able to recognize DATEVALUE(cellnumber).
Has anyone else noticed this?
and I need it to calculate how far away those dates are. I
found a way which works (mostly), but the other one I
tried seems to have unearthed a bug.
The way I was trying to do it was to have access convert
the future date and today's date to their DATEVALUE values
and subtract the two:
=DATEVALUE(E27)-DATEVALUE(NOW())
where E27 would be a date located six months or whatever
in the future. However, on further examination, excel
didn't seem to be able to recognize DATEVALUE(cellnumber).
Has anyone else noticed this?