#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default filter for an *

I have data in a column that contains some astericks. I want to pull out the
data that does not contain astericks into another sheet. I have tried
entering the formula in everyway I can think of but without valid results.
Since the * is used to represent characters in the filter, can i still filter
for it.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default filter for an *

One way to deliver this dynamically ..
.. want to pull out the data that does not contain asterisks into another sheet

Assume your source data in Sheet1, running in A2 down
In another sheet,
Put in A2:
=IF(Sheet1!A2="","",IF(ISNUMBER(SEARCH("~*",Sheet1 !A2)),"",ROW()))
In B2:
=IF(ROWS($1:1)COUNT(A:A),"",INDEX(Sheet1!A:A,SMAL L(A:A,ROWS($1:1))))
Copy A2:B2 down to cover the max expected extent of source data in Sheet1,
say down to B100. Minimize col A. Col B will return the required, all neatly
packed at the top. Success? eternalize it, hit YES below
--
Max
Singapore
---
"sandburn" wrote:
I have data in a column that contains some astericks. I want to pull out the
data that does not contain astericks into another sheet. I have tried
entering the formula in everyway I can think of but without valid results.
Since the * is used to represent characters in the filter, can i still filter
for it.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 561
Default filter for an *

Try, also, "Advanced Filter" with a criteria: ~*
After filtering you can copy/paste the visible cells to another location.
Micky

"sandburn" wrote:

I have data in a column that contains some astericks. I want to pull out the
data that does not contain astericks into another sheet. I have tried
entering the formula in everyway I can think of but without valid results.
Since the * is used to represent characters in the filter, can i still filter
for it.

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
DataFilterAuto Filter in excel 2007? TIJ New Users to Excel 2 November 13th 08 04:28 AM
Filter PivotTable dropdown items to match report filter Catherine D Excel Discussion (Misc queries) 1 August 16th 08 01:12 AM
Copy only visible cells after filter is applied/ sum after filter MAM Excel Worksheet Functions 0 April 9th 08 05:09 AM
Excel auto filter doesn't recoginize case - won't filter AA from A Mikey Excel Discussion (Misc queries) 1 September 29th 05 09:18 PM
"Criteria Range" in the "Data/Filter/Advanced Filter" to select Du TC Excel Worksheet Functions 1 May 12th 05 03:06 AM


All times are GMT +1. The time now is 01:15 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"