excel Flashcards
(84 cards)
what is a workbook
entire Excel file (including all worksheets)
what is a Ribbon
set of menus at top of excel program
what is a context menu
set of option that appears when right click
what is paste special
plus what if chose transpose?
shortcut : ctrl+alt+v
paste only the selected features of a cel in another: ex; only the formula
transpose: column pasted appears in row and vice versa
keyboard navigation
1)return to cell a1
2)move on the hedge of data
3)select datta
4select + move on the edge data
5) goes to last row/column with data
1) ctrl+home
2)ctrl+arrows
3)shift+arrows
4)ctrl+shift+arrows
5)ctrl+end
how and why to sort data
why: organise the ex decreasing numerical order
how: data + sort …
what is soft coding vs hard coding
soft coding: referencing a cell
hard coding: typing numerical shit
what is relative reference
the cell is not locked, will move when dragged relative to the active cell
what is
1)absolute row reference
2)absolute column reference
1) b$2
2) $b2
what is sumproduct
multiplies corresponding arrays and gives their sum
ex: sumproduct(1;2 , 3;4)
will give 13+24
what its means:
> =
<=
<>
greater or equal
smaller or equals
not equal to
caracteristic of the AND foncti0n
AND(… , …) will display true only if all the elements are true
OR foction
OR(… ,…) will display true if minimum 1 of the arguments is true.
if fonction:
based on an argument: can display a specific value if true and another one if false
IF( logical test, value if true, value if false)
nested if fonction
if( logical1, value if true, if(logical2, value if true, value if false) etc…
can display different answers based on different criteria.
the nested if is embedded in the value if false of the first formula
count fonction
count(range)
count the number of cell that contains numbers
counta fonction
counta(range)
count the number of cell that are not blank
min fonction
max fonction
min(array) ; return the smallest number
max(array) ; return the biggest number
small fonction
large fonction
small(array, k) ; return the k smallest number
large(array, k) ; return the k biggest number
RANK fonction
to rank a number in a list of number
RANK.EQ(cell (number)to be ranked, array of the list of numbers (most be locked to drag after), order (0 or 1))
0=ascending
(plus petit au plus grand
1=descending
average fonction
median fonction
average(array (list of numbers)
same for median
var fonction
stdev fonction
var.s(array)
same for stdev
.s is for sample
.p is for popûlation
covariance fonction
correlation fonction
covariance.s(array1, array2)
correl.s(array1,array2)
countif fonction
countifs fonction
countif(range(Select the range where condition is written) , (select cell with condition))
a1 contains 30… or M
exempele of condition: a1, “>=”&a1, etc
for countifs: theire is multiple array and condition. all condition must be satisfied to be counted
COUNTIFS(criteria_range1, criteria1, [criteria_range2, criteria2], …)