Copy entire rows of data from a raw dump depending on value in a cell

AndyJM87

New Member
Joined
Aug 31, 2018
Messages
28
Hi all, I hope someone can help me.

I have a data sheet called "RAW" with numerous columns.

I want to be able to search through the RAW data set, pull out all rows which match a specific value in a cell.

So, column "D" in RAW contains a VRN (they are not all ordered as per my screenshot), and I want to search the RAW data based on the VRN (Column "D")

I have a sheet named "AB001AB. I want to copy all rows with the VRN "AB001AB" into the sheet "AB001AB". Then all rows with the VRN "AB002AB into the sheet "AB002AB"

Any help much appreciated. I can imagine this being quite a lengthy formula.

Thanks
 

Attachments

  • Excel Help.png
    Excel Help.png
    179.7 KB · Views: 6

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"
Do you have the dynamic array functions?
If not would a macro be ok?
 
Upvote 0
If you type
=SEQ into a cell does it give you the option of Sequence?
 
Upvote 0
Ok in A2 put
=FILTER(Raw!A2:K1000,Raw!D2:D1000="AB001AB","No data")
 
Upvote 0
That just gave me #NAME?

I replaced AB001AB with SY04AB
 

Attachments

  • Name Error.png
    Name Error.png
    111.9 KB · Views: 4
Upvote 0
You've got an equals sign between D=1000, it should just be D1000=
 
Upvote 0
Well spotted. But I now have "No Data". I changed it to 100000 as I have almost 14,000 rows of data.

You guys have so much patience lol. My work laptop is close to being thrown up the garden.
 

Attachments

  • No Data.png
    No Data.png
    111.2 KB · Views: 2
Upvote 0
In that case it can't find anything in column D with SY04AB.
Check that there are no leading/trailing spaces in col D on the Raw sheet. Also should it be a zero or the letter O?
 
Upvote 0

Forum statistics

Threads
1,214,661
Messages
6,120,796
Members
448,994
Latest member
rohitsomani

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