N
nrage21
I have 3 columns and 10 rows... the list will continue to grow o
course. I need a function that will count cells in column C wit
instances of 'names' for example..
A.............B...............C
Date....Completed...Name
Mar 20....Yes...........Jose
Mar 21....No............Maria
Mar 22....Yes...........Jose
Mar 23.....No...........Jose
and so on...
so the formula could look like... =DCountA(A1:A5,"Name","Jose")
but of course that function is not working... result should be 3
because there are three instances of "Jose" in column C for the entir
range.
Can some1 help?
- Larry -
VBA Amateu
course. I need a function that will count cells in column C wit
instances of 'names' for example..
A.............B...............C
Date....Completed...Name
Mar 20....Yes...........Jose
Mar 21....No............Maria
Mar 22....Yes...........Jose
Mar 23.....No...........Jose
and so on...
so the formula could look like... =DCountA(A1:A5,"Name","Jose")
but of course that function is not working... result should be 3
because there are three instances of "Jose" in column C for the entir
range.
Can some1 help?
- Larry -
VBA Amateu