Only execute formulas with none empty cells #901
julianaiglsdorfer
started this conversation in
Feature requests
Replies: 1 comment 3 replies
-
In order to change it globally for all cells in HF, you should modify interpreter not to coerce null values. But maybe a simpler solution will work for you, namely modify formulas so that they first check if the used cells are not empty? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
is there a way to calculate a formula only if every cell it contains is also filled?
For example, if I want to calculate the sum of 2 values, that only a sum is formed when both cells are filled, and not one of them is empty.
I've created a fiddle to demonstrate it -> https://jsfiddle.net/yj23tf9a/1/.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions