ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How do I count a named range for a specific word or acronym? (https://www.excelbanter.com/excel-worksheet-functions/53783-how-do-i-count-named-range-specific-word-acronym.html)

brandyb

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.

Biff

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" wrote in message
...
I am trying to count how many times the acronym "SD" shows up for all
worksheets in my file and on a specific row.





All times are GMT +1. The time now is 07:00 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com