Hi,
I need to extract data from a range of data based on 3 criteria. I've used SUMPRODUCT rather than an array formula with INDEX and MATCH:
=SUMPRODUCT((Column A = Product Code)*(Row 2 = Date)*(Row 3 = "Adjusted Sales")*(values to extract))
The problem is that there is a second column with the heading name "Adjusted Sales", containing different data, associated with each
Product Code and Date pairing.
It isn't practical to change the column headings to distinguish the two sets of data at each date associated with the heading "Adjusted Sales".
One way to distingush the second column called "Adjusted Sales" from the other is that it always occurs immediately to the right of a column
with the heading "Sales Rep".
Can someone please suggest how to amend the above SUMPRODUCT formula to distinguish between the two columns headed "Adjusted Sales"?
Or if an INDEX-MATCH construction is easier to do, that would be great too
Thanks very much!
I need to extract data from a range of data based on 3 criteria. I've used SUMPRODUCT rather than an array formula with INDEX and MATCH:
=SUMPRODUCT((Column A = Product Code)*(Row 2 = Date)*(Row 3 = "Adjusted Sales")*(values to extract))
The problem is that there is a second column with the heading name "Adjusted Sales", containing different data, associated with each
Product Code and Date pairing.
It isn't practical to change the column headings to distinguish the two sets of data at each date associated with the heading "Adjusted Sales".
One way to distingush the second column called "Adjusted Sales" from the other is that it always occurs immediately to the right of a column
with the heading "Sales Rep".
Can someone please suggest how to amend the above SUMPRODUCT formula to distinguish between the two columns headed "Adjusted Sales"?
Or if an INDEX-MATCH construction is easier to do, that would be great too
Thanks very much!