Hello all first time posting here but have visited and learned a lot.
I have the following situation I'm trying to figure out and I'm completely stuck on how to return true via a 3 criteria match.
Lets say I have 2 Rows and 3 Columns:
995 LLC 0
996 LLL 1
If the inquiry entered matches the above data return true, however it must match via the row, ex: 995 LLC and 0 return true, else false.
I have the following situation I'm trying to figure out and I'm completely stuck on how to return true via a 3 criteria match.
Lets say I have 2 Rows and 3 Columns:
995 LLC 0
996 LLL 1
If the inquiry entered matches the above data return true, however it must match via the row, ex: 995 LLC and 0 return true, else false.