How to draw chart in excel with age and its count

user41048

I have create a chart with age and its count in excel. How can I count the 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!

phuwin

What do you mean by in age 1...14? To what I understand, you can use countif function. A possible answer for your question can be seen here


Clear instruction and syntax can be seen here
I will summarise:
So you this is the function countif (range,criteria).
range indicates the ranges of excel fields you will count
criteria indicates the rules of the fields.
For example =countif (A1:A3,"apple"). The function will count from field A1 to field A3. If the field has value of "apple" it will be counted.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Count of person with Age Range to display in Bar Chart

From Dev

how to draw line chart with date fomat on excel using openpyxl of python

From Dev

How can I select data and draw chart using a button in Excel?

From Dev

How to draw a chart with Chart.JS?

From Dev

How to draw scatter chart with labels on google chart?

From Dev

How to draw a chart with Chart.JS?

From Dev

How to draw scatter chart with labels on google chart?

From Dev

How to draw a pie chart in android

From Dev

How to draw chart for heart rateing?

From Dev

mongodb How to make age field in sum not count

From Dev

How to draw a Google line chart with vertical divider?

From Dev

how to draw a multiline chart using python pandas?

From Dev

How to draw pie like chart in Android

From Dev

c# how to draw line chart

From Dev

How to draw a google chart when a tab is showed?

From Dev

How to move axes to center of chart in Maxima draw

From Dev

How to draw arrows on a line-chart with Highcharts?

From Dev

How to draw Horizontal line on Bar Chart Chartjs

From Dev

How to draw a flot chart with threshold limit?

From Dev

how to draw a multiline chart using python pandas?

From Dev

how to draw CombinedChart in ios-chart

From Dev

How to draw arrows on a line-chart with Highcharts?

From Dev

How to draw Horizontal line on Bar Chart Chartjs

From Dev

How to draw changing graph and its history below?

From Dev

How to draw Normalize Stack chart using C3 chart?

From Dev

iOS: How to let UITableView draw its cells out of its bounds?

From Dev

How to export a chart.js chart to excel?

From Dev

How to count hours in excel

From Dev

How to count values in excel

Related Related

HotTag

Archive