TheBoss_U2
New Member
Hello all,
I'm trying to change a text datetime "13 de diciembre de 2013 10:27:37 AM GMT-05:00", to date format
I used
DATEVALUE(LEFT(A1,23)), and always receive #VALUE!
DATE(MID(A1,1,2),MID(A1,4,12),...) but when I put the month value, it returns #VALUE!
I'm trying to change a text datetime "13 de diciembre de 2013 10:27:37 AM GMT-05:00", to date format
I used
DATEVALUE(LEFT(A1,23)), and always receive #VALUE!
DATE(MID(A1,1,2),MID(A1,4,12),...) but when I put the month value, it returns #VALUE!