Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 27
Default What do the LEN and -find commands do in Excel?

Can you tell me what these commands are and when you would use them?

Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default What do the LEN and -find commands do in Excel?

hi
len counts the number of characters in a cell inclunding punctuation like
commas, periods etc.

find returns the numeric position of a character within a text in a cell (or
number) from the left.

regards
FSt1

"falcios" wrote:

Can you tell me what these commands are and when you would use them?

Thanks in advance.

  #3   Report Post  
Member
 
Posts: 54
Default

I use both of these functions regularly.

=LEN(A1) gives the character count of cell A1. I use this when I am checking for spaces that I don't see. I also use this if I want say the all but the last 2 characters. =Left(A1,LEN(A1)-2)

Find lets you determine the location of a particular character or string within another text. Say you have first and last names together in one cell. You can use =Find(" ",A1) This will give the location of the space between the names so you can seperate first and last names.

Quote:
Originally Posted by falcios View Post
Can you tell me what these commands are and when you would use them?

Thanks in advance.
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
Where to find set of Macro commands in web Rechie Excel Discussion (Misc queries) 2 August 18th 09 09:00 AM
how to use my Excel 2003 DTF commands Ravi Manian Excel Worksheet Functions 1 July 11th 08 09:02 AM
Where do I find the commands for a macro Pat New Users to Excel 9 May 1st 08 06:24 AM
how many commands are there in excel? Carlos Excel Discussion (Misc queries) 2 January 25th 07 04:45 PM
Excel commands Old Timer Excel Worksheet Functions 1 November 7th 06 03:15 AM


All times are GMT +1. The time now is 06:12 AM.

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"