Hi,
I have an excel that i would like to automate capturing the particular columns and at the same time
replicate to another worksheet. Other requirements is to get the top 3 items per model using the qty
as reference. THank you in advance.

Raw Data:
Columns----A-----B-------C-------D---------E----------F-----------G--------H------------I--------J---------K--------L--------M--------N--------O------P----Q
Header ---Name--MI--Surename--Model---SKU--------Itemane----Location---  Description----------------------------- Qty----change---reason---details
Details---xx----x---xxxx  ----Motion--xxxx-----------xxx---------xxx------xxxxx------------------------------------150-------xx------xxx------xxx
----------xx----x---xxxx  ----Motion--xxxx-----------xxx---------xxx------xxxxx------------------------------------100-------xx------xxx------xxx
----------xx----x---xxxx  ----Motion--xxxx-----------xxx---------xxx------xxxxx------------------------------------75--------xx------xxx------xxx      
----------xx----x---xxxx  ----Motion--xxxx-----------xxx---------xxx------xxxxx------------------------------------200--------xx------xxx------xxx
----------xx----x---xxxx  ----Motion--xxxx-----------xxx---------xxx------xxxxx------------------------------------35--------xx------xxx------xxx     
----------zz----z---zzzz  ----RED-----zzzz-----------zzz---------zzz------zzzzz------------------------------------50--------zz------zzz------zzz   
----------zz----z---zzzz  ----RED-----zzzz-----------zzz---------zzz------zzzzz------------------------------------1000------zz------zzz------zzz  
----------zz----z---zzzz  ----RED-----zzzz-----------zzz---------zzz------zzzzz------------------------------------1500------zz------zzz------zzz  
----------zz----z---zzzz  ----RED-----zzzz-----------zzz---------zzz------zzzzz------------------------------------500-------zz------zzz------zzz  
----------zz----z---zzzz  ----RED-----zzzz-----------zzz---------zzz------zzzzz------------------------------------250-------zz------zzz------zzz  
----------zz----z---zzzz  ----RED-----zzzz-----------zzz---------zzz------zzzzz------------------------------------125-------zz------zzz------zzz  

Desired Result:

Model-----sku------description-------Qty----Change--reason--details--Line#
---------------------------------------------------------------------------
Motion----xxxx-----------xxxxx------- 200-----xx------xx------xx------1
Motion----xxxx-----------xxxxx------- 150-----xx------xx------xx------2
Motion----xxxx-----------xxxxx------- 100-----xx------xx------xx------3
RED-------zzzz-----------zzzzz------- 1500----zz------zz------zz------1
RED-------zzzz-----------zzzzz------- 1000----zz------zz------zz------2
RED-------zzzz-----------zzzzz------- 500-----zz------zz------zz------3