Thread
:
Counting the number of consecutive cells/rows that have the same entry
View Single Post
#
2
Posted to microsoft.public.excel.programming
Chantelle[_2_]
external usenet poster
Posts: 2
Counting the number of consecutive cells/rows that have the same entry
(Chantelle) wrote in message . com...
Hi,
I have tried using the count functions in excell to count the number
of cells that are in consecutive order that have the same value, but I
can not get my head around it. I have rows of data with fixed entries
say A B C D and E and i want to put into the column next to the
entries a formula /vba programme that counts the the numbers above and
below if they = the number in the cell and only until there is a
change in numbers e.g
Column A Column B
A 2
A 2
B 1
C 2
C 2
B 1
D 2
Does anyone have any idea how to solve this problem in VBA?
Reply With Quote
Chantelle[_2_]
View Public Profile
Find all posts by Chantelle[_2_]