Thread
: [Solved]
COUNTIFS with two criteria returns wrong result
View Single Post
01-18-2016, 02:34 AM
Debaser
Windows 7 64bit
Office 2010 32bit
Competent Performer
Join Date: Oct 2015
Location: UK
Posts: 221
Most probable cause is leading or trailing spaces. What do:
=COUNTIF('Combined 2015'!C:C, "Code")
and
=COUNTIF('Combined 2015'!B:B, "WPR")
return respectively?
Debaser
View Public Profile
Find all posts by Debaser