Suppose I want to match up one column with every second row of another column. That is A1 goes with B1, A2 goes with B3, A3 goes with B5, and so on. I tried using IF(MOD(ROW()
You could use Index() to get the data. =Index(b:b,row()+row()-row($A$1)).