Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何人都可以提供以下帮助 - 我有一个包含 37000 条记录的大型数据集。数据有一个主要类别 - Basin Name 和一个子类别 - Play name。戏剧可以在几个盆地中,并且盆地可以有许多戏剧。我想要一个可以将所有相似值组合在一起的脚本,并为每组相似数据绘制一个图表(x,y 散点图)。请看下面的例子。
我对VBA完全陌生,所以我不知道这是否可以做到......
从其声。您最好使用数据透视表汇总数据,然后从中创建图表。
在线阅读有关数据透视表的信息,它们将改变您的生活;-)