+ Reply to Thread
Results 1 to 5 of 5

How to get incremental volume reference to the time interval

  1. #1
    Registered User
    Join Date
    02-27-2014
    Location
    Taipei
    MS-Off Ver
    Excel 2003
    Posts
    24

    How to get incremental volume reference to the time interval

    I have this WB to get live data, the volume data of the server is in accumulated volume, as in U4, and i have macro to input the data into column T by time interval, I would like to get the incremental volume in the set time interval (3min interval for this example), in Column H, so the cumulative volume is calculated down to 3min incremental volume. What is the formula for H column?

    Many thanks for your help.


    Book1.xlsx

    cross post
    http://www.excelfox.com/forum/f2/how...1968/#post9169
    Last edited by mrprofit; 01-21-2015 at 04:50 AM.

  2. #2
    Forum Contributor
    Join Date
    10-07-2011
    Location
    India, Mumbai
    MS-Off Ver
    Excel 2007
    Posts
    212

    Re: How to get incremental volume reference to the time interval

    Use this formula in column J3...if required do some changes.

    =INDEX($T$2:$T$5002,MATCH(C3,$R$2:$R$5002,1),1)-INDEX($T$2:$T$5002,MATCH(C2,$R$2:$R$5002,1),1)

    Regards,
    Suhas

  3. #3
    Registered User
    Join Date
    02-27-2014
    Location
    Taipei
    MS-Off Ver
    Excel 2003
    Posts
    24

    Re: How to get incremental volume reference to the time interval

    thank you for the help

  4. #4
    Registered User
    Join Date
    02-27-2014
    Location
    Taipei
    MS-Off Ver
    Excel 2003
    Posts
    24

    Re: How to get incremental volume reference to the time interval

    I found a new issue, if the server lagged for a few seconds, the data in T will get some blank no value cells, and the result of J will get "0" (which is fine) or a negative of the cumulative volume (dont want this result). I think if the formula can subtract the Maximum value of the previous cell of cumulative volumes, would return the result, how to modify this to the formula,

    Thanks again
    Last edited by mrprofit; 01-21-2015 at 05:19 AM.

  5. #5
    Registered User
    Join Date
    02-27-2014
    Location
    Taipei
    MS-Off Ver
    Excel 2003
    Posts
    24

    Re: How to get incremental volume reference to the time interval

    i change the formula to this, but still will get the cumulative total vol in J ,

    =IF(INDEX($T$2:$T$5002,MATCH(C3,$R$2:$R$5002,1),1)-INDEX($T$2:$T$5002,MATCH(C2,$R$2:$R$5002,1),1)<0,0,INDEX($T$2:$T$5002,MATCH(C3,$R$2:$R$5002,1),1)-INDEX($T$2:$T$5002,MATCH(C2,$R$2:$R$5002,1),1))

+ 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. [SOLVED] =INDIRECT, Sheet reference with Incremental cell reference
    By Deap in forum Excel General
    Replies: 4
    Last Post: 06-16-2014, 05:58 AM
  2. Replies: 1
    Last Post: 04-29-2014, 04:42 AM
  3. [SOLVED] Index/Match Multiple Criteria: Item # & Volume Level Pricing Relative to Specific Volume
    By dilbert1865 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-15-2014, 09:28 AM
  4. Replies: 0
    Last Post: 04-23-2012, 10:06 AM
  5. Reference a cell from an another sheet which is incremental
    By pad5 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-25-2008, 11:08 AM

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