Excel - 查找名称是否存在于不同的工作表中
所以我有一个包含两个工作表的 Excel 文件。其中之一有一些服务器名称和所有不同的数据。另一个也有服务器名称,但有一个结尾(如“.domain.net”)。此外,这些名称在工作表中多次列出,具体取决于它们上运行的内容。
是否有一个函数可以输出工作表一中的服务器在工作表二中列出的次数?
注意:工作表一中的服务器范围从 A4 到 A3800。 工作表二中的服务器范围从 A2 到 A7113。 WS 1 中的服务器也可能不会出现在 WS 2 中。
感谢您的帮助。
亲切的问候 埃利亚斯
so i have an Excel File with two worksheets. One of them has some servernames and all the different data in there. the other one also has the servernames, but with an ending (like ".domain.net") Also these are listed more than once in the sheet, depending what runs on them.
Is there a funktion that can outputhow many times the server from worksheet one is listed in worksheet two?
Note: The servers in worksheet one range from A4 to A3800.
The servers in worksheet two range from A2 to A7113.
It could also happen, that the server from WS 1 does not appear in WS 2.
Thanks for helping out.
Kind regards
Elias
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
像这样的东西应该有效:
Something like this should work: