Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How can I use the CountIf dynamically?
COUNTIF($E$6:$E$2725,"= J47")-COUNTIF($E$6:$E$2725,"= K47") Where J47 and K47 are numeric cell references. If this isn't possible, how can I count a column of values in a user defined range. Thank you very much. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If I understand your question correctly:
=COUNTIF($E$6:$E$2725,"=" & J47)-COUNTIF($E$6:$E$2725,"=" & K47) "TG" wrote: How can I use the CountIf dynamically? COUNTIF($E$6:$E$2725,"= J47")-COUNTIF($E$6:$E$2725,"= K47") Where J47 and K47 are numeric cell references. If this isn't possible, how can I count a column of values in a user defined range. Thank you very much. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try
=COUNTIF($E$6:$E$2725,"="& J47)-COUNTIF($E$6:$E$2725,"="& K47) Mike "TG" wrote: How can I use the CountIf dynamically? COUNTIF($E$6:$E$2725,"= J47")-COUNTIF($E$6:$E$2725,"= K47") Where J47 and K47 are numeric cell references. If this isn't possible, how can I count a column of values in a user defined range. Thank you very much. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you kindly!
"Mike H" wrote: try =COUNTIF($E$6:$E$2725,"="& J47)-COUNTIF($E$6:$E$2725,"="& K47) Mike "TG" wrote: How can I use the CountIf dynamically? COUNTIF($E$6:$E$2725,"= J47")-COUNTIF($E$6:$E$2725,"= K47") Where J47 and K47 are numeric cell references. If this isn't possible, how can I count a column of values in a user defined range. Thank you very much. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way:
=COUNTIF($E$6:$E$2725,"=" & J47)-COUNTIF($E$6:$E$2725,"=" & K47) In article , TG wrote: How can I use the CountIf dynamically? COUNTIF($E$6:$E$2725,"= J47")-COUNTIF($E$6:$E$2725,"= K47") Where J47 and K47 are numeric cell references. If this isn't possible, how can I count a column of values in a user defined range. Thank you very much. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Countif with Dynamic date ranges. | Excel Worksheet Functions | |||
Help with copying dynamic column selected based on remote cell value and dynamic formula fill | Charts and Charting in Excel | |||
Dynamic Range with unused formula messing up x axis on dynamic graph | Charts and Charting in Excel | |||
Offset, Dynamic range, Countif | Excel Discussion (Misc queries) | |||
Countif with dynamic criteria | Excel Worksheet Functions |