【发布时间】:2014-07-09 18:58:33
【问题描述】:
我有四列的结构如下:
Column A: Data title for metric.
Column B: Corresponding metric for data title in Column A.
Example:
Row 50 |BlahBlah | 5 |
Column C: Same as Column A from above.
Column D: Same as Column B from above.
Example:
Row 10 |BlahBlah | 10 |
我要做的是制作第五列,列E,我首先在C列范围内从A列中查找标题,如果该标题存在于C列范围内,那么我想要从 D 列中减去 B 列中的相应指标。
所以在上面的示例中,我会将 A 列第 50 行与 C 列第 10 行匹配,并且 E 列中的条目将是 5。
【问题讨论】:
-
您想在公式或 VBA 中执行此操作吗?
-
公式。哪里有类似的问题?
-
@Heplar:pnuts 指的是您之前 8 个问题的 13 个答案,而您似乎没有选择或接受任何答案。
标签: excel excel-formula excel-2010 excel-2007 vlookup