Hi,

I need a formula that returns the header of the column that does NOT contain a certain text.

This is what I managed =INDEX(E1:G1, MATCH("n/a",E2:G2,0)).

Which basically gives me me the opposite of what I need.

Note. There is only one cell that does not contain the text "n/a".

Thank You in advance.