xlsx - How to draw chart in excel with age and its count -


i have create chart age , count in excel. how can count number of people in age 1,2,3,4..14.

age 4 3 10 8 2 5 5 4 6 2 1 8 4 9 5 8 12 8 4 10 1 7 8 

please help!

what mean in age 1...14? understand, can use countif function. possible answer question can seen here


clear instruction , syntax can seen here
summarise:
function countif (range,criteria).
range indicates ranges of excel fields count
criteria indicates rules of fields.
example =countif (a1:a3,"apple"). function count field a1 field a3. if field has value of "apple" counted.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -