consecutive

  1. C

    counting consecutive days worked.....

    Trying to count employee's consecutive days worked (no more than 13, 14th has to be a rest day). Problem is.. count should restart after an absence. 8/1 8/2 8/3 8/4 8/6 8/7 8/8 Consecutive Days Worked In In In In In In In 1 1 1 0 1 1 1 1 1 0 1 0 1 1 0 0 0 0 0 0 0 1...
  2. I

    Counting Consecutive Values Across a workbook (Multiple Tabs)

    I need the wisdom of the Gurus, please help! I run a very large report every 2 weeks for my department. This is a report that I have taken on and I'm hoping to add some efficiencies to help with user review of the data. All iterations of the report are contained in one workbook with each...
  3. V

    Sum the max of consecutive numbers

    Hi All I am trying to Sum the Max of consecutive numbers for cells greater equal than 2, for instance <tbody> A B C D Consecutive Sum Max 0 2 2 3 7 1 1 1 1 0 3 2 1 1 5 </tbody> Thanks!
  4. D

    Suming consecutive numbers greater than a value

    Hi all, I m presented a problem that I can describe in this way: In A column of numbers, sum only where the formula registers 5 consecutive numbers that are greater than 2 and tabulate the sum of that sequence in column b next to the last counted number greater than 2 in that sequence...
  5. A

    Count occurrences of consecutive text

    Hi, Is there a formula to count occurrences of consecutive text in a lengthy file, and put the number in an adjacent column, as in the sample below: <colgroup><col><col></colgroup><tbody> 019DAEA5-7213-4CA8-A421-C8E6696CFE10 3 019DAEA5-7213-4CA8-A421-C8E6696CFE10 3...
  6. M

    VBA code needed to highlight all positive consecutive integers in rows with count of 7 or greater

    Hello, I'm looking for VBA code to highlight all consecutive positive integers in rows with consecutive counts greater than 7. It is to be left open ended to add additional data by rows and columns. It should start in Column G20. example: [/IMG] Thanks!
  7. T

    Counting consecutive values that appear a set number of times. CountIf?

    Hi Guys, Hope you can help! If you guys could help me with this I would be hugely grateful as this would save me sooo much time every month. Basically, I want to count the number of times 1 appears in 3 or more consecutive cells. Each cell only contains a 1 or 0. <tbody> Name Apr 1st Apr...
  8. K

    Count maximum to minimum consecutives

    Using Excel 2000 Hi, I have got data in column C:P, and need results in columns T:Z 1-In the column T, I need first max consecutive count of "X's" 2-In the column U, I need second max consecutive count of "X's" 3- and continue third, fourth max consecutive in to columns V through Z...
  9. S

    Calculating how many hours taken between shifts

    I have been looking all over the web for something similar to what I am looking for but have not found anything so far which suits what I need. I am creating a time sheet where colleagues would input data for each employee, where they worked, start time and end time. As part of the law, we...
  10. M

    Conditonal Formatting a list within a list

    Hello, I have a long list of books sorted by author. I need to highlight the authors with 10 or more books. I have a column that shows the count for each author using this formula:=IF(C3=C2,H2+1,1) where column c holds the authors names and column H counts each book for the author and starts...
  11. T

    Check Consecutive value

    Hi , I have values for a year in excel and in the row sum i want to sum the total of 1,2,3, and in the return row if i dont have a value in consecutive months then i should minus that value from total. For ex below month 1. in jan i have 4900 however next two months the value is 0, hence it...
  12. D

    Closest match for a data set

    Hello all. Im looking for the closest match for a data set. Here is the data: <tbody> A B 1 959.5 2 909 3 858.5 4 858.5 5 858.5 6 910 7 758.5 8 808 9 808 10 858.5 11 909 12 757.5 </tbody> How would you find the three consecutive closest...
  13. O

    If Value is consecutive 15 times or more in the same column then highlight cells

    Hi everyone, i have an excel file and in a column i have two values, true or false. I want to highlight cells if the value true is consecutive 15 times or more. I think i can do this with conditional formatting but im not quite sure. Would you be so kind to tell me some suggestions? Thank you...
  14. R

    Mark consecutive Non-Blank Cells

    Hello, I need to mark consecutive more than 5 Non-Blank cells in excel like given below. It will be good if this can be done in VBA Macro. <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 2 5 3 4 3 3 3 4 3 3 2 3 3 3 3 3 3 3 4 4 4 4 1 2 3 4 5 6 5 7 7 8 8...
  15. K

    Excel Freezing when Pasting data consecutively

    Greetings, Context: I have three tables (formatted as tables) with the same data going into them. Each table has different formulas for calculating different things. Duplicates from each table are removed differently, to accommodate different reports, which is why there are three (in case you...
  16. J

    Consecutive Max Occurrence Frequency of a Series and what column Max was Hit

    I have a series of quartile performances by month, an employee lands in a certain quartile for a month 1,2,3,4. I am counting the max consecutive occurrences of being in Q4, for my example below this occurs Jul, Aug Sep, Oct for a Max Consecutive Occurrence of 4. What I am struggling with...
  17. R

    find multiple sets of consecutive numbers in a single cell

    Hi all, I've tried searching lots of places for help on this, but cannot find what I need.... I've been given the most unhelpful file and need to try to decipher it to create useful reports. I have lots of data in a single cell, and lots of other cells on the same row contain a similar story. I...
  18. T

    Count the first non-zero Consecutive Cells until another 0 appears

    Hi, I'm trying to figure out a way to count the number of cells in the first non-zero Consecutive cells. Been reading all the posts about consecutive cells posts, but couldn't get anything working. Could anyone help? Thanks in advance! The desired results are listed below <tbody> A B C D E...
  19. M

    Count number of consecutive numbers

    Hi All I'm trying to work out a formula to count the number of consecutive numbers in a row of numbers e.g if I have a series of numbers, say 1, 3, 4 ,5 12, 15, 16 I want to know how many numbers are consecutive, in this example 3,4 +5 =3 consecutive numbers and 15 + 16 = 2 consecutive numbers...
  20. P

    Generate 3 digit training (pick3) Have one of the 10 pairs with consecutive digits

    Generate 3 digit training (pick3) Have one of the 10 pairs with consecutive digitios The ten = pairs = 01 12 23 34 45 56 67 78 89 90 Example 126 712 192 821 291 214 Note that the consecutive pair (12) had 6 formations Rotating in the 3 positions inside the pick3 From left to right is also...

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