+ Reply to Thread
Results 1 to 4 of 4

How to I make 1 000 look like 1000, problems creating scatter graph

  1. #1
    Registered User
    Join Date
    03-06-2012
    Location
    west coast Norway
    MS-Off Ver
    Office 365
    Posts
    55

    How to I make 1 000 look like 1000, problems creating scatter graph

    Good day to you all.

    I have a problem I will try to explain. (appologies if it is poorly written)

    At work, we copy some data off a software using Ctrl+C. When then pasting into excel, any number above 1000 will look like this "1 000", "10 000" and so on. Our range is 0-30000 (the range is depth).

    When then trying to create a "Scatter with smooth lines" graph, instead of showing depth on the X-axis, it counts the cells. So when cell 6765 has the depth 11000 in it, the corresponding value on the y-axis is shown as 6765.

    We have then tried to use a formula to automatically change 1 000 to 1000, and it works fine between 1000-9999.99, >10000 individually; BUT not all together...
    We tried this; =IF(A1423<1000;A1423;IF(A1423<10000;REPLACE(A1423;2;1;"");IF(A1423>999;REPLACE(A1423;3;1;""))))

    Attached a small example, and it will show you that the X-axis does not show the depth, but it counts cells instead...
    We are hoping to have a formula in a template, so when we copy in new numbers, it will automatically make all numbers shown as depth in the graph. There are in total 4 data to be compared on this graph.

    Any help is appreciated!

    Tigergutt
    Attached Files Attached Files
    Last edited by tigergutt; 02-05-2013 at 08:09 AM.
    kind regards
    tigergutt

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: How to I make 1 000 look like 1000, problems creating scatter graph

    Does the following in B2 copied down help?

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    03-06-2012
    Location
    west coast Norway
    MS-Off Ver
    Office 365
    Posts
    55

    Re: How to I make 1 000 look like 1000, problems creating scatter graph

    Thanks for the quick reply Richard!

    It seems to have solved the lot! I only for some reason had to chagne , with ; for it to work...

    Much appreciated!

    Tigergutt

  4. #4
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: How to I make 1 000 look like 1000, problems creating scatter graph

    Hi Tiger,

    Try using below formula:-
    =SUBSTITUTE(A2,"*","")*1

    Where " " after A2 is the copy - paste of that extra space

    see attached:-
    scatter with smooth lines.xlsx

    Regards,
    DILIPandey
    <click on below * if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), [email protected]

+ 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