Forum Discussion
Curdavid
Jan 30, 2022Copper Contributor
COUNTIF FORMULA NOT EXECUTING
I have created a workbook which reflects values from a primary workbook. When I use the COUNTIF formula to count the number of cells in which text occurs i.e. COUNTIF(C3:C202,"*") the formula does ...
Jan 30, 2022
Hello Curdavid,
You need to add = at the begining of the formula so Excel will do execute it.
=COUNTIF(C3:C202,"*")
You need to add = at the begining of the formula so Excel will do execute it.
=COUNTIF(C3:C202,"*")
- CurdavidJan 30, 2022Copper ContributorI have an equal sign preceding the formula, I just didn’t mention it in my example.
- Detlef_LewinJan 30, 2022Silver Contributor
- CurdavidJan 30, 2022Copper ContributorGood Morning