Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello, I have an excel file from a customer and I have to combine their first
and last name into 1 column. They have the first name in column A and the last name in column B. I need to get these into 1 column so they can be pout into the UPS System. Thanks in advance!!!! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() You can insert a blank column to the left of Column A so your column A will be blank: Then enter the following formula; =CONCATENATE(B1,", ",C1) B1 is the First Cell ", " is if you want anything to follow - in this case I have inserted a "," and hard space. If you do not want the , and hard space - just delete it and leave the comma which proceeds C1. C1 is your second cell. Then copy down. Then copy all of Column A and then "PASTE - SPECIAL - Values" then you can delete column Column B and C and your values will remain. Work with a copy and not the original. -- wjohnson ------------------------------------------------------------------------ wjohnson's Profile: http://www.excelforum.com/member.php...o&userid=29640 View this thread: http://www.excelforum.com/showthread...hreadid=511892 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I followed these steps, but when I use the fill series command only the
second column reference adjusts. The first column stays B1 for all cells. What am I doing wrong? "wjohnson" wrote: You can insert a blank column to the left of Column A so your column A will be blank: Then enter the following formula; =CONCATENATE(B1,", ",C1) B1 is the First Cell ", " is if you want anything to follow - in this case I have inserted a "," and hard space. If you do not want the , and hard space - just delete it and leave the comma which proceeds C1. C1 is your second cell. Then copy down. Then copy all of Column A and then "PASTE - SPECIAL - Values" then you can delete column Column B and C and your values will remain. Work with a copy and not the original. -- wjohnson ------------------------------------------------------------------------ wjohnson's Profile: http://www.excelforum.com/member.php...o&userid=29640 View this thread: http://www.excelforum.com/showthread...hreadid=511892 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Bierte;196603 Wrote: I followed these steps, but when I use the fill series command only the second column reference adjusts. The first column stays B1 for all cells. What am I doing wrong? "wjohnson" wrote: You can insert a blank column to the left of Column A so your column A will be blank: Then enter the following formula; =CONCATENATE(B1,", ",C1) B1 is the First Cell ", " is if you want anything to follow - in this case I have inserted a "," and hard space. If you do not want the , and hard space - just delete it and leave the comma which proceeds C1. C1 is your second cell. Then copy down. Then copy all of Column A and then "PASTE - SPECIAL - Values" then you can delete column Column B and C and your values will remain. Work with a copy and not the original. -- wjohnson ------------------------------------------------------------------------ wjohnson's Profile: 'Excel Help Forum - View Profile: wjohnson' (http://www.excelforum.com/member.php...o&userid=29640) View this thread: 'Can I combine column A into Colum B? - Excel Help Forum' (http://www.excelforum.com/showthread...hreadid=511892) When you have entered the formula, make sure the cell with the formula is selected, then double-click the handle at the lower right corner of the cell. -- Pecoflyer Cheers - *'Membership is free' (http://www.thecodecage.com)* & allows file upload -faster and better answers *Adding your XL version* to your post helps finding solution faster ------------------------------------------------------------------------ Pecoflyer's Profile: http://www.thecodecage.com/forumz/member.php?userid=14 View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=54178 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
find text in column h and total the corresponding numbers if colum | Excel Discussion (Misc queries) | |||
Positioning Numeric Values Resulting from 6 Column Array Formula | Excel Worksheet Functions | |||
IF/AND/OR/DATEIF Issue...sorry...long post... | Excel Worksheet Functions | |||
Lookup Table Dilemma | Excel Worksheet Functions | |||
Putting text in a column based on variable text from another colum | Excel Discussion (Misc queries) |