Perry Cheng
New Member
- Joined
- May 25, 2021
- Messages
- 25
- Office Version
- 365
- Platform
- Windows
So, I am trying to use either VLOOKUP or simple Countif and if I have an array of list, it only look up the first on the list? What am I doing wrong?
=COUNTIF(B2,$E$2:$E$3)
=COUNTIF(B2,$E$2:$E$3)
Column B | Column C | Column D | Column E |
Tom | =COUNTIF(B2,$E$2:$E$3) | Mary | |
Mary | 0 | John | |
Jane | 0 | ||
Jack | 0 | ||
John | 0 |