Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22
Default A formula to count characters in an Excel cell?

Need a formula to count the total number of characters within a spreadsheet
cell as opposed to the number of words. All help much appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default A formula to count characters in an Excel cell?


Griff Wrote:
Need a formula to count the total number of characters within a
spreadsheet
cell as opposed to the number of words. All help much appreciated.

Hi Griff,

=LEN(A1)

will give you the answer

oldchippy :)


--
oldchippy
------------------------------------------------------------------------
oldchippy's Profile: http://www.excelforum.com/member.php...o&userid=19907
View this thread: http://www.excelforum.com/showthread...hreadid=568283

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default A formula to count characters in an Excel cell?

Try this:

=LEN(A1)

Hope this helps.

Pete

Griff wrote:
Need a formula to count the total number of characters within a spreadsheet
cell as opposed to the number of words. All help much appreciated.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default A formula to count characters in an Excel cell?

=Len(h6)
=LEN(SUBSTITUTE(H6," ",""))

Sub cc()
'total characters
MsgBox Len(Range("h6"))
'total not counting spaces
MsgBox Len(Replace(Range("h6"), " ", ""))
End Sub

--
Don Guillett
SalesAid Software

"Griff" wrote in message
...
Need a formula to count the total number of characters within a
spreadsheet
cell as opposed to the number of words. All help much appreciated.



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 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
On excel, my formula will not calculate and add info into cell Kara D. Sanders Excel Worksheet Functions 3 May 14th 06 08:54 PM
How to set number of characters within a cell in Excel 2003? aqmdtran Excel Worksheet Functions 2 May 4th 06 05:10 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
How can i get an If formula in excel to edit another cell? Jimmy Hoffa Excel Worksheet Functions 2 August 16th 05 05:53 PM


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