多项选择题
A.Index(A2,B2:B100) B.Index(B2:B100,2) C.Index(B2:C100,2) D.Index(B2:C100,2,1)
A.Match(A2,B2:B100) B.Match(A2,B2:B100,0) C.Match(A2,B2:C100) D.Match(A2,B2:C100,0)
A.Match函数用于引用选定区域内指定单元格位置的值,Index函数用于查找特定值在某行/列的位置 B.Match函数用于查找特定值在某行/列的位置,Index函数用于引用选定区域内指定单元格位置的值 C.Match函数仅用于在某行/列区域查找位置 D.Index函数仅用于在某行/列区域的定位