ttowncorp

Board Regular
Joined
Feb 2, 2015
Messages
183
Office Version
  1. 365
Platform
  1. Windows
this will be a major help but i'm not sure if anybody can help me. I have a massive data sheet that i would like to sort out. I dump the raw data on sheet two and would like to type in the item i want to see the history on in sheet one. example below sheet two then sheet one.
ticket idprioritydate of servicevehicle iduser namedepartmentstatusproblemcorrective actionservice datecommentscompliance
1no5/1/193201robertsoutherncompletedtiresreplaced tires5/1/19
2yes5/2/192200bobwesternactivepiston 4n/an/a
3no5/2/192200bobwesterncompletedtiresreplaced tires5/2/19
4no5/2/192200bobwesterncompletedoil changereplaced oil5/2/19

<tbody>
</tbody>

2200
ticket idprioritydate of serviceuser namedepartmentstatusproblemcorrective actionservice datecommentscompliance
2yes5/2/19bobwesternactivepiston 4n/an/a
3no5/2/19bobwesterncompletedtiresreplaced tires5/2/19
4no5/2/19bobwesterncompletedoil changereplaced oil5/2/19

<tbody>
</tbody>
 
Probably just this line, lengthen to 14.
Code:
With Sheets("Sheet1").Range("A3").Resize(c, [COLOR="#FF0000"][B]14)
[/B][/COLOR]
 
Upvote 0

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.

Forum statistics

Threads
1,215,086
Messages
6,123,033
Members
449,092
Latest member
ikke

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