Zend certified PHP/Magento developer

In Excel my formula is skipping the first two cells of a table

Hi I have an Excel Spreadsheet and I’m trying to convert a table with multiple rows and columns into just one column for sorting and filtering. But the issue is that it doesn’t start at cell A2 where it’s supposed to start, it starts at A2 of column C so it starts at the third letter, letter ‘b’ and skips the first two letters ‘g’ and ‘t’. Does anyone see an issue with the formula that’s causing this?

Formula: =INDEX($A$2:$C$11, ROUNDUP(ROWS(G$2:G8)/3,0), MOD(ROWS(G$2:G8)-1,3)+1)

Screenshot:

excel spreadsheet screenshot