#1   Report Post  
Posted to microsoft.public.excel.misc
Lawal
 
Posts: n/a
Default COUNT CELL DIGITS

I have an array of account numbers (all numeric) from cell B1 to B56562. The
account numbers are required to be 14digits, some are less or more, I want to
be able to determine, those that require correction, so as to address it. I
am using Microsoft office 2003
  #2   Report Post  
Posted to microsoft.public.excel.misc
Kevin B
 
Posts: n/a
Default COUNT CELL DIGITS

Insert a blank column to the left of the column containing the account #'s
and enter the following formula:

=LEN(A1)

Copy the formula for the length of the column containing your account #'s.
The formula assumes that the starting account # is in cell A1
--
Kevin Backmann


"Lawal" wrote:

I have an array of account numbers (all numeric) from cell B1 to B56562. The
account numbers are required to be 14digits, some are less or more, I want to
be able to determine, those that require correction, so as to address it. I
am using Microsoft office 2003

  #3   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student
 
Posts: n/a
Default COUNT CELL DIGITS

Use LEN():


if B1 contains 12345678901234 then =LEN(B1) will return 14. Any cells that
need correctly will not return 14. Paste this formula in an unused column
and sort by this new column.
--
Gary's Student


"Lawal" wrote:

I have an array of account numbers (all numeric) from cell B1 to B56562. The
account numbers are required to be 14digits, some are less or more, I want to
be able to determine, those that require correction, so as to address it. I
am using Microsoft office 2003

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
I need to keep a count of the times a cell is changed Paul Cahoon Excel Discussion (Misc queries) 2 December 29th 05 03:10 PM
Instead of a negative number, I'd like to show zero... Dr. Darrell Excel Worksheet Functions 6 December 7th 05 08:21 PM
cell color index comparison MINAL ZUNKE New Users to Excel 1 June 30th 05 07:11 AM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Show Blank is cell value=0 but count as a zero in sum. How to format this cell ? Markus Obermayer Excel Discussion (Misc queries) 1 January 4th 05 08:01 PM


All times are GMT +1. The time now is 08:16 AM.

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"