In this example, you will see how to paste a few built-in functions into your worksheet cells. Let's consider the functions that compute logarithms.Part I
- Go to cell C5.
- Click on the fx button (Function Wizard) on the Toolbar.
- Highlight the category Math & Trig.
- Click on the function LOG10 and then click OK.
- Excel now waits for you to enter a value or a cell reference. Enter the value: 55.
- You should now see as output: 1.740 in cell C5.
Part II
- Go to cell D1.
- Click on the Function Wizard button (fx) on the Toolbar.
- Select category Math & Trig.
- Click on the function LN, and click OK.
- Enter a reference by clicking inside cell C3.
- You should now see as output: 1.386294 in cell D1.