简体   繁体   English

有关使用Microsoft Excel进行数据分析的问题

[英]a question on using Microsoft Excel to do data analysis

Me and my mates have been given an Excel spreasheet,which contains the data of the Census report. 我和我的队友都得到了一个Excel表格,其中包含了人口普查报告的数据。 The column here corresponds to "Year" (from 2000-2010),the row means "City/Town",the cell is simply the population of a town at a particular year. 这里的列对应于“年份”(从2000年至2010年),行的含义是“城市/城镇”,该单元格仅是特定年份的城镇人口。 We are up to doing some analysis like “what town had its first population gain in 10 years?” etc.My question is just about can we do this in Excel,or do we need to export the data to other database(SQL) then do the programming? 我们要进行一些分析,例如“哪个城镇的人口在十年内首次增长?”等。我的问题是我们可以在Excel中进行此操作,还是需要将数据导出到其他数据库(SQL),然后编程吗? Thanks in advance. 提前致谢。

Yes, you can do it in Excel. 是的,您可以在Excel中完成。 That answer your question? 那回答你的问题吗?

For that specific piece of data analysis 对于特定的数据分析

{=AND(SUM(--((C2:K2-B2:J2)>0))=0,L2>K2)}

Don't enter the curly braces, enter the formula with Control+Shift+Enter. 不要输入花括号,请使用Control + Shift + Enter输入公式。

But if you're more comfortable in SQL, then you should import it into a database and work with it that way. 但是,如果您更熟悉SQL,则应将其导入数据库并以这种方式使用。 Put it where you have the best skill set and you'll get the job done the quickest. 将其放在拥有最佳技能的地方,即可最快完成工作。

您可以在excel中做大量工作,既可以简单地使用作为单元函数提供的功能,如果还不能满足要求,则可以使用excel中内置的VBA(Visual Basic for Applications)进行更复杂的分析。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM