# Excel
---

## Functions

### AVERAGE(e\*\*)
Average where:
	- e; data value

### AVERAGE(R)
Average where:
	- R; data cell range

### VAR.P(R)	
Variance of the population where:
	- R; data cell range

### VAR.S(R)	
Variance of a sample where:
	- R; data cell range

### STDEV.P(e\*\*)	
Standard deviation of the population where:
	- e; data value

### STDEV.S(e\*\*)	
Standard deviation of a sample where:
	- e; data value

### QUARTILE(R,q)
Quartile of a dataset where:
	- R; data cell range
	- q; desired quarter


### BINOM.DIST(n,t,p,c)
Binomial distibution where:
	- n; amount of succesful trials
	- t; amount of trials
	- p; probability of a success
	- c; cumulative boolean

### POISSON.DIST(x,m,c)
Poisson distibution where:
	- x; amount of events
	- m; mean
	- c; cumulative boolean



FILE/OPTIONS/ADD-INS/ANALYSIS TOOLPACK
Addss data analysis toolpack

INSERT/CHARTS
Access to chart objects

