+ Reply to Thread
Results 1 to 3 of 3

Count if Every 5th Cell in column is a zero

  1. #1
    Forum Contributor
    Join Date
    11-26-2008
    Location
    UK
    MS-Off Ver
    Using Excel 2019
    Posts
    317

    Count if Every 5th Cell in column is a zero

    Hi,

    I need to count every 5th column in a row (down for 1500 rows) if the value of that 5th column is a zero.....


    Also, whilst Im here I was possibly looking at creating a new table of each value of every 5th row so it strips out all the ones in between (down for 1500 rows). Any idea how that might be done?

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Guru HansDouwe's Avatar
    Join Date
    06-21-2022
    Location
    Nederland
    MS-Off Ver
    365 V2403 (Build 17330.20000)
    Posts
    6,406

    Re: Count if Every 5th Cell in column is a zero

    Please try =SUM((MOD(COLUMN($F1:$Z1),5)=0)*(F1:Z1=0))
    See also https://www.excelforum.com/excel-for...ml#post5752637

  3. #3
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    Taiwan
    MS-Off Ver
    365 V2403 and WPS V2022
    Posts
    3,380

    Re: Count if Every 5th Cell in column is a zero

    Cell AB1 formula

    Formula: copy to clipboard
    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 7
    Last Post: 01-22-2017, 04:35 AM
  2. [solved]Count if cell from one column is equal to cell in other column
    By Benderis in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 09-17-2016, 11:17 AM
  3. Replies: 4
    Last Post: 10-09-2015, 05:19 AM
  4. Count column value then adjacent column cell fill color
    By MIGARDEIN in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 08-09-2015, 01:13 AM
  5. Column Cell Count with variable in column marker, Type mismatch
    By krackaberr in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-13-2013, 11:39 AM
  6. Replies: 11
    Last Post: 01-18-2013, 04:05 PM
  7. Replies: 10
    Last Post: 07-21-2011, 07:23 AM

Tags for this Thread

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