Copy and Paste - Formula is coming over, but keeping the same value

Chrisj821

New Member
Joined
Sep 12, 2014
Messages
4
Field C2 is first name (Jill)
Field A2 is last name (Jones)
create formula =C2&" "&A2 and combines the first and last name with a space.
When I copy this formula and paste (tried every paste option) - It copies the formula and the cell number is increasing - the formula in every one looks great and is what it should be, but keeps the value Jill Jones in every one.
Any help would be appreciated. Thank you.

Last NameMiddle NameFirst Name
JonesMJillJill Jones =C2&" "&A2
AbessGerardJill Jones =C3&" "&A3
ABRAHAMJ DavidJill Jones =C4&" "&A4
AbrahamCMichaelJill Jones =C5&" "&A5

<tbody>
</tbody>
 
Last edited:

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Well, I have two questions...one silly and one serious:

silly: Are all your clients named Jill Jones?

No? Ok fine.

Make sure your formula is truly:

Code:
=C2&" "&A2

and not

Code:
=C$2&" "&A$2

or

=$C$2&" "$A$2
 
Upvote 0
Haha - no they are all different names - I gave a couple examples above.
Yes, the formula is truly =C2&" "&A2 - copied and pasted them in the above.
It just doesn't make sense - never had anything like this happen before.
 
Upvote 0

Forum statistics

Threads
1,214,971
Messages
6,122,525
Members
449,088
Latest member
RandomExceller01

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top