I'm sorry, it's incredibly difficult to understand your data, especially without proper explanation. I see the job range in B31:B100. Am I understanding you correctly when you say you want to match a single value (G1) across multiple columns? If that's the case, I strongly recommend you look up data normalization, as your data shouldn't be columnar or unpivoted. Instead, keep each field in its own column. Input data separate from output data, don't mix the two.