fareedexcel Member Nov 11, 2020 #1 Hi Users, I tried using the countif forumla, to count a specific type of value. But it's not counting. Please help Sample file attached for your reference. Attachments Countif Function.xlsx 11 KB · Views: 7
Hi Users, I tried using the countif forumla, to count a specific type of value. But it's not counting. Please help Sample file attached for your reference.
deciog Active Member Nov 11, 2020 #2 Try this way Decio Attachments Countif Function Decio.xlsx 11.6 KB · Views: 5
P Peter Bartholomew Well-Known Member Nov 11, 2020 #3 The problem is that ">=" has special significance at the start of a criterion in COUNTIFS. If you replaced the initial ">" by a wildcard character "?", the formula should work (though it would also match "<=".
The problem is that ">=" has special significance at the start of a criterion in COUNTIFS. If you replaced the initial ">" by a wildcard character "?", the formula should work (though it would also match "<=".