How do I Paste Value and Update when Changed

ediejane

New Member
Joined
Feb 24, 2012
Messages
11
Cells in "SKU" column are the pasted value of cells in "SKU Formula" (concatenate) column.

How do I get the "SKU" column (pasted value) to automatically update when a change is made to data in cells shown in SKU formula?

[TABLE="width: 1000"]
<tbody>[TR]
[TD]Collection[/TD]
[TD]Prefix[/TD]
[TD]Shape[/TD]
[TD]Size[/TD]
[TD]Supplier[/TD]
[TD]Color Code[/TD]
[TD]SKU Formula[/TD]
[TD]SKU[/TD]
[/TR]
[TR]
[TD]Rhinestone[/TD]
[TD]RHACPB[/TD]
[TD]TD[/TD]
[TD]13x18m[/TD]
[TD]NZ[/TD]
[TD]CL[/TD]
[TD]=+B3&"-"&C3&D3&"-"&E3&"-"&F3[/TD]
[TD]RHACPB-TC-13x18m-NZ-CL[/TD]
[/TR]
[TR]
[TD]Rhinestone[/TD]
[TD]RHACPB[/TD]
[TD]TD[/TD]
[TD]16m[/TD]
[TD]NZ[/TD]
[TD]CL[/TD]
[TD]=+B4&"-"&C4&D4&"-"&E4&"-"&F4[/TD]
[TD][TABLE="width: 211"]
<tbody>[TR]
[TD="class: xl66, width: 211"]RHACPB-TD16m-NZ-CLAB[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]

Any help is greatly appreciated.

Thank you in advance.
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Hello EdieJane,

If your "SKU" column is Column H and your first row of data is Row2 (headings in Row1), then in cell H2 place this little formula:-

Code:
=G2

and then drag it down as far as necessary.

I hope that this helps.

Cheerio,
vcoolio.
 
Upvote 0

Forum statistics

Threads
1,223,214
Messages
6,170,772
Members
452,353
Latest member
strainu

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