This can have several causes:
You can generate data from Exact in Excel using functions. These functions are explained in the next chapter. This chapter explains how you can enter a function in a worksheet and which resources can be used.
A function consists of:
Parameters are separated by so-called 'list separators'. It is recommended to use a comma or a semicolon. You can indicate this in [Settings, Control Panel, Regional Settings] in Windows.
Example
The function for calculating a general ledger account balance is as follows:
=ACC_BAL(acc_nr,co,FY,period,balance_type,value,calc).
The parameters indicate which data should be used, like the account number, the company number(co), the financial year (FY) and the period.
You want to insert the balance of the general ledger account 8000 'Revenue accessories' in period 12 of 2002. Use the function = ACC_BAL(acc_nr,co,FY,period,balance_type,value,calc). First, select the cell in which the revenue amount should to be entered.
Activate the Exact function wizard, choose 'ACC_BAL' and click 'Next'. Then enter the following data:
Click 'Finish'. The chosen balance is shown in the worksheet. The formula entered in the activated cell is:
=ACC_BAL("8000",100,2002,12,1,3,1).
Instead of a parameter you can use a cell reference of the cell the parameter is entered in. With this your worksheet becomes very flexible.
To retrieve the account balances of period 1 of all revenue accounts in column B. Enter the period number in cell B4 and refer to cell B4 in the functions. To retrieve the balances of period 2, you should copy column B to column C and enter period 2 in cell C4.
The function =ACC_BAL(acc_nr,co,FY,period,balance_type,value,calc) is used for retrieving account balances.
If you want to see the changes in Exact Financials in Excel, Excel does not offer the possibility to update the data directly. The data will only be updated after closing and reopening the spreadsheet. However, by using references to one cell in all formulas, you only need to change the value in this cell to update the spreadsheet. This cell can, for instance, contain the company number.
See also:
[Alphabetical overview of parameters]
Finance Manual > Excel Add-in