Background:
Thanks!
- Summary tab - This consists of rows with various general ledger ("GL") account names, each of which has an associated GL Account Number and GL Tab Name in the cell to the right of the preceding item. Additionally, there is a reconciliation column in the cells to the right of each GL Tab Name. Here is a table to visualize this Summary tab:
GL Account Name | GL Account Number | GL Tab Name | Table Name | Balance, per supporting tab |
Cash | 100 | Cash Summary | Table_Cash_Summary | |
Dividend Income | 110 | Income | Table_Income | |
Bank Fees | 120 | Expenses | Table_Expenses |
- GL Tab Names tabs - For each corresponding GL Tab Name, there are unique sheets, each of which has a name equal to the corresponding GL Tab name, and tables, equal to the corresponding Table Name. Tables consist of a variable number of columns, but all will have a GL Account Number Column and an Amount column.
- To create a formula in the Balance, Per Supporting Tab column with the following logic:
- Using the GL Tab Name and the associated Table Name, sum all values (Amounts column) within the table (which are located on each corresponding GL Tab Name sheet) related to that GL Account Number
Thanks!