比较两个列表并打印缺少的内容

发布于 2025-02-05 04:52:54 字数 682 浏览 4 评论 0 原文

我在List Test22中有两个桌子

  1. ,水果买了买家购买!

,我想选择一个买家,并显示他不买的哪个泡芙

在TETS2表中 spreadsheets/d/1u0k3gfDjyWJm3UZlCp3dm1T6QnrM9k3o_9W8nnrvhJo/edit?usp=sharing" rel="nofollow noreferrer">https://docs.google.com/spreadsheets/d/1u0k3gfDjyWJm3UZlCp3dm1T6QnrM9k3o_9W8nnrvhJo/edit?usp=sharing

How to make column C "我没有购买的“显示买家没有购买的水果清单? 事实证明要比较两个列表,并显示您未购买的东西

= {query(evely(.....)而不是查询(...)),但这行不通(

Vlookup无法正常工作从左到右(

I have two tables

  1. In list TEST22, which fruits did the buyer buy!

https://docs.google.com/spreadsheets/d/1wOZWSPapMTnLGco4POGjsO2nKPdCNIiD_TCsfFjegPs/edit?usp=sharing

In the TETS2 sheet, I want to select a buyer and display which puffs he did not buy

There is a table with all fruits

https://docs.google.com/spreadsheets/d/1u0k3gfDjyWJm3UZlCp3dm1T6QnrM9k3o_9W8nnrvhJo/edit?usp=sharing

How to make column C "What I didn't buy" display a list of fruits that the buyer did not buy ?
It turns out to compare two lists and display what you didn’t buy

TRIED ={QUERY(.....) and not QUERY(...) ) but that doesn't work(

VLOOKUP won't work read data from left to right (

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

沒落の蓅哖 2025-02-12 04:52:54

使用:

=FILTER(J2:J; NOT(COUNTIF(B2:B; J2:J)))

在此处输入图像描述“

use:

=FILTER(J2:J; NOT(COUNTIF(B2:B; J2:J)))

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文