+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Registered User
    Join Date
    05-29-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?

    Code:
    RKG (PRE) NAME................ NAT .PTS .#
    001 (001) StunnaLights........ GEO 6090 .39
    002 (002) hotel............... CHN 5845 .32
    003 (003) Meelis.............. EST 4460 .44
    004 (004) leoneo.............. CHN 4060 .37
    005 (005) In The Zone......... USA 4052 .44
    006 (006) HenryMag............ POR 3822 .39
    007 (007) Capriati Rules...... USA 3792 .39
    008 (008) denijs.............. POL 3780 .38
    009 (009) MH0861.............. USA 3608 .41
    010 (010) Shuai.P............. CHN 3536 .39
    its using the code,but must i enters the dot manually?or is it can be done using MS Excel?

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

    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)))
    Mojito connoisseur and a dabbler in Cisco
    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-29-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?

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.2.0