Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Eva at Work
 
Posts: n/a
Default Wildcard for ALPHA only

Lots of posts having to do with wildcards - but I haven't found the answer to
my question.

I have a column of ZIP CODES - but I want to filter OUT any zips that
include alpha characters. Numbers are fine - but I don't want anything that
includes alpha characters. Seems simple, so why can't I figure that out?

Suggestions?

--
Eva H. Linich
Business Applications

  #2   Report Post  
Posted to microsoft.public.excel.misc
BigPig
 
Posts: n/a
Default Wildcard for ALPHA only

Hi Eva at Work,

You could try:
=IF(ISTEXT(A1)=TRUE,"",A1)

Where A1 holds zipcodes.

The formula evaluates the cell to see if there is any text in it, ie abcde,
if so it returns nothing, otherwise it returns the value of the cell.
  #3   Report Post  
Posted to microsoft.public.excel.misc
Ron Coderre
 
Posts: n/a
Default Wildcard for ALPHA only

What are possible patterns for you zip codes?
Might they include hypens (01234-5678)?
What are some examples that you would want excluded?

***********
Regards,
Ron

XL2002, WinXP-Pro


"Eva at Work" wrote:

Lots of posts having to do with wildcards - but I haven't found the answer to
my question.

I have a column of ZIP CODES - but I want to filter OUT any zips that
include alpha characters. Numbers are fine - but I don't want anything that
includes alpha characters. Seems simple, so why can't I figure that out?

Suggestions?

--
Eva H. Linich
Business Applications

  #4   Report Post  
Posted to microsoft.public.excel.misc
Eva at Work
 
Posts: n/a
Default Wildcard for ALPHA only

The ISTEXT function worked!
Thanks.

I wanted to EXCLUDE anything that contained text of any type.
--
Eva H. Linich
Business Applications



"BigPig" wrote:

Hi Eva at Work,

You could try:
=IF(ISTEXT(A1)=TRUE,"",A1)

Where A1 holds zipcodes.

The formula evaluates the cell to see if there is any text in it, ie abcde,
if so it returns nothing, otherwise it returns the value of the cell.

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
How do I count wildcard text meeting certain criteria in EXCEL? cybermaksim Excel Worksheet Functions 1 February 17th 06 03:03 AM
how to use * wildcard in a sum(if((cond),range)) array formula Bruce Excel Worksheet Functions 3 February 10th 06 01:29 AM
Wildcard Problem.... JackH1976 Excel Discussion (Misc queries) 5 December 27th 05 03:40 PM
Question regarding wildcard in multi-criteria IF formula Malvaro Excel Worksheet Functions 3 December 12th 05 10:52 PM
Sumif using wildcard claireanddoug Excel Worksheet Functions 1 September 22nd 05 10:17 PM


All times are GMT +1. The time now is 11:05 PM.

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

About Us

"It's about Microsoft Excel"