Hi everybody!!
Can anyone help me...Lets say from A!:A5, I have
A in A1
a in A2
A in A3
a in A4
A in A5How can I count the number of A and the number of a?
Please help,,, badly need it now..am stuck
Jessika
Hi everybody!!
Can anyone help me...Lets say from A!:A5, I have
A in A1
a in A2
A in A3
a in A4
A in A5How can I count the number of A and the number of a?
Please help,,, badly need it now..am stuck
Jessika
Hi,
Try
=SUMPRODUCT(--(EXACT(A1:A5,UPPER("A"))))
=SUMPRODUCT(--(EXACT(A1:A5,Lower("A"))))
VBA Noob
_________________________________________
![]()
![]()
Credo Elvem ipsum etian vivere
_________________________________________
A message for cross posters
Please remember to wrap code.
Forum Rules
Please add to your signature if you found this link helpful. Excel links !!!
Sorry
Try
=SUMPRODUCT(LEN(A1:A5)-LEN(SUBSTITUTE(A1:A5,"a","")))
VBA Noob
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks