Sep 06 2018 09:27 AM - last edited on Nov 09 2023 11:10 AM by
I want to do this, but with 2 columns of data. We have a sheet with area codes in one field and phone numbers in another. I need the 2 pieces of data in one field for a list of 500 phone numbers. Do I have to do them one at a time????
Select the cell where you want to put the combined data.
Type = and select the first cell you want to combine.
Type & and use quotation marks with a space enclosed.
Select the next cell you want to combine and press enter. An example formula might be =A2&" "&B2.
Sep 06 2018 09:37 AM
Use your formula in the initial cell and then drag the formula down to the last row. Put your cursor in the bottom right corner of the cell until it changes into a cross (+) and then click and drag to the bottom.
Sep 06 2018 10:29 AM
Or enter your formula into the first cell, select entire column range includes that cell and Ctrl+D
Feb 13 2023 03:38 PM - last edited on Feb 22 2023 03:13 PM by Meenah_Khosraw
Feb 13 2023 03:38 PM - last edited on Feb 22 2023 03:13 PM by Meenah_Khosraw
I took the following steps and had the following problem.
Steps:
1. In the 1st Excel document, data in the first two columns was combined.
2. The combined data was entered into the third column.
3. The data in the third column was highlighted and copied.
4. The data in the third column of the 1st Excel document was copied and pasted into the first column of the 2nd Excel document.
Problem:
The data did not paste. Instead, the first column of the 2nd Excel document showed "REF" throughout.
Question:
How can I pasted the data into the 2nd document without getting "REF" instead?
Thanks,
Ben
[Admin removed phone number for privacy reasons]
[Admin removed email address removed for privacy reasons]
Jun 20 2023 06:21 AM - edited Jun 20 2023 06:46 AM
If by "Excel document" you mean an "Excel file", you can reference data from one file to another but those files cannot be relocated or renamed once referenced without opening each file, correcting the link(s), and re-saving.
If by "Excel document" you mean "Excel worksheet", this is possible but not by using copy/paste the way you are describing.
Note how the formula for each cell references the initial worksheet and cell. Instead of doing a copy/paste you could just as easily have typed the reference formula for the first cell and then use the drag method to insert all the other references you want.
Oct 26 2023 07:18 AM - edited Oct 26 2023 07:20 AM
@bencredosforkidscom
If you want only the values and not the formula to copy over (so that the pasted content is independent of the formula), you can select the newly merged column that contains the combined info and select Copy. When you paste into the new worksheet, select Paste (V) - which will paste just the value of each cell (i.e. the merged data) without the formula so it become an independent data set.
[Edit: updated who I was replying to; this answer was to Ben's question.]
May 24 2024 10:25 AM
Jun 10 2024 10:39 AM
Doesn't work. Example?@radfordsix
Jun 10 2024 11:15 AM
Jun 10 2024 02:07 PM - edited Jun 10 2024 02:12 PM
@SergeiBaklan 1. Here is my error
You can see the formula just doesn't work. Yes, I do have automatic calculations selected.
2. The example link you provided also doesn't work. Yes, my internet is fine (or I wouldn't be able to post this comment).
Jun 10 2024 02:12 PM
Jun 10 2024 02:58 PM
Link is correct, something is wrong with Microsoft servers or channels. Breaks even on root of support
If refresh from time to time it could appear.
Anyway, formula in general shall work.
You may see formula text instead of the result if Show formula is ON
Flash Fill is good enough, but please be careful with it. Sometimes it could give wrong results, especially on big data arrays.
Jun 11 2024 07:25 AM
Jun 11 2024 09:14 AM
As I understood actually the question was why in D2 is =A2&" "&B2, not the resulting text. In your case in the cell will be =CONCAT(B2," ",C2)