Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 29
Default Can I filter for "number of characters in a cell"?

I want to filter all the cells that have more than 1000 characters.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Can I filter for "number of characters in a cell"?

Use another column with formulas like:
=len(a2)
and drag down

Then you can include this column in your autofilter range.

suestew wrote:

I want to filter all the cells that have more than 1000 characters.


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 29
Default Can I filter for "number of characters in a cell"?

Yeah - thank you.

So if I want the length to be 1000 or more, what would that look like?

=len(1000) or just pick a cell that has more than 1000 and go off that one?

I'm assuming your a2 below refers to a cell with the length of characters I
am trying to filter.


"Dave Peterson" wrote:

Use another column with formulas like:
=len(a2)
and drag down

Then you can include this column in your autofilter range.

suestew wrote:

I want to filter all the cells that have more than 1000 characters.


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 29
Default Can I filter for "number of characters in a cell"?

Never mind, I figured it out!!! You're a genius!

"Dave Peterson" wrote:

Use another column with formulas like:
=len(a2)
and drag down

Then you can include this column in your autofilter range.

suestew wrote:

I want to filter all the cells that have more than 1000 characters.


--

Dave Peterson

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Can I filter for "number of characters in a cell"?

The easiest way to do this is to insert a column next to the test data
and use the formula =LEN(A1)1000 . This will return TRUE or FALSE for
each cell. Filter on the TRUE values of this column.

Cordially,
Chip Pearson
Microsoft MVP
Excel Product Group
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)

On Mon, 15 Dec 2008 11:39:05 -0800, suestew
wrote:

I want to filter all the cells that have more than 1000 characters.

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
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
Limiting a Column to "X" Number of Characters Wayne Excel Discussion (Misc queries) 2 June 26th 08 12:35 AM
Limiting a Column to "X" Number of Characters Wayne Excel Discussion (Misc queries) 3 June 25th 08 08:39 PM
The number of characters in a "Screen Tip" Wyebird Excel Discussion (Misc queries) 1 January 23rd 08 05:18 PM
Count number of characters until encounter "&" belkingold Excel Programming 4 August 30th 06 08:04 PM


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