I feel like i'm overlooking something, but my goal is this: without the use of a helper column, use either index/match or another lookup function to return an array of values to then be used in sumproduct() or an array sum(). I cant seem to get any of the html makers to work on the office computer, or i would show a quick example directly from the sheet.
This is how i started to create the formula (which does not work) if it helps anyone understand the direction i'm trying to go with this.
Let me know if i need to get more specific. Thanks.
This is how i started to create the formula (which does not work) if it helps anyone understand the direction i'm trying to go with this.
Let me know if i need to get more specific. Thanks.
Code:
{=sum(index(B1:B3,match(D1:D3,A1:A3,0))*E1:E3)}