# Excel Analyzer Summary

## Workbooks

| Workbook | Sheets | Formulas | Dependencies | Defined names | Macro sources | Charts | Images |
| --- | --- | --- | --- | --- | --- | --- | --- |
| F2_25RXXTRACK_RunSheet_DR_Alfa.xlsm | 23 | 32295 | 112544 | 37 | 33 | 42 | 15 |
| F425_EXXRXX_XXXX_RunSheet_Alpha.xlsm | 25 | 54060 | 172018 | 39 | 35 | 93 | 12 |

## Shared Sheet Names

`BaseSheet`, `Event Info`, `FP`, `HOWTO`, `R1`, `RP_Race`, `RP_Test`, `Tyres`

## Recommended Next Pass

1. Review extracted macro procedures and tag each as command, validation, import/export, or print/report behavior.
2. Pick the main output sheets and trace their terminal outputs backward into the formula dependency CSV.
3. Promote high-reference likely inputs into an explicit app schema.
4. Turn repeated formula fingerprints into named calculation functions with unit tests against cached workbook values.
5. Decide which worksheet layouts are screens, which are data tables, and which are hidden implementation detail.
