I want to be able to lookup/validate with vba a combination of values to match that against that of a sharepoint list.
Is this possible ?
list column format being -
category, role, userid
a, b, c
a, b, d
a, b, e
x, y, z
x, y, x
1, 2, 3
So if list record matches
example 1
- Category= a
- role = b
- userid = e
would return true
example 2
- Category= a
- role = b
- userid = x
would return false
Bookmarks