In Abaque, each Google Sheets document contains a structured pair of fiscal‑year components: a Chart of Accounts (CoA) and an associated Journal sheet. Each fiscal year is represented by its own set, and Abaque links these sets together through the GIFI_BALANCE_CARRYFORWARD custom function, ensuring that closing balances from one year flow automatically into the next.
These instructions explain how to prepare the CoA and Journal sheets for a new fiscal year, how year‑related headers drive the rollover process, and how Abaque maintains continuity across periods without manual copying. By following the steps below, your new fiscal year begins with accurate, validated opening balances derived directly from the prior year’s data.
To begin preparing the new fiscal year, you’ll duplicate the prior year’s Chart of Accounts and Journal sheets. This ensures the new year starts with the correct structure, formulas, and metadata. The steps below assume the prior fiscal year is 2026 and new sheets for fiscal year 2027 need to be generated.
Chart of Accounts - 2027 and Journal - 2027. After renaming, move both newly created sheets to the leftmost position so they appear first in the spreadsheet. To move a sheet to the left, click the small triangle icon on the sheet tab and choose Move left. For more details, refer to Google’s documentation on moving tabs.The new‑year Chart of Accounts sheet requires updating the year‑related headers: the Current Balance header cell I2 and the Prior Year Balance header cell M2. These values ensure that formulas and carryforward logic reference the correct fiscal period.
I2.2026 with the new fiscal year 2027. Updating cell I2 automatically adjusts the journal sheet references passed to the second parameter of the GIFI_21_BALANCE function, which is constructed using the following formula:INDIRECT("'Journal - " & I2 & …)M stores the prior fiscal year value, computed dynamically based on the current fiscal year stored in cell I2.= I2 - 1M correctly reflects the prior fiscal year after updating cell I2.When preparing the second fiscal year in your spreadsheet, the Chart of Accounts sheet must add the carryforward function that retrieves prior‑year ending balances computed by Abaque. This function is added only once—during the creation of the second fiscal year. All subsequent fiscal‑year duplications assume the carryforward function is already present in cell M3.
M. These values may exist if the first fiscal year included manually entered opening balances.M3.GIFI_BALANCE_CARRYFORWARD function into cell M3. This function retrieves the prior fiscal year’s ending balance using the year value stored in cell M2.= GIFI_BALANCE_CARRYFORWARD(D3:E, INDIRECT("'Chart of Accounts - " & M2 & "'!D3:E"), INDIRECT("'Chart of Accounts - " & M2 & "'!I3:I"))M3. It automatically overflows downward to populate the carryforward balances for all accounts, provided that the cells below M3 are empty.M3, and only the year‑related headers (I2 and M2) need updating.The Journal sheet contains three data validation rules. Only two of these rules depend on the fiscal year and must be updated when preparing a new fiscal year. The third rule—based on a static list (PROV for Canada or STJUR for International)—does not require any changes.
Because Google Sheets does not allow the use of INDIRECT inside data validation criteria, the ranges must be updated manually each year to reference the new Chart of Accounts sheet.
C by default)—This rule references the account numbers and names stored in hidden column G of the Chart of Accounts sheet.
'Journal - 2027'!C2:C= 'Chart of Accounts - 2027'!$G$3:$GD by default)—This rule references the account numbers and names stored in hidden column H of the Chart of Accounts sheet.
'Journal - 2027'!D2:D= 'Chart of Accounts - 2027'!$H$3:$H