Requirement:
The user is looking for help with a formula that can help sum up the values within a month range if the cell is less or equal to the range.
Solution:
=SUMPRODUCT(--(E4:V4<=B4),E5:V5)
Obtained from the OzGrid Help Forum.
Solution provided by Fluff13.
See also: Index to Excel VBA Code and Index to Excel Freebies and Lesson 1 - Excel Fundamentals and Index to how to… providing a range of solutions and Index to new resources and reference sheets
See also:
How to sum up columns in each row and highlight until that value |
How to use VBA to SUM result in last row in columns A:A |
How to merge duplicate rows and sum value |
How to use SUMIFS and include 'All' to Drop-down IndexMatch |
How to sum cell numerical values based on text suffix |
Click here to visit our Free 24/7 Excel/VBA Help Forum where there are thousands of posts you can get information from, or you can join the Forum and post your own questions.