Excel:从B和C的范围中查找Col A值

时间:2018-01-18 15:20:46

标签: excel

我有两张纸。 Sheet1,列A中的值列表 表2的值范围如下

Sheet 1中:

COLA
1
5
6
10
12

Sheet 2中

COLA COLB
1
2
3    7

如何从工作表Sheet2中找出工作表1中的值匹配?在上面的例子中,我希望在Sheet 1的B列中,在1,5,6之前的值为TRUE,因为它是Sheet 2的一部分

2 个答案:

答案 0 :(得分:0)

=NOT(ISERROR(MATCH($A1,Sheet2!A:A,0))

答案 1 :(得分:0)

使用:

{
    /**
     * This method generates a random number. 
     *
     * @param  y a sample parameter for a method
     * @return   the result produced by sampleMethod
     */
     Random rnd = new Random();
     System.out.println(rnd.nextInt(40));

}

enter image description here