Cut and Paste Macro

L

Legacy 436357

Guest
Hi is there a code that will cut and paste in a range if cell D is not blank and paste in cell B?

Thank you
 
Can it be done with a formula?

Column C and D get filled when column L is "TRUE". Perhaps a helper column?

=IF(C2<>"",A2=P2,"")

It puts FALSE in cell P2. I know this is wrong.
 
Last edited by a moderator:
Upvote 0

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Can't have a value and a formula in the same cell. One or the other. If A and B are already populated with a value, you cannot put a formula in cells A and B.
 
Upvote 0
I ran the code and it replaced the date and number but it also cleared column A and B in the other rows. I did not want them cleared.

Can it check for blanks in column C and D and do nothing in those rows?
 
Upvote 0

Forum statistics

Threads
1,215,256
Messages
6,123,903
Members
449,132
Latest member
Rosie14

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