Hi. I am new to these formulas, so I thought I would ask here, see if you could help.
I am trying to combine some information that is set up like this
Header 1 Header 2 Header 3
Title 1 - Number 1 - Type 1
Title 2 - Number 2 - Type 2
Title 3 - Number 3 - Type 3
And another that is set up similarly
Header 1 Header 2 Header 3
Title 1 - Number 1 - Also x
Title 2 - Number 4 - Also y
Title T - Number q - Alsoe z
Title 3 - Number 3 - Also w
Title 2 - Number 2 - Also k
I am trying to find a way to combine this information to make it say, as the endresult
Header 1 Header 2 Header 3
Title 1 - Number 1 - Type 1 - Also x
Title 2 - Number 2 - Type 2 - Also k
Title 3 - Number 3 - Type 3 - Also w
I found this formula, =IFNA(VLOOKUP($A2;$G$2:$G$6000;1;0);""), that someone graciously offered someone else on here, where the first Header 1 is A and the second is G, to be able to match each other, and show the match, but is there a way to modify it, or another formula, so that matches both headers 1 and 2 and copies the ones here marked Also under header 3 along with it?
Calc 4.3.0.4, Windows 8.1