copying the cell comments of one sheet to other sheet

Arjun T A

New Member
Joined
Aug 13, 2014
Messages
5
Hello every one,

I have an excel which contains two sheets "DCW" and "DCW Original" the number of columns and rows keep changing , in the sheet "DCW" the first column ie "ColumnA"contains the values "Mismatch" or "OK" for each row, all the rows in the "DCW" will be present in "DCW Original" but "DCW Original" might contain many rows.

now, i want a macros where if the "ColumnA" value in the sheet DCW is "mismatch" then it should search for the same row of the "DCW" in the "DCW Original" and it should copy the cell comments of that particular row from "DCW" to "DCW Original".

since the "columnA" of the sheet "DCW" contains Mismatch or ok , the row data starts from "columnB" but in "DCW Original" the row data starts from "Column A"
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)

Arjun T A

New Member
Joined
Aug 13, 2014
Messages
5
How many columns? Is there a column that contains a unique value that can be matched?

The number of columns keeps changing and there is no column which contains unique value ,it should check all the cell values of each row in DCW with all the cell values of each row in DCW Original if its a match then it should retrieve the comments.
 
Upvote 0

Forum statistics

Threads
1,191,117
Messages
5,984,739
Members
439,906
Latest member
Sekiro1899

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
Top