计算列中重复值的数量
我有一列要排序的年份值。我想找到每年的数量(阅读:每年值的重复次数)。我想用图表表示这些值。我不知道如何实现这一点。
我正在使用 Apple 的 Numbers '08,但如果可能的话,首选多人可以使用的通用解决方案。
I have a column of year values by which I am sorting. I'd like to find the quantity per year (read: number of repeats of each year value). I'd like to chart said values. I'm not sure how to make this happen.
I am using Apple's Numbers '08, but if possible a general solution that multiple people could use would be preferred.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您应该使用 countif() 函数: http://office.microsoft.com /en-us/excel/HP052090291033.aspx
我做了类似的事情来计算每个即将推出的 iPhone 应用程序版本需要多少小时的工作时间。我正在做 sumif(),但你只想要 countif()。
请参阅此处的单元格 N4-N6:http://spreadsheets.google.com/ccc ?key=0AhL0igVI9HVNdGpaS3U1cS1qOGVNd3h0Slg0a21vUWc&hl=en
You should use the countif() function: http://office.microsoft.com/en-us/excel/HP052090291033.aspx
I did a similar thing to count how many hours of work there are for each upcoming version of my iPhone app. I was doing sumif(), but you just want countif().
See cells N4-N6 here: http://spreadsheets.google.com/ccc?key=0AhL0igVI9HVNdGpaS3U1cS1qOGVNd3h0Slg0a21vUWc&hl=en
在新工作表上,在一列中列出唯一年份,然后在旁边的列中列出它们的数量。选择创建的整个范围,然后创建一个图表。
从你的问题中我不确定你具体需要什么而不是这个(我在 Excel 2003 中工作)。
On a new sheet, list the unique years in one column, then their quantity count in the column next to them. Select the entire range created, then create a chart.
I'm unsure from your question what you would specifically need more than this (and I work in Excel 2003).