ClioSport.net

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • Due to ongoing maintenance work some features and functions (including Dark mode!) may be unavailable or visually appear differently.
  • When you purchase through links on our site, we may earn an affiliate commission. Read more here.

Excel Help

Munday

ClioSport Club Member
Car  RB 182, 1275GT, C220
Hi,

I need some Excel help and wondered if anyone here can help me. I have searched on Google and in the Help section and can't find how to do this.
I have a list of about 20,000 records in Excel and need to find entries in that list which are under 10 characters in length.
Thanks in advance :)
 
I think you could do this with the COUNTIF function. Look it up in the help mate.

You might need to use a couple of functions to tease out the info. =LEFT might be needed too.
 
Say your entries are in column A, then in column B enter;

=LEN(A1)

This will give you a count of characters in that field (LEN is short for length).

Then sort the whole database on column B, job done.
 
Back
Top