ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Count Data Within Range (https://www.excelbanter.com/excel-programming/355169-count-data-within-range.html)

Sukh

Count Data Within Range
 
Dear All,

I have a spreadsheet with aroung 12, 500 lines. The sheet contains info
about trainees and values recieved for training. I wanted to count the
number of times a specific word, located in column J appeared against each
trainee.

Trainees are identified by a unique code in column B. Any help would be
greatly appreciated.

Thanks

Antonio Elinon[_2_]

Count Data Within Range
 
Where are you searching for the specific word? Assuming you are searching in
Col C thru I, put in Column K the foillowing:
=COUNTIF(C1:I1,J1)
and propagate to all cells in Column K.

Regards,
Antonio Elinon

"Sukh" wrote:

Dear All,

I have a spreadsheet with aroung 12, 500 lines. The sheet contains info
about trainees and values recieved for training. I wanted to count the
number of times a specific word, located in column J appeared against each
trainee.

Trainees are identified by a unique code in column B. Any help would be
greatly appreciated.

Thanks


Bob Phillips[_6_]

Count Data Within Range
 
=SUMPRODUCT(--(B1:B100="trainee_name"),--(J1:J100="word"))

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Sukh" wrote in message
...
Dear All,

I have a spreadsheet with aroung 12, 500 lines. The sheet contains info
about trainees and values recieved for training. I wanted to count the
number of times a specific word, located in column J appeared against each
trainee.

Trainees are identified by a unique code in column B. Any help would be
greatly appreciated.

Thanks




Toppers

Count Data Within Range
 
This will count the number of times ABC appears against code of 123.


HTH

=SUMPRODUCT(--(B2:B12500=123),--(J2:J12500="ABC"))

"Antonio Elinon" wrote:

Where are you searching for the specific word? Assuming you are searching in
Col C thru I, put in Column K the foillowing:
=COUNTIF(C1:I1,J1)
and propagate to all cells in Column K.

Regards,
Antonio Elinon

"Sukh" wrote:

Dear All,

I have a spreadsheet with aroung 12, 500 lines. The sheet contains info
about trainees and values recieved for training. I wanted to count the
number of times a specific word, located in column J appeared against each
trainee.

Trainees are identified by a unique code in column B. Any help would be
greatly appreciated.

Thanks



All times are GMT +1. The time now is 01:41 PM.

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