+ Reply to Thread
Results 1 to 3 of 3

count the amount of times a word appears in the same column in multiple sheets

  1. #1
    Forum Contributor
    Join Date
    06-30-2008
    Location
    london
    Posts
    108

    count the amount of times a word appears in the same column in multiple sheets

    Hi all,

    I am trying to come up with a formula to count the amount of times "Yes"' appears in a column (column D), across 15 sheets in my excel file.

    It seems like an easy task, but im struggling!

    can anyone help?

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: count the amount of times a word appears in the same column in multiple sheets

    Conditional calcs in 3D are actually quite complex - they are also inefficient.

    My advice would be - group your fifteen sheets together - then in a blank cell common to all enter (for arg sake say Z1) enter:

    =COUNTIF(D:D,"Yes")

    Ungroup your sheets

    Then, assuming then your 15 sheets are listed one after the other, to get total count:

    =SUM('First Sheet Name:Last Sheet Name'!Z1)

    change sheet names as appopriate

  3. #3
    Forum Contributor
    Join Date
    06-30-2008
    Location
    london
    Posts
    108

    Re: count the amount of times a word appears in the same column in multiple sheets

    brilliant! works well.

+ 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