Forum Discussion
Draghici Sorin
Apr 18, 2018Copper Contributor
Datevalue+timevalue returns "the cell currently being evaluated contains a constant"
Hello guys, I would like to receive some help from you, as i cannot understand why my formula works for some values and for others isn't. So, in date1 column, i have a formula applied t...
Jamil
Apr 18, 2018Bronze Contributor
can you try with this
=IFERROR(DATEVALUE(B2)+TIMEVALUE(B2),TEXT(B2,"General"))
Draghici Sorin
Apr 18, 2018Copper Contributor
Not working :(