Part numbers sorted by shift

Patters1978

New Member
Joined
Feb 27, 2019
Messages
1
Hi everyone

My data comes to me in the following way

123456G 1 1 1 1 1 1 1 1 1
234567B 1 1 1 1 1 1 1 1 1
345678R 1 1 1 1 1 1 1 1 1
456789B 1 1 1 1 1 1 1 1 1

The number with the letter is the first cell and is part number and shift built

The other numbers are measurements of part and are in a cell for each measurement

I want to separate each shifts measurements into another sheet to monitor build quality

The part number and shifts can be random ie
B
R
G
B
G

Etc

Any idea
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
If the letter is always to the right of the part number, you can put a formula in sheet2 cell A2, assuming your data is in sheet1 cell A2

=RIGHT(sheet1!A2,1)

copy down
 
Upvote 0

Forum statistics

Threads
1,214,832
Messages
6,121,854
Members
449,051
Latest member
excelquestion515

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