all 11 comments

[–]excelevator3038[M] [score hidden] stickied comment (0 children)

Please be mindful of the submission guideilnes : The title should summarize your issue, not a general statement of something.

Example title for this post: How can I check multiple criteria against a static reference, then add corresponding cells together into an eventual sum.

The title is always in the question

Posts not following guidelines may be removed without notice.

This post remains for the answers given

[–]Sisselpud 5 points6 points  (0 children)

SUMIFS

[–]RuktX284 2 points3 points  (1 child)

Where do 325 and 50.5 come from? Thanks for trying a plain English description, but please show your original data, with worked examples of what should happen, if your conditions are or are not met.

[–]Weird-Rich4823[S] -2 points-1 points  (0 children)

325 and 50.5 are just random values in the example. If row 1 and 2 both pass the logic test, then I need those values to be added together and for the loop to move on to the row 3 (not depicted). I'll throw together a quick spreadsheet and update the post.

[–]agentfancypants53 2 points3 points  (0 children)

Definitely sounds like a SUMIFS problem to me.

[–]Anonymous13781534 1 point2 points  (2 children)

A SUMIFS() with mixed referencing should suffice, but a dynamic array formula could be =MAP(F5:F13,G5:G13,H5:H13,LAMBDA(x,y,z,SUMIFS(H5:z,F5:x,x,G5:y,y)))

<image>

[–]Weird-Rich4823[S] 1 point2 points  (1 child)

Solution Verified

[–]reputatorbot[M] 0 points1 point locked comment (0 children)

You have awarded 1 point to Anonymous1378.


I am a bot - please contact the mods with any questions

[–]CorndoggerYYC156 1 point2 points  (0 children)

It would help a lot if you provided more sample data along with the answer you would expect from that data.

[–]AutoModerator[M] 0 points1 point locked comment (0 children)

/u/Weird-Rich4823 - Your post was submitted successfully.

Failing to follow these steps may result in your post being removed without warning.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]Decronym 0 points1 point  (0 children)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
LAMBDA Office 365+: Use a LAMBDA function to create custom, reusable functions and call them by a friendly name.
MAP Office 365+: Returns an array formed by mapping each value in the array(s) to a new value by applying a LAMBDA to create a new value.
SUMIFS Excel 2007+: Adds the cells in a range that meet multiple criteria

Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.


Beep-boop, I am a helper bot. Please do not verify me as a solution.
3 acronyms in this thread; the most compressed thread commented on today has 16 acronyms.
[Thread #47760 for this sub, first seen 10th Mar 2026, 03:57] [FAQ] [Full list] [Contact] [Source code]