svendiamond
Well-known Member
- Joined
- Jun 13, 2014
- Messages
- 1,504
- Office Version
- 365
- Platform
- Windows
Greetings! I am trying to get the following results in column B:
Basically, if the cell in column A matches any of the list in column D, I want to return a 1. How can I make this happen? I've tried a few different combinations of FIND and MATCH and I can't seem to get it right. I've also tried using Range.Find in VBA to no avail.
Book1 | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | Values | Exception? | Exceptions | |||
2 | JOHN SMITH | UNIVERS | ||||
3 | UNIVERSITY OF OHIO | 1 | STATE | |||
4 | UNIVERSIDAD DE COLUMBIA | 1 | ||||
5 | JAMES JOHNSON | |||||
6 | HOPKINS UNIVERSITY | 1 | ||||
7 | STACY JONES | |||||
8 | OHIO STATE | 1 | ||||
Sheet6 |
Basically, if the cell in column A matches any of the list in column D, I want to return a 1. How can I make this happen? I've tried a few different combinations of FIND and MATCH and I can't seem to get it right. I've also tried using Range.Find in VBA to no avail.