Hello, I have a simple yet very hard challenge to realise given the limited excel capability.
For example, I am working with a table within sheet Table1!A:C. In another tab I have one dynamic range A1# and other dynamic range B1# taken from some other source. Both are different in row counts as they're dynamic, yet they are linked with information in Table1. Range A1# has matching values in column Table!A:A and range B1# has matching values in column Table!B:B.
What I want to find and sum, is the matching data (it is a number defining by how much of A there is in B, typical bill of materials example) in column Table1!C:C. There may be multiple output results, hence why xlookup is out, and filter with sumif is unable to perform a calculation with these # dynamic ranges.
Has anyone found an example or has a solution that works in this case?
A close result gives me =FILTER(Table1!B:C,ISNUMBER(MATCH(Table1!A:A;A1#,0))) where I get the matched column B:B and C:C in an array. However I have no idea how to then combine column B:B with input B1# to then match the values C:C as final value.
Any help would be much appreciated.
For example, I am working with a table within sheet Table1!A:C. In another tab I have one dynamic range A1# and other dynamic range B1# taken from some other source. Both are different in row counts as they're dynamic, yet they are linked with information in Table1. Range A1# has matching values in column Table!A:A and range B1# has matching values in column Table!B:B.
What I want to find and sum, is the matching data (it is a number defining by how much of A there is in B, typical bill of materials example) in column Table1!C:C. There may be multiple output results, hence why xlookup is out, and filter with sumif is unable to perform a calculation with these # dynamic ranges.
Has anyone found an example or has a solution that works in this case?
A close result gives me =FILTER(Table1!B:C,ISNUMBER(MATCH(Table1!A:A;A1#,0))) where I get the matched column B:B and C:C in an array. However I have no idea how to then combine column B:B with input B1# to then match the values C:C as final value.
Any help would be much appreciated.