Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 23
Default allowable no of character

friends, i'm looking for a formula that can only detect certain no of
letter/digit say a cont no will have only 11 digit&letter (ABCD1234567). as
there is long list some of the data is not 11 digit. i want to get a formula
that will show 'false' if it is not 11 digit/letters. Thanks a lot friend
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 156
Default allowable no of character

Here you go

=IF(LEN(A1)=11,"It's 11 characters long","False")

Sandy

ShamsulZ wrote:
friends, i'm looking for a formula that can only detect certain no of
letter/digit say a cont no will have only 11 digit&letter (ABCD1234567). as
there is long list some of the data is not 11 digit. i want to get a formula
that will show 'false' if it is not 11 digit/letters. Thanks a lot friend


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 23
Default allowable no of character

Ok thanks a lot sandy. It help me a lot

"Sandy" wrote:

Here you go

=IF(LEN(A1)=11,"It's 11 characters long","False")

Sandy

ShamsulZ wrote:
friends, i'm looking for a formula that can only detect certain no of
letter/digit say a cont no will have only 11 digit&letter (ABCD1234567). as
there is long list some of the data is not 11 digit. i want to get a formula
that will show 'false' if it is not 11 digit/letters. Thanks a lot friend



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 156
Default allowable no of character

no problem...anytime


ShamsulZ wrote:
Ok thanks a lot sandy. It help me a lot

"Sandy" wrote:

Here you go

=IF(LEN(A1)=11,"It's 11 characters long","False")

Sandy

ShamsulZ wrote:
friends, i'm looking for a formula that can only detect certain no of
letter/digit say a cont no will have only 11 digit&letter (ABCD1234567). as
there is long list some of the data is not 11 digit. i want to get a formula
that will show 'false' if it is not 11 digit/letters. Thanks a lot friend




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 182
Default allowable no of character

Hi Shamzul,

try to see in DataValidation


--

Regards,

Halim


"Sandy" wrote:

Here you go

=IF(LEN(A1)=11,"It's 11 characters long","False")

Sandy

ShamsulZ wrote:
friends, i'm looking for a formula that can only detect certain no of
letter/digit say a cont no will have only 11 digit&letter (ABCD1234567). as
there is long list some of the data is not 11 digit. i want to get a formula
that will show 'false' if it is not 11 digit/letters. Thanks a lot friend



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
Adding more then the allowable 30! mndpy Excel Worksheet Functions 6 March 3rd 08 10:47 PM
# of allowable characters in Excel 2003 cell Dale Fye Excel Discussion (Misc queries) 4 December 24th 07 11:34 PM
VLOOKUP - Allowable Number Sequence JAD Excel Worksheet Functions 2 November 17th 07 08:05 PM
importing undelimited text file data, character-by-character The Mos$ Excel Programming 4 December 26th 05 11:01 AM
what is the correct syntax for an allowable circular reference? excell idiot Excel Discussion (Misc queries) 1 March 10th 05 05:17 PM


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