Open erdogmush opened 1 year ago
@erdogmush commented on Thu Jun 10 2021
So that these can be used in IF...
For example we cannot handle IF(A1 > B1, C1, D1) or AND(A1, B1) yet!
Comparison: equality (=), <, >, >=, <= Logical: NOT, AND, OR
Ambiguous: exactly in which rubric types, needs examples?
@erdogmush commented on Sun Jan 29 2023
Could be handled by python formulas parser: https://formulas.readthedocs.io/en/stable/
@erdogmush commented on Thu Jun 10 2021
So that these can be used in IF...
For example we cannot handle IF(A1 > B1, C1, D1) or AND(A1, B1) yet!
Comparison: equality (=), <, >, >=, <= Logical: NOT, AND, OR
Ambiguous: exactly in which rubric types, needs examples?
@erdogmush commented on Sun Jan 29 2023
Could be handled by python formulas parser: https://formulas.readthedocs.io/en/stable/