Excel Date to String conversion
Posted
by Chaitanya MSV
on Stack Overflow
See other posts from Stack Overflow
or by Chaitanya MSV
Published on 2010-04-14T09:12:17Z
Indexed on
2010/04/14
9:33 UTC
Read the original article
Hit count: 439
excel
Hi
I have a Date value like
01/01/2010 14:30:00
in a cell in Excel sheet. I want to convert that Date to Text and also want the Text to look exactly like Date. So a Date value of 01/01/2010 14:30:00 should look like 01/01/2010 14:30:00 but internally it should be Text.
How can I do that in Excel?
Thank you! Chaitanya
© Stack Overflow or respective owner