+ Reply to Thread
Results 1 to 2 of 2

Data Smoothing

  1. #1
    Registered User
    Join Date
    01-18-2013
    Location
    VA
    MS-Off Ver
    Excel 2010
    Posts
    1

    Data Smoothing

    I have data that I need to smooth to better calculate order points for ordering inventory.

    I have the 12 months usage for a particular part in cells A1:L1.

    The data fluctuates all over the place from 10 to 132, and anywhere in between. I need a better way to smooth this data to avoid ordering "excess" due to the spikes in usage.

    Any formula's that can be provided to help is greatly appreciated.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Data Smoothing

    Hard to say without seeing your data but one common procedure is to average every so many points, so try averaging every 3 points or so. If your data is in A1:A500, in Col E (for example), you can enter this and copy down
    =AVERAGE(INDEX($A$1:$A$500,(ROW(A1)-1)*3+1):INDEX($A$1:$A$500,(ROW(A1)-1)*3+3))
    Then Graph Col E
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

+ 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