Suppose you have several assignments each worth a different amount. In order to get Canvas to weigh them all equally, you will have to rescale each one. The first step is to open your csv file containing scores in a spreadsheet editor, such as LibreOffice Calc or Microsoft Excel.
We can delete row 8, which does not correspond to a student. We can also delete columns K and L.
To delete a row in LibreOffice Calc:
Click on the row number.
Select Sheet > Delete Rows.
To delete a row in Microsoft Excel:
Click on the row number.
Select Home > Insert > Delete Sheet Rows.
Deleting columns is similar.
Now we'll rescale column G.
In cell K8, enter the formula =G8/G$6*100.
Select cell K8 and all the cells below it, all the way down to the last student row.
In LibreOffice Calc, select Data > Fill Cells > Down. In Microsoft Excel, select Home > Fill > Down.
In LibreOffice Calc, select Data > Fill Cells > Down. In Microsoft Excel, select Home > Fill > Down.
Now we'll rescale the other columns.
In this example, we want to rescale three more columns, so we'll select all the rescaled scores in column K and then three more empty columns to the right.
In LibreOffice Calc, select Data > Fill Cells > Right. In Microsoft Excel, select Home > Fill > Right.
Finally, we need to save our rescaled scores as data, not formulas.
Select all the rescaled scores.
In LibreOffice Calc, select Edit > Cut. In Microsoft Excel, select Home > Cut.
Select all the original (unscaled) scores.
In LibreOffice Calc, select Edit > Paste Special. Then uncheck "Paste all" and check only "Numbers".
In Microsoft Excel, select Home > Paste > Paste Values. Then select "Values".
Now that we're done, it would be a good idea to change each total to 100.