Macro + Copy + Paste + different excels + using a condition

bluej

New Member
Joined
May 23, 2012
Messages
28
Hi,
I need a macro which can help me with the below:




1) For Unique Values in Input.xls excel
If Input.colA=Test Report.colA then
paste values in Test Report.col L, col M, col N & col O from Input.colB, col C, col D & col E for that row


2) For duplicate values in Input.xls excel
If Input.colA=Test Report.colA then
paste the summed values of Input.colB, col C, col D & col E in Test Report.col L, col M, col N & col O.


Error condition:
If Input1.colA does not exist in Test Report.colA, it should add up all such rows & paste in Test Report.colA = 'Miscellaneous Ones ' under col L, col M, col N & col O.
It should also create a sheet name Miscellaneous in Test Report excel & paste all the above rows there.


Please help me out.


Thanks,
Blue J
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce

Forum statistics

Threads
1,206,757
Messages
6,074,760
Members
446,084
Latest member
WalmitAal

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