unable to get expected results while anding two coloumns

K

kingkhan

A1=2/29/08,B1=ABC.=A1&B1.resulting in 39507abcab.how to get o/p as
2/29/2008abc in excel
 
R

Ron Coderre

Try this:

=TEXT(A1,"M/D/YYYY")&B1

Is that something you can work with?
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)
 
K

kingkhan

Try this:

=TEXT(A1,"M/D/YYYY")&B1

Is that something you can work with?
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)






- Show quoted text -

THANKS IT WORKED OUT :)
 
Top