R ranswert Mar 25, 2008 #1 What is the best way to count the number of times a variable is in a range of cells? Thanks
J Jim Thomlinson Mar 25, 2008 #2 Something like this... Application.WorksheetFunction.CountIf(range("A1:A100", MyVar)
R ranswert Mar 25, 2008 #3 Thank You Jim Thomlinson said: Something like this... Application.WorksheetFunction.CountIf(range("A1:A100", MyVar) Click to expand...
Thank You Jim Thomlinson said: Something like this... Application.WorksheetFunction.CountIf(range("A1:A100", MyVar) Click to expand...