Forum Discussion
RMillarBA
Mar 14, 2023Copper Contributor
Sum Value of Multiple Ranges
Is there a formula/combo of formulas to use the depth ranges (blue) to sum the fractures (green) based on the depths (yellow)? Thanks!
Patrick2788
Mar 15, 2023Silver Contributor
The totals are bit low but that may be expected. I'm using the actual data you provided in the screen cap.
=LET(filtered,FILTER(freq_feet,(E2>=top_depth)*(F2<=bot_depth),0),SUM(filtered))