click below
click below
Normal Size Small Size show me how
Basic Excel Formulas
| Question | Answer |
|---|---|
| maximum | =max(f1:f10) |
| divide | =b3/b4 |
| multiply | =b3*b4*b5 |
| product | =product(c1:e2) |
| subtract | =a2-a1 |
| add | =a1+a2+a3 |
| sum | =sum(a1:a5) |
| minimum | =min(g1:g12) |
| power | =power (a5,3) |
| average | =average(b1:b15) |
| count | =count(d4:f10) |
| countblank | =countblank(a2:a49) |
| current month | =month (now) |
| percentage | =G3/g4*100 |
| today's date | =today () |
| current time | =now() |
| current year | =year(now()) |
| Open VBS Editor | Alt + F11 |
| Open name Manager | Ctrl + 3 |
| Create names from selection | Ctrl + Shift + F3 |