I am trying to count how many times the acronym "SD" shows up for all
worksheets in my file and on a specific row.
I am trying to count how many times the acronym "SD" shows up for all
worksheets in my file and on a specific row.
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" <brandyb@discussions.microsoft.com> wrote in message
news:105A9236-828C-4904-884A-D87BD2A64381@microsoft.com...
>I am trying to count how many times the acronym "SD" shows up for all
> worksheets in my file and on a specific row.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks