+ Reply to Thread
Results 1 to 4 of 4

Can I Chart Every 10th Point?

  1. #1
    Registered User
    Join Date
    03-15-2008
    Posts
    2

    Can I Chart Every 10th Point?

    I am currently designing a reactor and due to the integration I need to keep the time step very low (0.01 s) this gives me way over 32000 points, the most allowed in a excel chart.

    Is there any way I can chart every 5th, 10th or 20th value?

    The key is I need to keep every point in the excel file but I only need to graph enough points to see the general trend.

  2. #2
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Hi toddlarson5,

    Welcome to the forum!

    I’m not sure what’s involved in designing a reactor, but may be this might help. I’ve put some values in columns A and B, then in column C and D extracted every fifth value.

    I then copied C and D and Paste Special > Values into L and M, then selected L and M and sorted A-Z.

    Chart 1 – original data, Chart 2 – every 5th value
    Attached Files Attached Files
    oldchippy
    -------------


    Blessed are those who can give without remembering and take without forgetting

    If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.

    Click here >>> Top Excel links for beginners to Experts

    Forum Rules >>>Please don't forget to read these

  3. #3
    Registered User
    Join Date
    03-15-2008
    Posts
    2
    Thanks worked perfectly, just curious, when selecting data while making a graph is it possible to have it only take every 5th point or is the ROW method the best way to do that (with almost 100 000 points it seems resource demanding to repeat the values in another column)

  4. #4
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Hi,

    I don't think Excel will allow you to pick non-adjacent cells for the series. You may find it with an Add-In like this one from tushar-mehta called "PLOT Manager"

    http://www.tushar-mehta.com/excel/

    You can read what it does here

    http://www.tushar-mehta.com/excel/so...elp/index.html

    I've also had another look at it and now you can miss out the copying and pasting by using another formula, in L2 - see attached

    =INDEX(A$1:A$1000,ROWS(A$1:A1)*5-4) copy down the column

    Then in M3

    =VLOOKUP(L3,$A$2:$B$1000,2,FALSE) again copy down
    Attached Files Attached Files
    Last edited by oldchippy; 03-16-2008 at 06:42 AM.

+ 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