+ Reply to Thread
Results 1 to 3 of 3

Combining consistent and inconsistent formulas - new problem

  1. #1
    Registered User
    Join Date
    01-14-2013
    Location
    New York
    MS-Off Ver
    Excel 2007
    Posts
    27

    Combining consistent and inconsistent formulas - new problem

    (please see the attached file) I would like a single formula that I can copy down in Column E.

    I can get only the first 5 values (Release 1 and first row of Release 2) to calculate properly. How do I calculate the rest of it? Each release starts from 0.
    Attached Files Attached Files
    Last edited by wolfgang713; 06-27-2013 at 07:39 PM.

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Combining consistent and inconsistent formulas - new problem

    In E6

    =IF(C6<>"",0,INDEX($D$6:D6,MATCH(LOOKUP(99^99,$C$6:C6),$C$6:C6,0))-D6)

    Copied down
    Last edited by Ace_XL; 06-27-2013 at 05:13 PM.
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    01-14-2013
    Location
    New York
    MS-Off Ver
    Excel 2007
    Posts
    27

    Re: Combining consistent and inconsistent formulas - new problem

    Thank you. Please see attached file with the result. For some reason the formula puts a 0 in E9 and E13. Can you adjust it?
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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