如何在 excel 中替换、查找和替换

how to substitute, find and replace in excel

我在 table 1.0 中有一些数据,格式如下;姓名、X、Y、Z 其中名称为文本,X、Y、Z - 数字

Table 2.0 数据格式相同,文本列与 table 1.0 中的数据匹配(同名)。

Table 3.0 格式如下 X, Y, Z (numbers) Table 3.0 包含,应该包含 table 1.0 和 2.0

输出的公式

问题:table3用什么公式就可以了

  1. In table3.0:搜索 table1.0 中也用于 table 2.0

  2. 中的特定名称
  3. 在 table 3.0 中:从 table 2.0 和 1.0

  4. 中减去数据(X、Y、Z)

我附上 tables

的照片

已更新 table,名称也在 table 3.0Table_updated

p.s。 Table1和2同名,附图只显示任意数据

非常感谢帮助,因为我 运行 不知道如何处理它!

谢谢!

results should be

看起来这个应该适合你:

=C32-VLOOKUP($B32,$B:$E,COLUMN()-5,0)

放入G32并向右和向下拖动。