ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Using the numeric contents of a cell to define row number (https://www.excelbanter.com/excel-worksheet-functions/168648-using-numeric-contents-cell-define-row-number.html)

JRD

Using the numeric contents of a cell to define row number
 
Can anyone tell me whether I can put a number in a cell and then use that
cell to define a range

e.g.

A B
1 3 CABG
2 PCI
3 CABG
4 PCI

=countif(B1:B(A1), "PCI")

The answer should equal 1

Thanks

John


Pete_UK

Using the numeric contents of a cell to define row number
 
Try it like this:

=countif(indirect("B1:B"&A1), "PCI")

Hope this helps.

Pete

On Dec 5, 8:38 pm, JRD wrote:
Can anyone tell me whether I can put a number in a cell and then use that
cell to define a range

e.g.

A B
1 3 CABG
2 PCI
3 CABG
4 PCI

=countif(B1:B(A1), "PCI")

The answer should equal 1

Thanks

John



Niek Otten

Using the numeric contents of a cell to define row number
 
Hi John,

=COUNTIF(B1:INDIRECT("B"&A1),"PCI")

--
Kind regards,

Niek Otten
Microsoft MVP - Excel


"JRD" wrote in message ...
| Can anyone tell me whether I can put a number in a cell and then use that
| cell to define a range
|
| e.g.
|
| A B
| 1 3 CABG
| 2 PCI
| 3 CABG
| 4 PCI
|
| =countif(B1:B(A1), "PCI")
|
| The answer should equal 1
|
| Thanks
|
| John
|



Teethless mama

Using the numeric contents of a cell to define row number
 
=COUNTIF(B1:INDEX(B:B,A1),"PCI")


"JRD" wrote:

Can anyone tell me whether I can put a number in a cell and then use that
cell to define a range

e.g.

A B
1 3 CABG
2 PCI
3 CABG
4 PCI

=countif(B1:B(A1), "PCI")

The answer should equal 1

Thanks

John


JRD

Using the numeric contents of a cell to define row number
 
Can I use this formula with sumproduct?

John

"Teethless mama" wrote:

=COUNTIF(B1:INDEX(B:B,A1),"PCI")


"JRD" wrote:

Can anyone tell me whether I can put a number in a cell and then use that
cell to define a range

e.g.

A B
1 3 CABG
2 PCI
3 CABG
4 PCI

=countif(B1:B(A1), "PCI")

The answer should equal 1

Thanks

John



All times are GMT +1. The time now is 08:36 AM.

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