![]() |
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 |
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 |
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 |
All times are GMT +1. The time now is 10:58 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com