Filtering
Icon changes on column if it is the sorted column
Freezing: Select cell and select “View” at top to see freezing options.
Conditional Formatting
=ROUND(E2/D2*100,0) - remember to enter in cell, then right mouse click lower right cell to apply to entire column
=IFERROR(ROUND(E2/L2,2),0) avoids div errors
Breaking a column into 2 columns. Data→Text to Columns.
Remember to “save” occasionally to not lose work!