ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Filter first two characters (https://www.excelbanter.com/excel-discussion-misc-queries/224065-filter-first-two-characters.html)

Mary

Filter first two characters
 
Hello,
I need to filter a column of data that has 4 characters on the first two
characters only.

1100
1110
1140
1190
1550
1590
1600
1700

I want to filter everything starting with 11xx and 15xx. The list will vary
by month but I will always need those two groups.

Thanks!
Mary

Luke M

Filter first two characters
 
Assuming you're using AutoFilters...

Open filter, choose custom
Criteria1, look for 11*
Choose "or"
Criteria2, look for 15*
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Mary" wrote:

Hello,
I need to filter a column of data that has 4 characters on the first two
characters only.

1100
1110
1140
1190
1550
1590
1600
1700

I want to filter everything starting with 11xx and 15xx. The list will vary
by month but I will always need those two groups.

Thanks!
Mary


Dave Peterson

Filter first two characters
 
If those are text values--not real numbers, you can use:
Begins with 11
or
begins with 15

if they're real numbers, you could use a separate helper column with a formula
like:
=""&a2
(and drag down)

Then filter on this helper column--since it's text.

Or you could insert a helper column and use a formula like:
=or(a2=1100,a2<1200,a2=1500,a2<1600)
and filter that column to show Trues

(xl2003 supports up to 2 criteria in the custom filter dialog--I don't recall
what xl2007 supports.)



Mary wrote:

Hello,
I need to filter a column of data that has 4 characters on the first two
characters only.

1100
1110
1140
1190
1550
1590
1600
1700

I want to filter everything starting with 11xx and 15xx. The list will vary
by month but I will always need those two groups.

Thanks!
Mary


--

Dave Peterson

Mary

Filter first two characters
 
Thank you both, I've got that piece working thanks to you!

This leads to my next question. Now that I've filtered the rows I want to
see, how can I select just those rows and copy them to a new spreadsheet
where I can do some calculations?

Thanks again,
Mary

"Luke M" wrote:

Assuming you're using AutoFilters...

Open filter, choose custom
Criteria1, look for 11*
Choose "or"
Criteria2, look for 15*
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Mary" wrote:

Hello,
I need to filter a column of data that has 4 characters on the first two
characters only.

1100
1110
1140
1190
1550
1590
1600
1700

I want to filter everything starting with 11xx and 15xx. The list will vary
by month but I will always need those two groups.

Thanks!
Mary


Mary

Filter first two characters
 
I spoke too soon - I found the anwer in a 2/16/09 using Edit, Find & Select,
Go to, Special, Visible Cells Only.

"Luke M" wrote:

Assuming you're using AutoFilters...

Open filter, choose custom
Criteria1, look for 11*
Choose "or"
Criteria2, look for 15*
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Mary" wrote:

Hello,
I need to filter a column of data that has 4 characters on the first two
characters only.

1100
1110
1140
1190
1550
1590
1600
1700

I want to filter everything starting with 11xx and 15xx. The list will vary
by month but I will always need those two groups.

Thanks!
Mary


Dave Peterson

Filter first two characters
 
do the filter
select the range to copy
Edit|goto (or F5 or ctrl-g)
Special|visible cells only
and do your copy|paste



Mary wrote:

Thank you both, I've got that piece working thanks to you!

This leads to my next question. Now that I've filtered the rows I want to
see, how can I select just those rows and copy them to a new spreadsheet
where I can do some calculations?

Thanks again,
Mary

"Luke M" wrote:

Assuming you're using AutoFilters...

Open filter, choose custom
Criteria1, look for 11*
Choose "or"
Criteria2, look for 15*
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Mary" wrote:

Hello,
I need to filter a column of data that has 4 characters on the first two
characters only.

1100
1110
1140
1190
1550
1590
1600
1700

I want to filter everything starting with 11xx and 15xx. The list will vary
by month but I will always need those two groups.

Thanks!
Mary


--

Dave Peterson


All times are GMT +1. The time now is 02:33 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com