Sort Cells Containing Numbers

Perodin

Board Regular
Joined
Sep 16, 2014
Messages
54
I have a list of raw data and would like to pull headings from the entries. I am currently using =IF(ISNUMBER(VALUE(LEFT(B1,4))),"",B1) to pull any lines that contain text in the first 4 characters and would like to add a function to eliminate any results containing numbers to get me the results i want.

My data appears as so (abridged - there are many more lines that start with numbers)
1Bearings & Bushings
24607 Ball bearings (5x11x4mm) (8) ..................................................... $24.00
32728 Ball bearings (5x8x2.5mm) (2) ..................................................... $8.00
4Body & Accessories
538mm (2), 25mm (2), 6.5mm (2)/ body post extensions (2)/
6hardware ........................................................................................ $6.00

<tbody>
</tbody>

Currently rows 1,4,5, and 6 are being pulled to column C by my formula and all lines I don't want contain a number of some type. I would like to only be pulling lines 1 and 4, and my headings never have numbers. I am also open to other suggestions or approaches.
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.

Forum statistics

Threads
1,214,832
Messages
6,121,851
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