Excel Substitute

Step 1: Paste data from Excel and press Extract data from table. OR input data in A, B, C areas one by one.
Step 2: If you want to add more variables, press Add more variables.
Step 3: Type formula. JavaScript scripts are supported. Use listA, listB to access the data as an array.

Formula examples:
a) A + B
b) A + B * (C - D)
c) listA[0] + B
d)
    if(B > 0){
        return A;
    }else{
        return A + B * C;
    }

List operation functions
SUM: summation of the list.
CUMSUM: cumulative sum of the list.


Data are:

Table:



A:
Note:
B:
Note:
C:
Note:



Formula:


List operation: func = , args =