Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Excel Frequency Function Example
  • How to create Gauge Chart in Excel
  • Error Bars in Excel
  • How to create running total in an Excel Table
  • Conditional Formatting Data bars Examples in Excel

References

  • How to use Excel MATCH Function
  • Left Lookup in Excel
  • Multi-criteria lookup and transpose in Excel
  • How to use Excel FORMULATEXT function
  • How to get address of first cell in range in Excel

Data Validations

  • Excel Data validation allow uppercase only
  • Prevent invalid data entering in specific cells
  • Excel Data validation must begin with
  • Excel Data validation date in next 30 days
  • Excel Data validation exists in list

Excel Get number at place value Example

by

This tutorials shows how to  get the number at a specific place value in Excel.

To get the number at a specific place value you can use a formula based on the MOD function. By place value, we mean hundred thousands, ten thousands, thousands, hundreds, tens, ones, etc.

Formula

=MOD(number,place*10) - MOD(number,place)

Explanation

In the example shown, the formula in cell D8 is:

=MOD(B8,C8*10) - MOD(B8,C8)

The place is thousands (1000), and the result is 3000.

How this formula works

The MOD function performs the modulo operation. It takes a number and a divisor and returns the remainder after division.

In this formula, we subtract one MOD result from another.

For the first MOD, we use the number with a divisor that equals the place value we want times 10. For the second MOD, we use the number with a divisor equals to the place value we seek. The formula is solved like this:

=MOD(B8,C8*10)-MOD(B8,C8)
=MOD(123456,1000*10)-MOD(123456,1000)
=3456-456
=3000

Post navigation

Previous Post:

DECIMAL function: Description, Usage, Syntax, Examples and Explanation

Next Post:

AVERAGE function: Description, Usage, Syntax, Examples and Explanation

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • Complete List of Excel Logical Functions, References and Examples
  • TRUE function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel FALSE Function
  • IFS function: Description, Usage, Syntax, Examples and Explanation
  • Nested IF function example in Excel

Date Time

  • How to join date and text together in Excel
  • Sum race time splits in Excel
  • TODAY function: Description, Usage, Syntax, Examples and Explanation
  • Add decimal minutes to time in Excel
  • DAYS function: Description, Usage, Syntax, Examples and Explanation

Grouping

  • Calculate conditional mode with criteria in Excel
  • How to randomly assign data to groups in Excel
  • Group times into unequal buckets in Excel
  • Running count group by n size in Excel
  • Group times into 3 hour buckets in Excel

General

  • Count cells that do not contain many strings in Excel
  • How to fill cell ranges with random text values in Excel
  • 44 Practical Excel IF function Examples
  • Excel Operators
  • Convert column number to letter in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning