+ Reply to Thread
Results 1 to 4 of 4

Data extraction problem (decimal separator)

  1. #1
    Forum Contributor
    Join Date
    12-23-2013
    Location
    Hungary
    MS-Off Ver
    Excel 2013
    Posts
    331

    Data extraction problem (decimal separator)

    Hello,

    I want to extract the data from sample_source.xls (coming from SAP) to sample_target.xlsm but I have some problem with decimal separator (in Yield and Scrap columns) after the extraction procedure, for example: I see 3,143 in D15 instead of 3143 and 35000 instead of 35 in D16. And no value in E16 but 0 should be there.

    The details with expected results are in the attached files.

    Could you please help me to solve this issue?
    Thank you in advance!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    11-22-2016
    Location
    Cornwall,UK
    MS-Off Ver
    office 365
    Posts
    4,240

    Re: Data extraction problem (decimal separator)

    Try this formula in cell M6 in sample_source and copy down, then copy to column N

    =IFERROR(VALUE(SUBSTITUTE(D6,CHAR(46),"")),0)

    Does that give you the values you want in both M & N?
    Click *Add Reputation to thank those who helped you. Ask if anything is not clear

  3. #3
    Forum Contributor
    Join Date
    12-23-2013
    Location
    Hungary
    MS-Off Ver
    Excel 2013
    Posts
    331

    Re: Data extraction problem (decimal separator)

    Hi kev_,

    Thank you the help!

  4. #4
    Forum Expert
    Join Date
    11-22-2016
    Location
    Cornwall,UK
    MS-Off Ver
    office 365
    Posts
    4,240

    Re: Data extraction problem (decimal separator)

    Thanks for the rep.

+ 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. Decimal separator in charts
    By AivarsK in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 04-21-2016, 11:51 AM
  2. [SOLVED] decimal separator not functioning
    By dedamirkov in forum Excel General
    Replies: 2
    Last Post: 06-21-2012, 10:38 PM
  3. decimal separator is comma, not period
    By lmmohr in forum Excel General
    Replies: 2
    Last Post: 02-13-2012, 02:32 PM
  4. Getting decimal separator
    By Helge in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-01-2011, 08:23 AM
  5. Decimal vs. Thousands Separator
    By nsv in forum Excel General
    Replies: 5
    Last Post: 12-28-2010, 06:05 AM
  6. [SOLVED] How to change decimal separator . to ,
    By MG in forum Excel General
    Replies: 2
    Last Post: 03-03-2006, 08:45 AM
  7. Replies: 1
    Last Post: 09-08-2005, 07: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