Calc Tips
To
copy a range of data, highlight the data, hold down the Alt key and drag and
drop on the highlight cells
Want
to quickly enter a block of cells? Select a block of blank cells and then simply
start entering data. The data will keep in the selected cells automatically.
To
count up how many unique names you have in a list of names, enter this Array
formula ie press Ctrl + Shift + Enter to enter it.(assume your list of names is
in A1:A10)
{=SUM(IF(FREQUENCY(MATCH(A1;A10,A1;A10,0),
MATCH(A1;A10,A1;A10,0))>0,1))}
Type
the cell reference in the Name box, top left of the formula bar, and press Enter |