+ Reply to Thread
Results 1 to 4 of 4

Counting cells in different sheets

  1. #1
    Registered User
    Join Date
    10-28-2017
    Location
    istanbul
    MS-Off Ver
    Microsoft 365-2209
    Posts
    20

    Counting cells in different sheets

    Hi,
    I have sheets more than 200 in my excel file and I need to count how many cells are not blank for the column "D".
    Is there a function to count it without writing these 200 sheets name in the formula ?
    Thanks for your help & Regards

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Counting cells in different sheets

    Hi,

    If by "blank" you mean empty (and so not cells which appear empty but which actually contain the null string "", e.g. as a result of formulas in those cells), then you can use:

    =COUNTA(Sheet1:Sheet200!D:D)

    where Sheet1 and Sheet200 should be replaced with the names of the leftmost and rightmost worksheets within the workbook respectively.

    If null strings are in fact present, you'll require a different solution. Let me know.

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  3. #3
    Registered User
    Join Date
    10-28-2017
    Location
    istanbul
    MS-Off Ver
    Microsoft 365-2209
    Posts
    20

    Re: Counting cells in different sheets

    Thank you very much.

  4. #4
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Counting cells in different sheets

    You're welcome!

    Cheers

+ 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] Counting specific values from same cells over multiple sheets
    By Copernicus19 in forum Excel General
    Replies: 4
    Last Post: 07-20-2019, 01:29 AM
  2. Replies: 3
    Last Post: 08-30-2018, 11:13 PM
  3. [SOLVED] Counting the amount of times "available" is stated within specicifc cells on sheets
    By ahalliwell in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 06-05-2017, 11:52 AM
  4. [SOLVED] COUNTIFS - Counting in order in one column, Counting only specific cells In another
    By kslattery in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-25-2017, 01:17 PM
  5. Replies: 2
    Last Post: 03-30-2016, 01:55 PM
  6. Counting Cells With Multiple Criteria on Multiple Sheets
    By ericmeiers in forum Excel General
    Replies: 5
    Last Post: 08-04-2012, 10:23 PM
  7. Replies: 3
    Last Post: 03-01-2012, 06:17 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