Hello,
I have an existing formula which works however it is generating duplicate values. Is there a way I can add another criteria that it should only pick out unique values from another column?
=(SUMPRODUCT((Data!$B:$B="Cen: 2015 NewB")*(Data!$Q:$Q>=Summary!$CN322)*(Data!$Q:$Q<=Summary!$CO322)))+(SUMPRODUCT((Data!$B:$B="Cen: 2015 NB-TE")*(Data!$Q:$Q>=Summary!$CN322)*('Rogers Data'!$Q:$Q<=Summary!$CO322))+(SUMPRODUCT((Data!$B:$B="Cen: 2015 In")*(Data!$Q:$Q>=Summary!$CN322)*(Data!$Q:$Q<=Summary!$CO322))))
appreciate your feedback. Thank you.
I have an existing formula which works however it is generating duplicate values. Is there a way I can add another criteria that it should only pick out unique values from another column?
=(SUMPRODUCT((Data!$B:$B="Cen: 2015 NewB")*(Data!$Q:$Q>=Summary!$CN322)*(Data!$Q:$Q<=Summary!$CO322)))+(SUMPRODUCT((Data!$B:$B="Cen: 2015 NB-TE")*(Data!$Q:$Q>=Summary!$CN322)*('Rogers Data'!$Q:$Q<=Summary!$CO322))+(SUMPRODUCT((Data!$B:$B="Cen: 2015 In")*(Data!$Q:$Q>=Summary!$CN322)*(Data!$Q:$Q<=Summary!$CO322))))
appreciate your feedback. Thank you.