Excel VBA: Can't get a match, error “Unable to get the Match property of the WorksheetFunction class”

前端 未结 2 1035
庸人自扰
庸人自扰 2020-11-29 10:50

For the love of all that is good, I cannot seem to get this to work. I keep getting the error mentioned above.

I have this table, and I\'m trying to find out whethe

2条回答
  •  爱一瞬间的悲伤
    2020-11-29 10:50

    Just as another option, this can also be done by putting the formula below in cell C2, and dragging it down to C23.

    =IF(COUNTIF($A$2:$A$23,B2)>=1,"YES","NO")
    

提交回复
热议问题