Suppose a worksheet contains a column of part numbers that include text and numbers. A manager wants to subset the worksheet to include only the rows that start with the letters "win" and end with "s".
win322s |
prn23s |
tts987s |
win753s |
prn324m |
win543m |
qlt591m |
win456m |
If you want to subset using both capital and lowercase letters (for example, win, Win, WIN), include the LOWER function, for example, LEFT(LOWER(C1),3)="win". For more information, go to Calculator functions.
Minitab creates a new worksheet that contains only the data for parts that begin with "win" and end with "s".
C1-T |
---|
Part |
win322s |
win753s |