#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Filtering

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..
R123456 R444444 I don't want any part that has a letter

after the R...
Thanks,
DJ
.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Filtering

Thanks Chris
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
filtering (all) by value nader Excel Discussion (Misc queries) 0 July 17th 08 01:22 PM
filtering shamoo Excel Discussion (Misc queries) 1 May 25th 08 10:26 PM
Filtering khaled shaheen Excel Discussion (Misc queries) 2 December 9th 06 11:21 AM
trouble filtering a list. Why isn't column filtering? Pat Excel Worksheet Functions 1 July 18th 05 03:30 PM
Filtering Shookone69 Excel Worksheet Functions 1 May 30th 05 02:43 PM


All times are GMT +1. The time now is 01:33 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"