+ Reply to Thread
Results 1 to 3 of 3

change the code back to its original form after exporting from accounting system

  1. #1
    Forum Contributor
    Join Date
    07-24-2009
    Location
    Singapore
    MS-Off Ver
    Excel 2010 (office) 2013 (home)
    Posts
    256

    change the code back to its original form after exporting from accounting system

    Hi,

    In the accounting system, the codes are as follows:

    30E01
    30E02
    30E03

    However, after exporting it to excel, the format change and become:

    3.00E+02
    3.00E+03
    3.00E+04

    how to return the codes back to its original format without manually rekey those codes?

    Thanks

  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: change the code back to its original form after exporting from accounting system

    when you import it ,in the wizard change the field to text
    "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
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: change the code back to its original form after exporting from accounting system

    or you could convert bach with
    =IF(--LEFT(TEXT(A1,"0.00E+00"),2)<10,LEFT(TEXT(A1,"0.00E+00"),2)*10,LEFT(TEXT(A1,"0.00E+00"),2))&"E"&RIGHT(TEXT(A1,"0.00E+00"),2)

+ 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