I am working on a quoting sheet for my company, (trying to impress the new boss), and have figured out how to do the dependent data validation, which is working perfectly. But I need to populate a cost of the item that ends up being selected by the data validation. (It will match a specific item at the end, each option will have its own separate cell) When I enter a Sumproduct formula that I have used on a different project working with the same type of set up, I am getting a 0. I have checked the cell format, set it to general, then number, then back to general and I canNOT get it to populate. If anyone can direct me on what I am doing wrong, that would be amazing.
Thank you!!
Formula being used:
=IFERROR(SUMPRODUCT((Sheet2!$A$3:$A$14=Sheet1!A3)*(Sheet2!$B$3:$B$14=Sheet1!B3)*(Sheet2!$C$3:$C$14=Sheet1!C3)*(Sheet2!$D$3:$D$14=Sheet1!D3)*(Sheet2!$F3:$F14=Sheet1!E3)*(Sheet2!$H$3:$H$14)), "")
The salesman will select all options in row 3 - they will very - i am looking for the cost to populate in f3(that is where the formula is)
Selections are being made on "Sheet2"
Here is the data table on "Sheet1"
Thank you!!
Formula being used:
=IFERROR(SUMPRODUCT((Sheet2!$A$3:$A$14=Sheet1!A3)*(Sheet2!$B$3:$B$14=Sheet1!B3)*(Sheet2!$C$3:$C$14=Sheet1!C3)*(Sheet2!$D$3:$D$14=Sheet1!D3)*(Sheet2!$F3:$F14=Sheet1!E3)*(Sheet2!$H$3:$H$14)), "")
The salesman will select all options in row 3 - they will very - i am looking for the cost to populate in f3(that is where the formula is)
Here is the data table on "Sheet1"