|
| ||||||||||
| Tags: excel, excel formula, microsoft office, spreadsheet |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to count number of characters in Excel
I want to count the number of characters in the selected cell of an Excel document. Can anybody please provide the ideas with respect to this....thank you |
|
#2
| ||||
| ||||
| Re: How to count number of characters in Excel
Download the tool - ASAP Utilities and install in your system. This tool helps you to tell you how many characters there are in your active cell. For example, if the cell contains the value 'Microsoft Excel' this tool will result 15 characters. In the Excel menu, choose ASAP Utilities » Information » Count number of characters in selected cell |
|
#3
| ||||
| ||||
| Re: How to count number of characters in Excel
Here's the ultimate solution for you - http://support.microsoft.com/kb/187667 This link contains the following information : The number of occurrences of a text string in a range of cells. The number of occurrences of a character in one cell. The number of occurrences of a character in a range of cells. The number of words (or text strings) separated by a character in a cell. |
|
#4
| ||||
| ||||
| Re: How to count number of characters in Excel
what about this, if you want to find the number of characters in a cell A1 or say the length of cell A1, and store in a cell B1, then - B1 = len(A1). |
|
#5
| ||||
| ||||
| Re: How to count number of characters in Excel
Very Simple (as mentioned by Sam.D) !! To find the number of characters in a cell, enter this formula in another cell. =LEN(A1) |
|
#6
| |||
| |||
|
reduced my effort a lot.. thanks guys ![]() |
|
#7
| |||
| |||
| Re: How to count number of characters in Excel
You can do that by using SUBSTITUE syntax in Microsoft Excel. The exact formula for that is - =substitute(text,old_text,new_text,instance_num). You can simply test that formula and checkback. This can be used to count words in a range in Microsoft Excel. You cannot do much in that, but it works fine. I had tested this on a table and it showed up appropriate number. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to count number of characters in Excel" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PHP - Count number of words | GlassFish | Software Development | 3 | 27-11-2009 12:19 PM |
| Count the number of times yes appears in a range in excel | Andy Candy | Windows Software | 3 | 17-08-2009 12:33 PM |
| How to count number of text occurences in Excel column | Anas | Windows Software | 3 | 09-06-2009 05:01 PM |
| How to count number of words automatically? | Basaam | Windows Software | 4 | 25-04-2009 10:00 PM |
| How To Count The Number Of Characters? | Harsh01 | Software Development | 2 | 13-02-2009 11:25 AM |