+ Reply to Thread
Results 1 to 2 of 2

Counting number of times a value appears in a certain cell over multiple sheets

  1. #1
    Registered User
    Join Date
    11-29-2017
    Location
    newport
    MS-Off Ver
    MS Office 365
    Posts
    21

    Counting number of times a value appears in a certain cell over multiple sheets

    Hi everyone,

    Im looking for a formula that can count how many time a certain cell has something entered into it over multiple sheets in the same workbook. the data will be in the same cell in every sheet but will be over hundreds of sheets in the same workbook.

    Im playing around with various COUNTIF formulas but cant get it to work.

    Any help would be massively appreciated,

    Thanks!

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,193

    Re: Counting number of times a value appears in a certain cell over multiple sheets

    One way

    =SUMPRODUCT(COUNTIF(INDIRECT("'" &Sheets & "'!B2"),">" &0))

    "Sheets" is named range (list) of your sheets

    counts number of entries in B2 > 0

+ 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. [SOLVED] Count the number of times a value appears across multiple sheets displaying a total
    By Philbe in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-02-2014, 11:31 PM
  2. Adding number of times word appears in date range across multiple sheets
    By ashbeeigh in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-17-2013, 01:49 PM
  3. Replies: 3
    Last Post: 09-17-2012, 08:05 AM
  4. Replies: 2
    Last Post: 03-14-2012, 08:12 AM
  5. Counting the number of times a month appears
    By Kololo in forum Excel General
    Replies: 3
    Last Post: 02-24-2012, 10:29 PM
  6. Counting the number of times an entry appears
    By nickifan in forum Excel General
    Replies: 2
    Last Post: 11-22-2010, 12:04 PM
  7. Counting number of times a cell reference appears in a 12 month period
    By Alistar3000 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-23-2010, 04:52 PM
  8. [SOLVED] Counting the number of times a specific character appears in a cell
    By PCLIVE in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-04-2005, 01:15 AM

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