Use OCT2HEX with 4 how-to topics, all available without membership, and jump to each topic from the How-to Index.
How-to Index
| # | Topic | Membership |
|---|---|---|
| 1 | 1. Enter a basic OCT2HEX formula | Free |
| 2 | 2. View function syntax prompts | Free |
| 3 | 3. Use cell references in the calculation | Free |
| 4 | 4. Check results and automatic recalculation | Free |
How-to Guide
1. Enter a basic OCT2HEX formula
Entry point: Formulas tab → formula bar
- Open AirSheet and select the cell where you want to display the result.
- Type
=to start the formula. - Type
OCT2HEX(. - Enter the octal argument, close the parenthesis, and press Enter.
Success Criteria
- UI state: The current cell shows a hexadecimal result.
- Next actions: You can continue editing the formula or copy it to other cells.
Tips While Using
- Common mistakes: If you do not start with
=, the content is treated as plain text.
2. View function syntax prompts
Entry point: Formulas tab → formula bar
- Select the target cell.
- Type
=OCT2HEX(. - Review the syntax prompt, parameter guidance, and example shown by the app.
- Complete the parameters based on the prompt.
Success Criteria
- UI state: Function guidance appears in the editing area.
- Next actions: You can continue entering parameters and complete the calculation.
Tips While Using
- Common mistakes: Incomplete separators or parentheses can prevent the formula from calculating correctly.
3. Use cell references in the calculation
Entry point: Formulas tab → cell / formula bar
- Prepare a worksheet cell that contains an octal value.
- Select the result cell and enter a reference formula such as
=OCT2HEX(A1). - Press Enter to confirm.
- Fill the formula down as needed to complete batch conversion.
Success Criteria
- UI state: The result cell returns the corresponding hexadecimal value.
- Next actions: You can drag the fill handle to copy the formula to other rows.
Tips While Using
- Common mistakes: If the referenced cell does not contain a valid octal value, the formula may return an error.
4. Check results and automatic recalculation
Entry point: Result cell / source data cell
- Finish entering the OCT2HEX formula.
- Change the referenced octal source value.
- Check whether the result cell updates at the same time.
- If needed, select the formula cell again to review the expression.
Success Criteria
- UI state: The result updates automatically after the source value changes.
- Next actions: You can continue editing data and repeat the check.
Tips While Using
- Common mistakes: If the entered value does not follow octal rules, the result may show an error.