I have this formula:
=IFNA(VLOOKUP(1,$C26:$F33,4,),"")
I would like to swap 1 for a 2 and the 4 for a 1.
Changing the formula to:
=IFNA(VLOOKUP(2,$F26:$G33,1,),"")
I am having to use "column 1" as a slave that references another column
Is this possible?