Filtering

F

Frank Kabel

Hi
one way:
- use a helper column
- enter the following formula (assumption: col. A stores
your part-number)
=IF(AND(LEFT(A1,1)="R",ISNUMBER(--MID(A1,2,1))),"X","")

and filter all entries with an 'X' in this helper column
-----Original Message-----
I have part numbers that start with RV RW RR... However,
I only want parts that have an R and followed by a number..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top