T
Trefor
There is to be a lot of discussion on multiple column lookups but they are
exact matches and I just can't wrap my head around this one.
I have 2 text values in C3 and C4.
C3 needs to exactly match a value from column D, E, F or G. (column headings
at row 10, so data from 11 down).
C4 must be found within a list of CSV’s in each cell in column H. (column
headings at row 10, so data from 11 down).
I then need the value under the heading in Column C that matches the same row.
exact matches and I just can't wrap my head around this one.
I have 2 text values in C3 and C4.
C3 needs to exactly match a value from column D, E, F or G. (column headings
at row 10, so data from 11 down).
C4 must be found within a list of CSV’s in each cell in column H. (column
headings at row 10, so data from 11 down).
I then need the value under the heading in Column C that matches the same row.
100,0)),IF(ISNA(MATCH(C3,E11:E100,0)),IF(ISNA(MATCH(C3,F11:F100,0)),MATCH(C3,G11:G100,0),MATCH(C3,F11:F100,0)),MATCH(C3,E11:E100,0)),MATCH(C3,D11