consecutive

  1. B

    Count consecutive occurrences when sum of two consecutive numbers below 3

    Hello, I have a column of numbers : 3 0 4 2 1 0 5 0 3 2 0 2 I am trying to get the number of times the sum of two consecutive rows is below 3. In this example 4 (i.e. 2+1,1+0,2+0 and 0+2). I tried a way around with this formula : =SUMPRODUCT(--(FREQUENCY(IF(C5:C16<2, ROW(C5:C16))...
  2. K

    Conditional formatting consecutive duplicate and triplicate values

    Hello, I'm hoping someone can help me figure out a formula. I am trying to conditionally format when the value of "1" shows up consecutively twice with one color and conditionally format it if it shows up 3 consecutive times with a different color. Here's my example: C4 = 1 C5 = 1 C6 = 0 C7...
  3. G

    2 Consecutive Cells match (Column A&B) match 2 other Consecutive cells (Column D&E), copy entry in Column C to Column F

    Hi Everyone, First time posting so hopefully this is clear. I need a formula that can help find and populate an entry when 2 consecutive cells in the same row match 2 other consecutive cells in other columns. i.e. Cell A2 = John Cell B2 = Smith Cell C2 = Blue Cell D13 = John Cell E13 =...
  4. D

    Count Consecutive Dates

    So I have a list of products that may show up on a report for consecutive dates. I'd like to count the current consecutive Workdays (Monday -Friday) the product has been on the list and reset the counter once it disappears for 1 day. Thank you in advance. Dean <colgroup><col style="width...
  5. R

    macro or other ways to arrange columns so that there will be no consecutive duplicates

    Hi Everyone, I have a table of two columns, one column for dates and the other column with duplicates items. I was wondering if there is a macro to arrange the 1st column by dates, and the second column with no consecutive duplicates (i.e. as much as possible as sometimes there is no way to...
  6. C

    LARGE formula that finds consecutive numbers

    Is there a way to utilize the LARGE formula, but have it pick the highest consecutive periods? I am looking at a very wide set of data, 20 years by quarter, and need to find the peak volume for any four-month (consecutive) span. The LARGE function is only finding the biggest four months...
  7. Z

    Two consecutive consonants in a name and surname

    What formula can I use to identify two consecutive consonants in the name and surname columns.eg name Ndoluvo and surname Khaye formula should identify any two consecutive consonants the name and surname starts with
  8. P

    Consecutive numbers in column - 1 2 3, 1 2 3

    Hello, I have a spreadsheet where I want to enter consecutive numbers every three rows (the number of rows can vary, it can be two, three, four, five, etc.). See example below. London 1 Brighton 2 LA 3 Italy 1 Spain 2 Austria 3 Please can you...
  9. H

    Subtotal of consecutive values of the same value

    Hi . I am wanting a formula that will count the number of consecutive sames values in a column that are together but not all of them in the column. I have 365 rows and i want to be able to insert the formula in B1 and drag down to B365 so that the Value in B wil update as and when A changes...
  10. B

    Counting consecutive numbers greater than a set value

    I am tracking snow data for skiing. In column D I have the snow that fell in the last 24hrs. I want to count how many consecutive times the value over 10 occurs in the column. I thought I had it with =MAX(FREQUENCY(IF(D2:D153,">10",ROW(D2:D153)),IF(D2:D153,">10",ROW(D2:D153))))) A B C D E...
  11. G

    count of consecutive cells with same value omitting the first three

    Hello, I have a row of 31 cells which can be blank, or contain a value of either 1 or 0. I need to count all the 1s and 0s except consecutive 0s of more than 3. In example: <tbody> A B C D E F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF 1 1 1 1 1 1 0 0 1 0 0 0 0 0 1 1 0 0 1 0...
  12. J

    Counting number of consecutive blank cells on adjacent rows

    Hi, I have found several solutions in here on how to count the highest number of consecutive blank cells in a single row, like so; =LARGE(FREQUENCY(IF(A10:N10<>"","",COLUMN(A10:N10)),IF(A10:N10="","",COLUMN(A10:N10))),1) This works like a charm. However, how do I go about counting the...
  13. O

    Show msg box based on consecutive values

    Hi all, I'm struggling with one problem. I have a spreadsheet, where numbers are filled into columns A,B,C in values from 1 to 15. And I'd like excel to show msg box based on theese two conditions: 1. if 3 consecutive rows contain number lower than 5 2. if 3 consecutive rows contain number...
  14. T

    Find Consecutive months without counting empty cell in the middle

    <tbody> A B C D E F G H 1 1803M 1804M 1805M 1806M 1807M 1808M 1809M Remarks 2 1 1 1 1 First Month 3 1 1 1 1 2 Consecutive months 4 1 1 1 1 1 3 Consecutive months 5 1 1 1 1 4 Consecutive months 6 1 1 1 1 1 1 5 Consecutive months </tbody> Is there a way to count a...
  15. J

    sum when numbers are not consecutive and have blanks

    Hi, How do I get excel to ignore the blank cells in this formula? =SUM($W$5+$W$17+$W$29+$W$41+$W$53+$W$65+$W$77+$W$89+$W$101+$W$113+$W$125+$W$137+$W$149+$W$161+$W$173+$W$185+$W$197+$W$209) Thank You.
  16. m_in_spain

    There has to be a Simpler formula?

    Hi (again) I am sure this is something to do with array or range, but i cannot get my head around it. There must be a simpler way to express the "if(or(" part of the following formula (in red)...
  17. M

    Highest 3 consecutive points , ranked

    I have a column with different location names, and another with their temperatures on different consecutive locations. Each city has a random amount of points/locations (around 40) For example: <code>Houston 10 Houston 11 Houston 14 coruna 20 coruna 21 coruna 25 coruna 28 vigo 30...
  18. M

    Sum consecutive row values and rank the biggest consecutive values

    I have a column with different values from 0 to 100. I would like to group those values into consecutive groups of 20 values , sum those values and rank them depending on which sums are the greater and point me to where those values are. Ideally the ranks would be divided into the highest sum of...
  19. T

    Max Consecutive Blank Cells between 1st non-blank cell and last non-blank cell

    Hello Group, I am attempting to determine the max consecutive blank cells in a row of data between the 1st and last non-blank cells of a range. This is what I have come up with on my own but I seem to stuggling to get it to work. Would anyone have any insight? Thanks...
  20. C

    Counting consecutive days based on current date...

    I'm looking for formula in "Consecutive Days Worked" column that will count consecutive days worked(1=worked 0=not worked). Challenge is employee cant work more than 13 consecutive days, so count needs to start over when it hits a 0, and be tied to current date. Thank you for your time...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top