yarg
yarg copied to clipboard
Formulas with band names
Environment
- YARG version: 1.2.0
Description of the bug or enhancement
Typically user writes formula SUM(B2:B2) for calculation total by some column.
It would be possible to use a named range for each column then, so that when referencing it in the template there is an option to understand what is going on. Because just referencing =SUM(orderAmount) is a little more intuitive to read then =SUM(B2:B2) (where orderAmount is one column in the data table)