Forum Discussion
alitee
Apr 07, 2022Copper Contributor
Count function
Hi Experts, Please can someone help with the below, with the below - how do I use the COUNT formula in column D to get the number of Mango, Chocolate, Cumin (from column C)? Any help gratefully rec...
- Apr 07, 2022
=COUNTIF($C$3:$C$12,C3)Is this what you are looking for?
The COUNT function counts the number of cells that contain numbers.
OliverScheurich
Apr 07, 2022Gold Contributor
=COUNTIF($C$3:$C$12,C3)Is this what you are looking for?
The COUNT function counts the number of cells that contain numbers.
alitee
Apr 07, 2022Copper Contributor
Oh my goodness thank you so much!