Dear Marciliostormania, Good morning.
If your columns are fixed and the data in column A is unique, maybe the VLOOKUP function can help you.
It's a simple formula but it works.
Please let us know if this is what you want.
Hope this helps.
stormina, good morning.
Maybe a variation can help.
=VLOOKUP($A3; 'data 1'!$A$3:$N$5; MATCH(C$1; 'data 1'!$A$1:$N$1 ;0) + 3; FALSE)
Does this meet your need?
Hope it helps