I have a large data set roughly laid out like the below example. I need to filter the see if a specific value (ex. B) is in a certain column (ex. column 1). The column needs to be dynamic so I need excel to filter the table and only look at data in the matching column header.
For example, in F2 I would enter the criteria for the column header. In F3 I would enter the value I want to lookup. I need the formula for F4 that will look at Table 1 and return true if that criteria is met.

It used to work with IF/IFERROR/VLOOKUP/FILTER when the table was transposed but the data set got too big and it's easier to manage in this format but now I can't get the formula worked out with the new layout. It seems like it should be easier than I'm making it. Any help is very very appreciated.
For example, in F2 I would enter the criteria for the column header. In F3 I would enter the value I want to lookup. I need the formula for F4 that will look at Table 1 and return true if that criteria is met.

It used to work with IF/IFERROR/VLOOKUP/FILTER when the table was transposed but the data set got too big and it's easier to manage in this format but now I can't get the formula worked out with the new layout. It seems like it should be easier than I'm making it. Any help is very very appreciated.