Use BASE through 3 how-to topics, including entering it from Insert Function, typing the formula directly, and checking syntax details; 3 topics are available without membership and 0 are membership-related.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Enter BASE from the Insert Function dialog | Free |
| 2 | 2. Type a BASE formula directly in a cell | Free |
| 3 | 3. Check BASE syntax and argument details | Free |
How-to Guide
1. Enter BASE from the Insert Function dialog
Entry point: Formula 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 Formula tab.
- Search for
BASEin the Insert Function dialog. - Select the function and click OK.
- Enter the required arguments in the Function Arguments dialog.
- Click OK to insert the function.
Success Criteria
- The selected cell now contains the BASE function.
- The worksheet returns a calculation result after the arguments are confirmed.
- The formula can be edited or copied to other cells.
Tips While Using
- Search with the English function name
BASE.- Separate arguments with commas.
2. Type a BASE formula directly in a cell
Entry point: Cell → Formula bar
- Select the target cell.
- Type
=BASE(...)directly in the cell or in the formula bar. - Press Enter to confirm the formula.
- If you need syntax help, type
=BASE(and pressF1to view the function prompt.
Success Criteria
- The cell shows the BASE calculation result.
- The full formula is visible in the formula bar.
- The formula can be filled down or copied to other cells.
Tips While Using
- Keep the equals sign
=at the beginning of the formula.- If the result looks wrong, check the argument types and parentheses first.
3. Check BASE syntax and argument details
Entry point: Formula tab → Insert Function
- Click Insert Function on the Formula tab.
- Search for
BASE. - Select the function to view the syntax:
BASE(number, radix, [min_length]). - Click the help link for more details about the function.
Success Criteria
- The full BASE syntax is visible.
- Required and optional arguments are clearly identified.
- You can continue entering or revising the formula with the correct argument order.
Tips While Using
numberandradixare the main arguments, andmin_lengthis optional.- Confirm the argument order and target base before revising a formula.