Skip to content

Add TemplateFormulaCell : Possibility to add a template for a custom formula #158

@Siemienik

Description

@Siemienik

As @jasonclake requested on a Gitter channel

image

@Siemienik Is there a way to template a custom formula
I have a loop starting on row 2 running to row 6 (see image)

Transform something like

#! =SUMPRODUCT( B${test.__startOutput.r}:B${test.__endOutput.r}, C${test.__endOutput.r}:C${test.__endOutput.r}) / SUM(B${test.__startOutput.r}:B${test.__endOutput.r})

Into:

=SUMPRODUCT(B2:B6,C2:C6)/SUM(B2:B6)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions