Writeback allows you to either permanently edit values in the model if the administrator has allowed it or perform simple "what-if" analysis in Excel.

Anaplan XL Excel Edition supports writeback in many ways through Grids, Formula-based, and relational writeback. In both cases, the model itself must be write-enabled.

To enable writeback on an Anaplan XL Grid, select Anaplan XL > Properties... from the Grid right-click menu, then select the Enable Writeback option from the Writeback tab. You can also adjust a few other options on this tab.

In Online mode, each value is submitted to the model as it is typed: the value is written, and the data is optionally re-retrieved (so that any aggregated data is updated straight away in the report).

By default, entry is allowed only at the leaf level of the data, as this is the most common environment.

In Offline mode, you can enter multiple updates at once, then submit them in one batch. To view the updates that are ready to be sent to the server, select the Anaplan XL > Writeback > Manage Offline Writeback right-click menu option, and to upload the changes, select Anaplan XL > Writeback > Submit Outstanding Writes.

When not entering data at leaf level, you must choose from the four Analysis Services spreading methods:

MethodDescription
Equal allocationEach constituent cell is assigned an equal value.
Equal incrementEvery constituent cell will be changed according to an incremental value.
Weighted allocationEach constituent cell will be assigned an equal value that is weighted against a formula.
Weighted incrementEvery constituent cell is changed incrementally according to a weighting formula.

Data can then be entered at aggregate levels in the model and will be distributed according to the specified rule.

Note that non-leaf Writeback in the Analysis Services environment should be used with caution, as it can be time-consuming depending on cube size and dimensionality.

Review Writeback formatting and locking for details on locking grid cells and using writeback validation rules.

Review Writeback and grid calculations for details on using Excel formulas to update the database.

There are two Anaplan XL formulas that handle Analysis Services writeback: XL3DoWriteback formula and XL3LookupRW formula.

XL3DoWriteback enables a value in another cell to be written back to the model. With XL3LookupRW, the formula itself is overwritten directly.

Usually, XL3DoWriteback offers more flexibility and control.

There's also the XL3RunSQL formula, which is available for relational SQL updates.

In Anaplan XL > Options > Workbook Options, you can specify whether to use Standard (Analysis Services) or Relational writeback. Relational writeback requires specific model customizations and is typically a consultancy-led process to provide additional flexibility or performance beyond standard writeback processing.

See Relational writeback in Anaplan XL Reporting