H
Harvey Waxman
I have two columns of numbers in B and C. I need to get the sums for
various value ranges in column B and I use this formula:
{=SUM(IF((B$2:B$1017>$A1027)*(B$2:B$1017<=$A1028),B$2:B$1017))}
where A holds the upper and lower value limits.
I want to sum the values in column C that are in cells adjacent to the
ranges of values in column B.
I can't come up with a formula. Hope this isn't too confusing. Thanks
various value ranges in column B and I use this formula:
{=SUM(IF((B$2:B$1017>$A1027)*(B$2:B$1017<=$A1028),B$2:B$1017))}
where A holds the upper and lower value limits.
I want to sum the values in column C that are in cells adjacent to the
ranges of values in column B.
I can't come up with a formula. Hope this isn't too confusing. Thanks