View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
kingkhan kingkhan is offline
external usenet poster
 
Posts: 2
Default unable to get expected results while anding two coloumns

On Feb 29, 5:26*pm, "Ron Coderre"
wrote:
Try this:

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

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

Regards,

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

"kingkhan" wrote in message

...



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


- Show quoted text -


THANKS IT WORKED OUT :)