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 recevied
=COUNTIF($C$3:$C$12,C3)Is this what you are looking for?
The COUNT function counts the number of cells that contain numbers.
2 Replies
- OliverScheurichGold 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.
- aliteeCopper ContributorOh my goodness thank you so much!