如何减去Google Spreadsheets中的两组值? [英] How to subtract two sets of values in Google Spreadsheets?

查看:87
本文介绍了如何减去Google Spreadsheets中的两组值?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

A:A B:B 中有两组值。如何在它们之间设置差异(最好使用公式),即从 A:A 获取那些不存在于 B:B中的值

I have two sets of values in A:A and B:B. How to make a set difference between them (preferably using a formula), i.e. get those values from A:A that do not exist in B:B?

推荐答案

这样的公式可以做到这一点,而且速度很快:

Such a formula does this, and is quite fast:

=filter(A:A,countif(B:B,A:A)=0)

这篇关于如何减去Google Spreadsheets中的两组值?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆