Forum Discussion

jaretbull's avatar
jaretbull
Copper Contributor
Oct 10, 2019
Solved

Computing the sum of a range based on a separate column with variable input values.

I am trying to solve for a range of numbers based on a value I choose. For example in Column A: I have a depth values in 0.05 m increments. I want to take a depth range from Column A (d-8b to d+4b, w...
  • Twifoo's avatar
    Twifoo
    Oct 12, 2019

    jaretbull 

    In the attached version of your file, the formula in F3 is: 

    =SUMIFS(F8:F1507,A8:A1507,">="&B2-(8*B3),
    A8:A1507,"<="&B2+(4*B3))/
    (((B2+(4*B3))-(B2-(8*B3)))/F2)

    Please confirm if the foregoing formula returns your expected result. 

Resources