Dear Sir,
 
I have a series of Numbers where there might be less than 15 digits i.e. 
custom format is used as "00000000000000" (14 instead of 15 or 16 instead 
of 15). So, I need to identify these numbers which are wrongly custom 
formatted. For better understanding, please check the attached file.
 
Regards,
Ravi Kumar 

On Wednesday, March 28, 2012 9:01:36 PM UTC-7, NOORAIN ANSARI wrote:

> Dear Ravi,
>
> Please use =REPT("0",15-LEN(A2))&A2 instead of Custom format......
> then you can easly count lenght..
>
> See attached sheet.
>
> On Tue, Mar 27, 2012 at 9:09 PM, Ravi Kumar Vandavasi <
> friendswrite...@gmail.com> wrote:
>
>> I have an excel file each cell may have different custom formats such as 
>> "000000000000000" or "094010100000000" or "008010000000000" etc. I would 
>> like to count number of characters in each cell. If I use len() function it 
>> retreives the length as it appears in the formula bar and not the maked 
>> characters by custom format. 
>> Please tell me how to read masked characters by custom format.
>>  
>> Thanks & Regards,
>> Ravi Kumar Vandavasi
>>
>> -- 
>> FORUM RULES (986+ members already BANNED for violation)
>>  
>> 1) Use concise, accurate thread titles. Poor thread titles, like Please 
>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice 
>> will not get quick attention or may not be answered.
>>  
>> 2) Don't post a question in the thread of another member.
>>  
>> 3) Don't post questions regarding breaking or bypassing any security 
>> measure.
>>  
>> 4) Acknowledge the responses you receive, good or bad.
>>  
>> 5) Cross-promotion of, or links to, forums competitive to this forum in 
>> signatures are prohibited. 
>>  
>> NOTE : Don't ever post personal or confidential data in a workbook. Forum 
>> owners and members are not responsible for any loss.
>>  
>>
>> ------------------------------------------------------------------------------------------------------
>> To post to this group, send email to excel-macros@googlegroups.com
>>
>
>
>
> -- 
> Thanks & regards,
> Noorain Ansari
>  ** <http://excelmacroworld.blogspot.com/>*http://noorainansari.com/*
> *http://excelmacroworld.blogspot.com/*<http://excelmacroworld.blogspot.com/>
>  
>
>
On Wednesday, March 28, 2012 9:01:36 PM UTC-7, NOORAIN ANSARI wrote: 
>
> Dear Ravi,
>
> Please use =REPT("0",15-LEN(A2))&A2 instead of Custom format......
> then you can easly count lenght..
>
> See attached sheet.
>
> On Tue, Mar 27, 2012 at 9:09 PM, Ravi Kumar Vandavasi <
> friendswrite...@gmail.com> wrote:
>
>> I have an excel file each cell may have different custom formats such as 
>> "000000000000000" or "094010100000000" or "008010000000000" etc. I would 
>> like to count number of characters in each cell. If I use len() function it 
>> retreives the length as it appears in the formula bar and not the maked 
>> characters by custom format. 
>> Please tell me how to read masked characters by custom format.
>>  
>> Thanks & Regards,
>> Ravi Kumar Vandavasi
>>
>> -- 
>> FORUM RULES (986+ members already BANNED for violation)
>>  
>> 1) Use concise, accurate thread titles. Poor thread titles, like Please 
>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice 
>> will not get quick attention or may not be answered.
>>  
>> 2) Don't post a question in the thread of another member.
>>  
>> 3) Don't post questions regarding breaking or bypassing any security 
>> measure.
>>  
>> 4) Acknowledge the responses you receive, good or bad.
>>  
>> 5) Cross-promotion of, or links to, forums competitive to this forum in 
>> signatures are prohibited. 
>>  
>> NOTE : Don't ever post personal or confidential data in a workbook. Forum 
>> owners and members are not responsible for any loss.
>>  
>>
>> ------------------------------------------------------------------------------------------------------
>> To post to this group, send email to excel-macros@googlegroups.com
>>
>
>
>
> -- 
> Thanks & regards,
> Noorain Ansari
>  ** <http://excelmacroworld.blogspot.com/>*http://noorainansari.com/*
> *http://excelmacroworld.blogspot.com/*<http://excelmacroworld.blogspot.com/>
>  
>
>

-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

------------------------------------------------------------------------------------------------------
To post to this group, send email to excel-macros@googlegroups.com

Attachment: Query.xlsx
Description: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Reply via email to