I am looking to extract data from one spreadsheet to input on another spreadsheet.
The issue is that it is two cells next to one another, then a blank cell, then two cells next to one another ... repeating
Is there a formula where I could skip the cell in between to gather this input?
What I am looking for is the following:
.
.
.
following the pattern AB, DE, GH, IJ, etc.
The issue is that it is two cells next to one another, then a blank cell, then two cells next to one another ... repeating
Is there a formula where I could skip the cell in between to gather this input?
What I am looking for is the following:
Code:
=SUM(HorzVert!A27:B27)
Code:
=SUM(HorzVert!D27:E27)
.
.
following the pattern AB, DE, GH, IJ, etc.