If a column equals "Not Paid" copy and move to another sheet?

jennie1153

New Member
Joined
Sep 14, 2011
Messages
4
Is there a way to copy and move an entire row in a sheet with a formula if a certain column equals "Past Due"? <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
<o:p></o:p>
Here's the deal.. I have a huge sheet of data and I have done a "IF" formula to have then marked as "Paid" or "Past Due", What I would like is that if I could make a formula to copy an entire row only if Column C says "Past Due" into a new worksheet. Is this possible?<o:p></o:p>
<o:p></o:p>
Here is an example of my spread sheet that I need certain information from.<o:p></o:p>
Untitled-1.jpg

I hope that my question is clear enough :( Thank you in advance!
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Cannot move a row with just a formula. You could do it with a macro, or it would be fairly easy to do it en masse manually.

  • Select column C
  • Select from the menu Data\Filter\Autofilter
  • This will put a dropdown list in cell C1
  • Select from the C1 dropdown list "Past Due"
  • This will hide all the rows that are not Past Due
  • Select all the visible Past Due rows and copy-paste them to the other sheet
  • Select the visible Past Due rows again and delete them
  • Select Autofilter again from the menu to turn it off
 
Upvote 0
Excel formulas cannot "move" anything, they can only return values in the cells that they are located in.

If you need to physically "move" data, it will probably require a macro (unless you do it manually).
 
Upvote 0

Forum statistics

Threads
1,224,520
Messages
6,179,267
Members
452,902
Latest member
Knuddeluff

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