EXCEL Flashcards
To create a chart table
On the right of charts -> Chart and table Pivot Chart)
Sort a column as I want ?
Select data –> Data –> Sort –> Choose which column –> Then the way I’ll sort it
Insert subtotals
Select the table then Data / Subtotals then logical
Equiv = ?
MATCH (Don’t forget the last argument which number of cell shifting (0))
Function INDEX gives the cell of a table
INDEX (Table ; Row ; Column)
Function SIERREUR ?
Function IFERROR
Fonction pour choisir comment arrondir et combien de chiffres conserver après la virgule
ROUNDUP or ROUNDDOWN (Cell in which figure; number of figure I want after the coma)
Function sum-product = ?
The function I already know = SUMPRODUCT
Generate a Random number between [0;1]
RAND()
Generate a Random number between [0;100]
RAND() * 100
Generate a Random number between [a;b]
RANDBETWEEN(a;b)
Valeur nette présente pour des dates annuelles
NPV
Valeur nette présente mais pour différents moments dans l’année où je peux alors inclure des dates
XNPV
To find the internal rate of return which is the rate at which the positive amounts discounted at this rate equal the negative amount (the sum invested)
IRR
How to compute the mensualities of a loan at a rate r
PMT (Rate ; Number of payments ; Present value or amount) be careful the rate is montly then if 4% I put 4%/12
I want to create a function which takes the value 1 with likelihood 10%, 2 with 30% etc …
I take If() in which I put Rand() and the good intervals et j’imbrique