track changes when a merged cell text value = a specific word

stalledprogress

New Member
Joined
Jun 3, 2011
Messages
1
Hey Guys,

I've been reading other posts/Google Searching, but I just can't figure out the code.

Im trying to :
(this is not in VBA code)

If Cells I6/J6 (MergedCell)= "A Word*" (text with a wildcard)

Then Copy I4:J6 text values to Sheet 2
But put those cells in one row/seperate columns in the order of:
I4 | J4 | I5 | J5 | I6/J6 (MergedCell) | using a new row everytime a new entry is required.

e.g. If I change I6/J6 from "Goat" to "A Word" to "Bear" to "A Word 2", then this would record the 2 "A Word" entries in Sheet2 on different rows.

and repeat this process for K6/L6, M6/N6 etc.

I want to basically track the Sheet1 changes in Sheet2, when a merged cell text value = a specific word.

Many Thanks
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.

Forum statistics

Threads
1,224,598
Messages
6,179,822
Members
452,946
Latest member
JoseDavid

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