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.
我有 1 个包含两列的电子表格:skuand old_url,另一个带有skuand new_url。
sku
old_url
new_url
我想用 和 制作一张sku新old_url纸new_url。
一些 SKU 不在两者中,这些应该被丢弃。
这可能吗?
这可以使用 ISBLANK()、OR() 和 IF() 函数来完成:
=IF(OR(ISBLANK(C11),ISBLANK(E11)),0,J11)
假设 sku_with_old 位于 C(而 olds 位于 D),sku_with_new 位于 E(而 news 位于 F)。然后,此表达式是一种获取仅在两者中都存在的 skus 的方法……同样,您可以在 H 和 K 列中获取 olds 和 news。
让我知道你是否愿意这样做——但不能。