比较 2 个电子表格(如记录集)?可能的?
我想知道在 Excel 中比较两张表的最佳方法是什么。 现在我实际上从 Access 获取数据并将其导出到电子表格。从那里我希望询问它并找出记录中的差异。现在的问题是它不是直接比较,表 1 单元格 A1 中的信息可能存在于表 2 中,但位于单元格 A3 中,因此我希望它将其标记为相似。 (我遇到的大多数内容都假设数据仅在相同的单元格中是相同的)。当计划这样做时,我们想象您可以将数据放入记录集中并遍历每条记录(因此表 1 上的每一行)并与其他记录集(表 2 的行)进行比较
基本上,我可以将数据放入记录集中吗Excel?或者类似的东西?
谢谢,
I was wondering what the best way to compare 2 sheets are in Excel.
Now im actually getting the data from Access and exporting it to a Spreadsheet. From there i wish to interrogate it and find out the differences in records. Now the catch is its not a straight compare, information in SHEET 1-cell A1 might exist in SHEET 2 but be in cell A3, so therefore i want it to mark it as similar. (most of the stuff i have come accross assumes that data is the same if its in the same cells only). When this was planned it was imagined that you could put the data into a recordset and itterate through each record (so each row on SHEET 1) and compare with other recordset (rows of SHEET 2)
Bascially, can i put data into a recordset in Excel? or something similar?
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用
ADO
执行您想要的操作,从 Excel 中获取记录集搜索 SO for
[Excel] ado
,有很多与此相关的问题You can do what you want using
ADO
to get a recordset from excelSearch SO for
[Excel] ado
, there are many many questions dealing with this