Hi,
didn't produce same result as Index(date) and Index(time) done separately.=Index(date,F1)+index(time,F1)
Tried below and get the date right but the time wrong.
1)2) Set in cell format, m/d/yy h:mm=text(index(date,F1),"m/d/yy")+text(index(time,F1),"h:mm")
date = A1:A10 (In m/d/yy)
time = B1:B10 (In h:mm)
How to combine both date and time with index?
Bookmarks