+ Reply to Thread
Results 1 to 2 of 2

How do I count a named range for a specific word or acronym?

  1. #1
    brandyb
    Guest

    How do I count a named range for a specific word or acronym?

    I am trying to count how many times the acronym "SD" shows up for all
    worksheets in my file and on a specific row.

  2. #2
    Biff
    Guest

    Re: How do I count a named range for a specific word or acronym?

    Hi!

    One way:

    Create a list of all the sheet names. Give this list a defined name,say,
    List.

    Then, to count instances of SD on every sheet in row 10:

    =SUMPRODUCT(COUNTIF(INDIRECT("'"&List&"'!10:10"),"SD"))

    Biff

    "brandyb" <[email protected]> wrote in message
    news:[email protected]...
    >I am trying to count how many times the acronym "SD" shows up for all
    > worksheets in my file and on a specific row.




+ 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