Hello.
I'm hoping someone will be able to help me with this one, I'm looking to search an external workbook for any occurrences between 2 dates. The dates are obtained by looking up the dates from a business calendar which is in a separate sheet. That is retrieved by the HLOOKP function I've got within the formula.
I've tried but it just doesn't seem to work. I've seen other post about changing to SUMPRODUCT but I don't think that will work correctly when I want a COUNT not a SUM.
Here's my formula;
I'd attached a copy of the sheet but I'm new and don't know how to do that that.
Any help would be fantastic.
I'm hoping someone will be able to help me with this one, I'm looking to search an external workbook for any occurrences between 2 dates. The dates are obtained by looking up the dates from a business calendar which is in a separate sheet. That is retrieved by the HLOOKP function I've got within the formula.
I've tried but it just doesn't seem to work. I've seen other post about changing to SUMPRODUCT but I don't think that will work correctly when I want a COUNT not a SUM.
Here's my formula;
Code:
=IF($B$3<=26,COUNTIFS('K:\Technical & NPD\KPI monitoring\Non-Conformances\[Non-Conformance League Table (2016-17).xlsm]Period 1:Period 12'!$B$5:$B$105,">="&HLOOKUP($B$3,Calendar!$C$8:$AB$19,6,FALSE),'K:\Technical & NPD\KPI monitoring\Non-Conformances\[Non-Conformance League Table (2016-17).xlsm]Period 1:Period 12'!$B$5:$B$105,"<="&HLOOKUP($B$3,Calendar!$C$8:$AB$19,12,FALSE),'K:\Technical & NPD\KPI monitoring\Non-Conformances\[Non-Conformance League Table (2016-17).xlsm]Period 1:Period 12'!$D$5:$D$105,"=RGS"),COUNTIFS('K:\Technical & NPD\KPI monitoring\Non-Conformances\[Non-Conformance League Table (2016-17).xlsm]Period 1:Period 12'!$B$5:$B$105,">="&HLOOKUP($B$3,Calendar!$C$22:$AB$33,6,FALSE),'K:\Technical & NPD\KPI monitoring\Non-Conformances\[Non-Conformance League Table (2016-17).xlsm]Period 1:Period 12'!$B$5:$B$105,"<="&HLOOKUP($B$3,Calendar!$C$22:$AB$33,12,FALSE),'K:\Technical & NPD\KPI monitoring\Non-Conformances\[Non-Conformance League Table (2016-17).xlsm]Period 1:Period 12'!$D$5:$D$105,"=RGS"))
I'd attached a copy of the sheet but I'm new and don't know how to do that that.
Any help would be fantastic.