The Excel formula `I_EOL_BGT_PDER_LINE_AMOUNT` retrieves the amount of budget line(s) for a range of periods and general ledger account classifications from Exact Online. Parameters: - `divisionCode`: division code. - `budgetScenarioCode`: budget scenario code. - `budgetFinancialYear`: budget financial year. - `budgetFinancialPeriodFrom`: budget financial period from. - `budgetFinancialPeriodTo`: budget financial period through. - `reportingSchemeCode`: reporting scheme code. - `classificationCode`: a classification code or a range of classification codes. See [[General Ledger Account Classification Range]]. - `costUnitCode`: cost unit code or a range of cost units. See [[Cost Unit Range]]. - `costCentreCode`: cost centre code or a range of cost centres. See [[Cost Centre Range]]. - `itemCode`: item code. Returns: amount of budget line(s) for a range of periods and general ledger account classifications. When cost unit code provided as null, it means: sum it all, whether a budget on NO cost unit code ("") or a specific one. When provided as "", it means: sum it all but only when the budget is allocated on NO cost unit code. When cost centre code provided as null, it means: sum it all, whether a budget on NO cost centre code ("") or a specific one. When provided as "", it means: sum it all but only when the budget is allocated on NO cost centre code. When item code provided as null, it means: sum it all, whether a budget on NO item code ("") or a specific one. When provided as "", it means: sum it all but only when the budget is allocated on NO item code.