Forum Discussion

papabear89's avatar
papabear89
Copper Contributor
Apr 04, 2019
Solved

Index Match row problem

In the attached spreadsheet, I have set up the formula to sum the set of numbers in column A until a negative number is encountered in row 5.  I need to have the formula in the adjacent columns to su...
  • Twifoo's avatar
    Twifoo
    Apr 04, 2019
    I haven’t tested, but you may try, this formula in B11, copied across to C11:
    =SUM(B1:INDEX(B1:B10,
    MATCH(-1,INDEX(SIGN($A1:$A10),
    0),0)-1))