I need to look for keywords in specific columns of another sheet (Assets Needed & Year), and if those parameters are found, take the value in the 3rd column (Actual Effort) and add them up.
I can get it to calculate if I have 1 parameter, but when I add the 2nd I get an #INCORRECT ARGUMENT SET message.
Here's the formula I'm using:
=SUMIFS({Assets Needed}, "LMS: Addition", {Year}, "2024", {Actual Effort})