This tests that elements with data-formula but no data-cell are automatically assigned addresses like CALX1, CALX2, etc.
| Input A: | Input B: | ||
| Sum (auto CALX3): | |||
Expected: CALX1=10, CALX2=20, CALX3=30. The sum input should automatically get address CALX3.
| Price (A1): | |
| Quantity (B1): | |
| Tax Rate (auto CALX1): | |
| Subtotal (auto CALX2): | |
| Tax (auto CALX3): | |
| Total (auto CALX4): |
Expected: Total = 550 (Price*Qty + Tax)
| Base (auto CALX1, overridden to 50): | |
| Multiplier (auto CALX2): | |
| Result (auto CALX3): |
Expected: Result = 150 (50*3, where 50 overrides the HTML value of 10)