+ Reply to Thread
Results 1 to 12 of 12

plug true , if format 000.000.00

  1. #1
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    plug true , if format 000.000.00

    1016061
    1016062
    102.000.01

    This being on a1 to a3 , what is the formula on b1

    To write true on cell a3 that is find codes in this format

    The rest of the data will be useless call junk cards
    Last edited by makinmomb; 06-09-2014 at 01:43 PM.

  2. #2
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Re: plug true , if format not 000.000.00

    1016061 false
    1016062 false
    102.000.01 true

  3. #3
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Re: plug true , if format 000.000.00

    I am sure the formula must have an if somewhere

  4. #4
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,293

    Re: plug true , if format 000.000.00

    =len(a1)=10
    Try this.
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  5. #5
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Re: plug true , if format 000.000.00

    Yes this will work

  6. #6
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Re: plug true , if format 000.000.00

    To start the work it will sure do , any other 10 letter will take true which
    is not correct e.g. 1234567890

    1016061 FALSE
    1016062 FALSE
    102.000.01 TRUE
    1234567890 TRUE

  7. #7
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Re: plug true , if format 000.000.00

    Thus the formula must detect 8 digits
    with a full stop to separate 100.000.01

  8. #8
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,293

    Re: plug true , if format 000.000.00

    What other posibilities there are?

  9. #9
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,293

    Re: plug true , if format 000.000.00

    Please Login or Register  to view this content.
    Maybe this?

  10. #10
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: plug true , if format 000.000.00

    Perhaps this, copied down?

    =LEN(A1)-LEN(SUBSTITUTE(A1,".",""))<>0
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  11. #11
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Re: plug true , if format 000.000.00

    popipipo yours not working
    I took that of fdbbins

    Thanks fdbbins ,this should do
    the exact work at 100%

    popipipo thanks too as I use your
    short len formula too that I straight
    understand , it works well with only
    less than 5% error margin

  12. #12
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,293

    Re: plug true , if format 000.000.00

    Take a look at the difference formulas between FDibbins and me
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Excel Plug-in ?
    By Lukael in forum Excel General
    Replies: 0
    Last Post: 03-16-2014, 11:24 AM
  2. format true and false in a cell
    By rrobelen in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-22-2010, 04:49 PM
  3. link cell if conditional format 1 is true
    By Pindacko in forum Excel - New Users/Basics
    Replies: 19
    Last Post: 01-24-2007, 06:54 AM
  4. Logical Format showing 0/1 and not True/False.
    By Tony in forum Excel General
    Replies: 2
    Last Post: 06-01-2006, 04:00 AM
  5. [SOLVED] I need an excel plug in to save workbooks in adobe acrobat format
    By chris brown in forum Excel General
    Replies: 1
    Last Post: 06-22-2005, 08:05 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1