Fugsi bisa lebih efisien dengan operasi matematika dari pada formula. Untuk contoh, jika anda ingin memasukkan values sel D1 sampai D10, anda akan mengetikan rumus formula "=D1+D2+D3+D4+D5+D6+D7+D8+D9+D10". Jalan pintas akan digunakan menjumlah (SUM) cara sederhana"=SUM(D1:D10)". Beberapa fungsi lain dan contoh diberikan dalam tabel dibawah
| Function | Example | Description |
| SUM | =SUM(A1:100) | finds the sum of cells A1 through A100 |
| AVERAGE | =AVERAGE(B1:B10) | finds the average of cells B1 through B10 |
| MAX | =MAX(C1:C100) | returns the highest number from cells C1 through C100 |
| MIN | =MIN(D1:D100) | returns the lowest number from cells D1 through D100 |
| SQRT | =SQRT(D10) | finds the square root of the value in cell D10 |
| TODAY | =TODAY() | returns the current date (leave the parentheses empty) |


0 komentar:
Posting Komentar