+ Reply to Thread
Results 1 to 4 of 4

Count max contiguous blank cells

  1. #1
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,459

    Count max contiguous blank cells

    Dear All
    I have a working day sheet counts for employees in month.
    Which formula can I use to count max contiguos absent days (blank cells) of each employee? (No use code)
    Thanks.
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    10-06-2008
    Location
    Norway
    MS-Off Ver
    2010
    Posts
    365

    Re: Count max contiguos blank cells

    Hi, one way is to make helping columns where contiguos blanks are (automatically) replaced by increasing numbers, and then use the max-function. The helping columns could also be placed in another sheet.
    Attached Files Attached Files

  3. #3
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    Office 2021
    Posts
    2,237

    Re: Count max contiguos blank cells

    In M2 withCTRL+SHIFT+ENTER,rather than just ENTER.

    =MAX(FREQUENCY(IF(B2:L2="",COLUMN(B2:L2)-COLUMN(B2)+1),IF(B2:L2<>"",COLUMN(B2:L2)-COLUMN(B2)+1)))

    Copy down.
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

  4. #4
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,459

    Re: Count max contiguos blank cells

    Quote Originally Posted by Haseeb A View Post
    In M2 withCTRL+SHIFT+ENTER,rather than just ENTER.
    =MAX(FREQUENCY(IF(B2:L2="",COLUMN(B2:L2)-COLUMN(B2)+1),IF(B2:L2<>"",COLUMN(B2:L2)-COLUMN(B2)+1)))
    Copy down.
    It works well, thanks a lot!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1