Hello all!
Any ideas how to modificate below code to search using two criterias, first as it is from CSV column, and second single value from another?
Function SplitLookup(myTxt As String, myTable As Range, myColumn As Integer) As String
arrValues = Split(myTxt, ",")
For Each Item In arrValues...