Skip to content
xlsoffice. All Rights Reserved
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Lookup and Reference Examples

  • How to retrieve first match between two ranges in Excel
  • Perform case-sensitive Lookup in Excel
  • How to use Excel OFFSET function
  • Lookup entire row in Excel
  • Basic INDEX MATCH approximate in Excel

Data Analysis Examples

  • Conditional Formatting New Rule with Formulas in Excel
  • Add Outline to Data in Excel
  • How to calculate current stock or inventory in Excel
  • Randomize/ Shuffle List in Excel
  • Error Bars in Excel

Data Validation Examples

  • Prevent invalid data entering in specific cells
  • Excel Data validation allow uppercase only
  • Excel Data validation must begin with
  • Excel Data validation number multiple 100
  • Excel Data validation unique values only

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.

Worked Example:   How to randomly assign people to groups in Excel

How this formula works

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

Worked Example:   Excel Data validation number multiple 100

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:

Excel Get integer part of a number Example

Next Post:

Excel Round a number Example

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
  • How to extract multiple lines from a cell in Excel
  • How to Separate Text Strings in Excel
  • Get position of 2nd 3rd and more instance of character in Excel
  • How to extract last two words from text string in Excel
  • How to count keywords in a range of cell
  • Create date range from two dates in Excel
  • How to get year from date in Excel
  • Convert decimal minutes to Excel time
  • WORKDAY.INTL function: Description, Usage, Syntax, Examples and Explanation
  • Get first day of month in Excel
  • PRICEMAT function: Description, Usage, Syntax, Examples and Explanation
  • ODDLPRICE function: Description, Usage, Syntax, Examples and Explanation
  • NOMINAL function: Description, Usage, Syntax, Examples and Explanation
  • TBILLEQ function: Description, Usage, Syntax, Examples and Explanation
  • COUPNCD function: Description, Usage, Syntax, Examples and Explanation
© 2022 xlsoffice . All Right Reserved. | Teal Smiles