ACCIST2 Notes
ACCIST2 Notes
Sorting
● Shift + space then Shift + ctrl + down
● Data ribbon - sorting
● Pd oldest to newest, a to z
Filter
● Select first row, then filter
● Ctrl + shift + L
● Alt + a + t
Calculate Options
● Manual or automatic
● Shift + f + 9
Select all reference data / range
● Alt + =
● Shift + arrow down
Subtotal
● Subtotal + function (ex 9) + range
● May rows na hindi kasali or skipped sa range
● Sum kasi it adds all whatever is in the range
Concatenate
● Basically yung kay uri (=a1&a2&a3)
○ =a1&” “
● Pero ang formula is +concatenate(a1,a2,a3)
Trim
● Basically removes unnecessary spaces/indents
● =trim(a1)
Datedif
● =datedif(a1,b1,”y/m/d”)
● To lock a cell, $ or f4
Len
● How many characters in a certain cell
Find
● Pang ilang order ang isang character
● =find(“-”,text/cell)
●