How to change a column with date and time as string format in Excel into a column with the same date and time in date/time format? -


i have column in string format in excel (2010) shows "yyyy-mm-dd hh:mm:ss" , analysis need same, except in date+time format instead of string format.

after googling got macros me, never worked visual basics in excel before. on top of that, questions found come close every time seem have different solution.

i got far have visual basics enter code (yes yes, may laugh @ poor skills), have no clue code enter there.

thanks.

to both date , time, use =datevalue(a1)+timevalue(a1).


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -