Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 | |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Subject: How to Reverse Contents in an Excel cell (NUMERIC VALUE) | Excel Worksheet Functions | |||
Subject: How to Reverse Contents in an Excel cell (NUMERIC VALUE) | Excel Worksheet Functions | |||
Subject: How to Reverse Contents in an Excel cell (NUMERIC VALUE) | Excel Worksheet Functions | |||
convert a numeric number in text format in another cell? | Excel Worksheet Functions | |||
How do I get a number or letter to represent cell contents? | Excel Discussion (Misc queries) |