Copy Row if condition is met

Closed
Jen - 17 Mar 2011 à 13:41
rizvisa1 Posts 4478 Registration date Thursday 28 January 2010 Status Contributor Last seen 5 May 2022 - 18 Mar 2011 à 10:41
Hello,

I am new to using excel and vba, but below is what I am trying to do.

I want to know if I can copy a row from one sheet to another if a cell is equal to a specific value in Excel. I have one sheet that contains all of my "Raw Data." If column R is equal to "644", then I want to copy that row of data into my "644 Batches" sheet.

Thanks for any help!

Related:

1 response

rizvisa1 Posts 4478 Registration date Thursday 28 January 2010 Status Contributor Last seen 5 May 2022 766
18 Mar 2011 à 10:41
So for all values in column "R", there is a corresponding sheet names "xxxx Batches", where xxxx is the value in column R . Also when it copies, would it be like a batch process, meaning wipe out exisitng sheet and then copy information to "644 Batches" sheet