An Excel add-in for the Arrears Listing with Notes export
The report comes out banded — a block per property, premises and tenant, with
TOTAL rows, merged cells and a summary at the bottom. Install this and a
Smart KWB tab appears on the ribbon; press Flatten Report
and you get one row per invoice line on a sheet called Flat, in a couple of seconds.
this site.
Pick the one that matches how people here use Excel. Nothing needs administrator rights except the last option.
manifest.xml you downloaded above, then Upload.The add-in stays available in that browser until the cache is cleared.
manifest.xml in a folder on the network and share it, so
everyone who needs the add-in can read it — for example
\\fileserver\ExcelAddins.Each person does steps 2–4 once. Updates to the add-in itself arrive on their own — the manifest only points at this site, so the code is always the current one.
manifest.xml into
~/Library/Containers/com.microsoft.Excel/Data/Documents/wef
(create the wef folder if it is not there).The tab then appears for everyone, on Windows, Mac and the web, with nothing to install locally. Needs a Microsoft 365 administrator.
One row per invoice line, fifteen columns:
| Col | Header | Where it comes from |
|---|---|---|
| A | Property | Column A block header, (ref) removed, filled down |
| B | Property Ref | Hidden column Q; failing that, the (ref) in the name |
| C | Premises | Column B minus its trailing (ref) line, filled down |
| D | Tenant Ref | Hidden column R; failing that, the (ref) line in Premises |
| E | Tenancy Details | First line of column C — the tenant name |
| F–G | Invoice Date / No | Columns D, E |
| H–I | Charge Code / Description | Columns F, G |
| J–K | Period From / To | Columns I, J |
| L–N | B/Forward, Current, Received | Columns K, L, M |
| O | Arrears C/Forward | Formula =L+M-N, as in the report |
TOTAL rows, headers and the CLIENT CHARGE TOTALS / RECOVERABILITY TOTAL sections are dropped. Refs and invoice numbers stay text, so leading zeros survive.
Flat sheet in the open report. Your file is not
changed on disk until you save it..csv download.The add-in finds the report sheet on its own, so it does not matter which sheet is in front. If it cannot find one it says so rather than failing.