+ Reply to Thread
Results 1 to 3 of 3

Creates and import table(using excel) to the forum

  1. #1
    Registered User
    Join Date
    05-28-2009
    Location
    KL,Malaysia
    MS-Off Ver
    Excel 2003
    Posts
    16

    Creates and import table(using excel) to the forum

    Can anyone here teach me how to make table(from Excel) in forum like this?

    Please Login or Register  to view this content.
    its using the code,but must i enters the dot manually?or is it can be done using MS Excel?

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Creates and import table(using excel) to the forum

    i dont know why but decide how long your longest string will be including a reasonable amount of ......
    in your example longest string is
    007 (007) Capriati Rules USA 3792. 39 and you want say 6. seperating

    the string will end up in this case as 43
    put in A1 (note the^ where you are going to put the .....)
    001 (001) StunnaLights^ GEO 6090. 39
    then in b1
    =SUBSTITUTE(A1,"^",REPT(".",44-LEN(A1)))
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Registered User
    Join Date
    05-28-2009
    Location
    KL,Malaysia
    MS-Off Ver
    Excel 2003
    Posts
    16

    Re: Creates and import table(using excel) to the forum

    Quote Originally Posted by martindwilson View Post
    i dont know why but decide how long your longest string will be including a reasonable amount of ......
    in your example longest string is
    007 (007) Capriati Rules USA 3792. 39 and you want say 6. seperating

    the string will end up in this case as 43
    put in A1 (note the^ where you are going to put the .....)
    001 (001) StunnaLights^ GEO 6090. 39
    then in b1
    =SUBSTITUTE(A1,"^",REPT(".",44-LEN(A1)))
    sorry,i really dont get it..
    can u give me an atttacment files of this?

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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