I have this formula, if the first sheet is blank, then it will go to the second sheet first row with data and continue. It is similar to the vba pasting under that last row, however I don't want to use vba if I don't have to for this workbook. This hopefully is an easy fix to this problem. Any help would be greatly appreciated.
=IF('Sheet1'!A2<>"", 'Sheets1'!A2, OFFSET(Sheet3!A2, -'Sheet2'!G$1, 0))
Sheet2!G1 = countif(A:A, "<>")
=IF('Sheet1'!A2<>"", 'Sheets1'!A2, OFFSET(Sheet3!A2, -'Sheet2'!G$1, 0))
Sheet2!G1 = countif(A:A, "<>")