Use the LOG function through 3 how-to topics: inserting it from the Insert Function dialog, typing it directly in a cell, and reviewing syntax and parameter details before use.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Insert LOG through the Insert Function dialog | Free |
| 2 | 2. Type the formula directly in a cell | Free |
| 3 | 3. Review syntax and parameter details | Free |
How-to Guide
1. Insert LOG through the Insert Function dialog
Entry point: Formulas tab → Insert Function
- Select the cell where you want to enter the formula.
- Click the fx button in the formula bar, or click Insert Function on the Formulas tab.
- Search for LOG in the Insert Function dialog.
- Select the function and click OK.
- Enter each parameter in the Function Arguments dialog.
- Click OK to finish inserting the function.
Success Criteria
- Interface result: The target cell now contains the LOG function.
- What you can do next: You can continue editing parameters, confirm the formula, or copy it to other cells.
Tips While Using
- Make sure the parameters use valid numeric values.
- The base argument is optional; if you leave it blank, confirm the calculation logic you want to use in the sheet.
2. Type the formula directly in a cell
Entry point: Cell → Formula bar
- Select the cell where you want to enter the formula.
- Type
=LOG(...)directly in the cell or in the formula bar. - Press Enter to confirm.
- If you want to review parameter guidance, type
=LOG(and pressF1.
Success Criteria
- Interface result: The cell returns a calculation result and the full formula remains visible in the formula bar.
- What you can do next: You can drag the fill handle to apply the formula to more cells.
Tips While Using
- Separate formula arguments with English commas.
- If the result looks incorrect, check whether the referenced cells are stored as numbers.
3. Review syntax and parameter details
Entry point: Formulas tab → Insert Function
- Click Insert Function on the Formulas tab.
- Enter LOG in the search box.
- Select the function and review the syntax:
LOG(number, [base]). - Click the help link for the function to view more details.
Success Criteria
- Interface result: You can see the LOG function name, syntax, and parameter area.
- What you can do next: You can return to the worksheet and continue inserting or editing the formula.
Tips While Using
- The
numberargument should be a positive number.- Before confirming parameters, check the calculation goal and the base setting.