Hi everyone. New to the board and looking for a little help on a problem I'm having.
I'm trying to use COUNTIFS to pull data from a seperate workbook's worksheet onto my current workbook I'm using. I'm trying to look in my G column range for a string ("NO") and also my C column range for a string "WFF".
My formula reads
=COUNTIFS('C:\Users\u202786\Desktop\Reporting Information\2013 Testing Results\Testing Results\Aug\[180 Results.xlsm]Traynor'!G4:G683, "NO", 'C:\Users\u202786\Desktop\Reporting Information\2013 Testing Results\Testing Results\Aug\[180 Results.xlsm]Traynor'!C4:C683, "WFF")
It's returning the #Value! error instead of the correct number. Any ideas on why it's not working??
I'm trying to use COUNTIFS to pull data from a seperate workbook's worksheet onto my current workbook I'm using. I'm trying to look in my G column range for a string ("NO") and also my C column range for a string "WFF".
My formula reads
=COUNTIFS('C:\Users\u202786\Desktop\Reporting Information\2013 Testing Results\Testing Results\Aug\[180 Results.xlsm]Traynor'!G4:G683, "NO", 'C:\Users\u202786\Desktop\Reporting Information\2013 Testing Results\Testing Results\Aug\[180 Results.xlsm]Traynor'!C4:C683, "WFF")
It's returning the #Value! error instead of the correct number. Any ideas on why it's not working??