Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If the date is in Excel date format you will probably end up with a
number. If so try this: =TRIM(A1&","&B1&","&TEXT(C1,"dd/mm/yyyy")) Hope this helps. Pete On Jul 6, 1:42 pm, JMay wrote: You may need to further refine Barb's suggestion for any excess "spaces" by using: =TRIM(A1) & ","&TRIM(B1) & "," & C1 "Barb Reinhardt" wrote: Try concatenating them together =A1 & ","&B1 & "," & C1 HTH, Barb Reinhardt "zeel" wrote: How Do I Add Commas To Columns And Remove Spaces In Excel?? I need to create lists with the use of 3 columns, i.e., first name, last name, date so that it ends up like below when I select all three columns and then copy and paste to a text editor like Word Pad ... first-name,last-name,date first-name,last-name,date first-name,last-name,date first-name,last-name,date Thank You! Zack www.zeel.biz- Hide quoted text - - Show quoted text - |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Remove trailing spaces from multiple columns in Excel | Excel Worksheet Functions | |||
Excel 2002 : How to remove trailing spaces ? | Excel Discussion (Misc queries) | |||
how do I remove leading spaces and leave the remianing spaces w | Excel Worksheet Functions | |||
How do you remove excess spaces from an Excel field? | Excel Discussion (Misc queries) | |||
remove spaces in text in excel | Excel Discussion (Misc queries) |