从条件1复制到表单2

时间:2012-07-11 11:02:41

标签: excel excel-formula copy

我的工作表1在A栏中的值为1到100.对于每个值,B列中都有另一个对应的值(随机数)。

在A列的表2中,我有一些来自表1中的列An的值,还有一些不存在于那里的值。我希望在工作表2的B列中复制工作表1中B列的值,其中两个工作表中的A列中的值匹配。

示例:

sheet1: A1= 5, B1=4,50
sheet2: for all cells in column A, where it equals 5, set the value in B to 4,50

2 个答案:

答案 0 :(得分:1)

将此公式放在sheet2!B1

=VLOOKUP(A1,Sheet1!$A:$B,2,0)

并根据需要复制。

计算完毕后,如果要用值

替换公式,可以copy pastespecial values

答案 1 :(得分:0)

使用VLookup。你可以在这里找到教程http://www.techonthenet.com/excel/formulas/vlookup.php