I need a formula to find a specific word in column A then find another word on that row, and then give me the column number that the second word is in.
So the first part would be =MATCH("Word1",A:A,0)
The second part would be =MATCH("Word2",Row:Row,0)
where Row is the result of the previous formula.
However, I'm struggling to combine the two formulae?
So the first part would be =MATCH("Word1",A:A,0)
The second part would be =MATCH("Word2",Row:Row,0)
where Row is the result of the previous formula.
However, I'm struggling to combine the two formulae?