yarg icon indicating copy to clipboard operation
yarg copied to clipboard

Formulas with band names

Open andreysubbotin opened this issue 7 years ago • 0 comments

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)

andreysubbotin avatar Sep 28 '18 13:09 andreysubbotin