The Excel formula `I_EOL_BGT_PDE_LINE_AMOUNT_CLASSIFICATION` retrieves the amount of budget line(s) for one period and general ledger account classifications from Exact Online. Parameters: - `divisionCode`: division code. - `budgetScenarioCode`: budget scenario code. - `budgetFinancialYear`: budget financial year. - `budgetFinancialPeriod`: budget financial period. - `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. - `classificationLevelsIncluded`: number of classification levels included. Returns: amount of budget line(s) for one period 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.