Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Count Continuous data between cells.
Eg. Cells A B D E F G H I 2 2 2 4 5 2 This means I = 2 incidents Thanks for your help |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Lloyd,
I'm not understanding what the question is can you be more specific. Mike "Lloyd" wrote: Count Continuous data between cells. Eg. Cells A B D E F G H I 2 2 2 4 5 2 This means I = 2 incidents Thanks for your help |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Mike
Sorry for that. I what to count between a range how many time there is Continuous data between A to H,so that A to D = 1 incident and G to H = 1 incident, which a total of 2 incidents. I hope I have explained thie better. Thanks Lloyd "Mike H" wrote: Lloyd, I'm not understanding what the question is can you be more specific. Mike "Lloyd" wrote: Count Continuous data between cells. Eg. Cells A B D E F G H I 2 2 2 4 5 2 This means I = 2 incidents Thanks for your help |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming your range of interest is A1:H1, does this formula do what you
want? =(COUNTA(A1:H1)0)-(A1="")+SUMPRODUCT(--(A1:G1=""),--(B1:H1<"")) If you need to cover more columns, the last cell in the SUMPRODUCT's first range is always one less than the last cell in its second range. Rick "Lloyd" wrote in message ... Hi Mike Sorry for that. I what to count between a range how many time there is Continuous data between A to H,so that A to D = 1 incident and G to H = 1 incident, which a total of 2 incidents. I hope I have explained thie better. Thanks Lloyd "Mike H" wrote: Lloyd, I'm not understanding what the question is can you be more specific. Mike "Lloyd" wrote: Count Continuous data between cells. Eg. Cells A B D E F G H I 2 2 2 4 5 2 This means I = 2 incidents Thanks for your help |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Rick
Thanks I forgot I want to count how many e's , can i replace (A1="") with (A1="e"). Do it count how many occureies e is. Thanks "Rick Rothstein (MVP - VB)" wrote: Assuming your range of interest is A1:H1, does this formula do what you want? =(COUNTA(A1:H1)0)-(A1="")+SUMPRODUCT(--(A1:G1=""),--(B1:H1<"")) If you need to cover more columns, the last cell in the SUMPRODUCT's first range is always one less than the last cell in its second range. Rick "Lloyd" wrote in message ... Hi Mike Sorry for that. I what to count between a range how many time there is Continuous data between A to H,so that A to D = 1 incident and G to H = 1 incident, which a total of 2 incidents. I hope I have explained thie better. Thanks Lloyd "Mike H" wrote: Lloyd, I'm not understanding what the question is can you be more specific. Mike "Lloyd" wrote: Count Continuous data between cells. Eg. Cells A B D E F G H I 2 2 2 4 5 2 This means I = 2 incidents Thanks for your help |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You are going to have to learn to provide more details when you ask
questions in newsgroups; a lot of volunteers who answer questions on newsgroups tend to skip over highly vague questions which means you are missing the variety of responses others are getting. Now, as to your last question... your first post showed numerical data, so what e's are you now talking about? Please be specific. Remember, we have **no** idea what your spreadsheet, or the data on it, looks like. Rick "Lloyd" wrote in message ... Hi Rick Thanks I forgot I want to count how many e's , can i replace (A1="") with (A1="e"). Do it count how many occureies e is. Thanks "Rick Rothstein (MVP - VB)" wrote: Assuming your range of interest is A1:H1, does this formula do what you want? =(COUNTA(A1:H1)0)-(A1="")+SUMPRODUCT(--(A1:G1=""),--(B1:H1<"")) If you need to cover more columns, the last cell in the SUMPRODUCT's first range is always one less than the last cell in its second range. Rick "Lloyd" wrote in message ... Hi Mike Sorry for that. I what to count between a range how many time there is Continuous data between A to H,so that A to D = 1 incident and G to H = 1 incident, which a total of 2 incidents. I hope I have explained thie better. Thanks Lloyd "Mike H" wrote: Lloyd, I'm not understanding what the question is can you be more specific. Mike "Lloyd" wrote: Count Continuous data between cells. Eg. Cells A B D E F G H I 2 2 2 4 5 2 This means I = 2 incidents Thanks for your help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
calculate a continuous percent of attendance -if then using count. | Excel Worksheet Functions | |||
Continuous hughlighting of cells | Excel Discussion (Misc queries) | |||
add cells conditionaly not in continuous row or column | Excel Discussion (Misc queries) | |||
COUNTIF With Non-Continuous Cells | Excel Worksheet Functions | |||
Average Non-Continuous Cells Without Zero's | Excel Worksheet Functions |