app • Office Excel spreadsheet xlsx & csv - martindubenet/contents GitHub Wiki
- From the Excel ribbon menu navigate to :
➥[ View ]➥[ Window (group) ➥ Freeze Panes ]➥
- [ Freeze panes ] base on selection
- [ Freeze Top Row ]
- [ Freeze First Column ]
- Get the «
Original.csv» file on your station. - Create a new Excel file «
NewExcelFile.xlsx», or a new tab within an existing file. - From the Excel ribbon menu navigate to :
➥[ Data ]➥[ Get Data ]➥[ From file ]➥[ From Text-CSV ].
- Save.
-
Addition
+plus=SUM(B3:B6)for specific cells of a column.
Or=SUM(B3:B)to addition all column's cells starting from the 3rd row (B3). -
Subtraction
-minus=B1-B2-B3
We can also useSUMwithin substrations like=B1-(B2+B3)or=B1-SUM(B2:B10).