Ark68
Well-known Member
- Joined
- Mar 23, 2004
- Messages
- 4,538
- Office Version
- 365
- 2016
- Platform
- Windows
Is this a proper statement?
I'm not certain I can use a wildcard in this context. In fact, I'm not sure it's even the right formula for what I want to do.
I want to vlookup either "DRCUE2" OR "DTCUE2", whichever the vlookup finds first.
Code:
.Range("K8") = Application.VLookup("D*CUE2", lurange1, 8, False)
I want to vlookup either "DRCUE2" OR "DTCUE2", whichever the vlookup finds first.