Skip to content

v1.1.5 - test conditional functions

Compare
Choose a tag to compare
@pjjonesnz pjjonesnz released this 27 Jun 04:08
· 3 commits to master since this release

Excel functions can be used to apply conditional styles to cells or entire rows or columns. These styles get updated live as you edit the excel sheet AFTER downloading it.

"condition": {
        "type": "expression",
        "formula": "AND($F3>150000,$F3<250000)"
},