Hi,
I am new to Ppilot. This might be an easy task. I have two excel files in the same format. Can someone suggest how to do addition of specific cells from each file and display it in the same format?
Number | ColumnA | ColumnB | ColumnC | ColumnD |
1 | 0.0019 | 0.1729 | 0.153 | 0.154 |
2 | 0.0026 | 0.9898 | 1.0079 | 0.9439 |
3 | 0.0048 | 0.9717 | 1.0145 | 0.7922 |
4 | 0 | 1.2736 | 0.8573 | 0.8341 |
Number | ColumnA | ColumnB | ColumnC | ColumnD |
1 | 0.0008 | 1.0378 | 1.021 | 1.2909 |
2 | 0.0035 | 1.0791 | 0.8322 | 0.984 |
3 | 0.0037 | 0.9772 | 0.9555 | 1.0308 |
4 | 0.0039 | 0.1229 | 0.1274 | 0.1234 |
I want to add A1 from first file and second file, B1 from first file and second so forth and display it in the same format.
Jacob