aravindhan_31
Well-known Member
- Joined
- Apr 11, 2006
- Messages
- 672
- Office Version
- 365
- 2019
- 2016
- Platform
- Windows
Hi,
can you please help me to put a formula to count the number of entires in columns.
Column A to Column Z (week numbers 1-26)
ColA colB ColC ColD ColE etc...
wk1 Wk2 Wk3 Wk4 Wk5 etc...
#12 #11 #12 #13 #15
#14 #14 #14 ..... #14
from row 2 to 1000 have some data.
i want to put a formula in Column 27 to count how many times a particular data is appeared. eg if i want to know how many times "#12" appeared in column A- Z i can easily put countif like =COUNTIF(A2:Z2,"#12") which will give the number of times the value "#12" appreared, but now i want to know how many times it appreaed continesouly.
eg:
if i want to look for "#14" and if i use countif it would give me 4 as as answer but i want the result as 3 as the entry stops in colD(it will always be blank I had put ...)
All i want to get the number of times that the data appeared continueously
thanks for your help
can you please help me to put a formula to count the number of entires in columns.
Column A to Column Z (week numbers 1-26)
ColA colB ColC ColD ColE etc...
wk1 Wk2 Wk3 Wk4 Wk5 etc...
#12 #11 #12 #13 #15
#14 #14 #14 ..... #14
from row 2 to 1000 have some data.
i want to put a formula in Column 27 to count how many times a particular data is appeared. eg if i want to know how many times "#12" appeared in column A- Z i can easily put countif like =COUNTIF(A2:Z2,"#12") which will give the number of times the value "#12" appreared, but now i want to know how many times it appreaed continesouly.
eg:
if i want to look for "#14" and if i use countif it would give me 4 as as answer but i want the result as 3 as the entry stops in colD(it will always be blank I had put ...)
All i want to get the number of times that the data appeared continueously
thanks for your help