Hello,
I would like to use Countifs to count number of occurences >50% and the following does not give any error message but no right answer either. can i get some help ?
Note: the 16th Column has values in Percentage.
I would like to use Countifs to count number of occurences >50% and the following does not give any error message but no right answer either. can i get some help ?
Note: the 16th Column has values in Percentage.
Code:
thold=50
Uname="ABC"
Application.WorksheetFunction.CountIfs(Range(Cells(1, 2), Cells(10000, 2)), Uname, Range(Cells(1, 16), Cells(10000, 16)), "" < "" & thold)