
- MS Excel Basics
- Excel - Home
- Excel - Getting Started
- Excel - Explore Window
- Excel - Backstage
- Excel - Entering Values
- Excel - Move Around
- Excel - Save Workbook
- Excel - Create Worksheet
- Excel - Copy Worksheet
- Excel - Hiding Worksheet
- Excel - Delete Worksheet
- Excel - Close Workbook
- Excel - Open Workbook
- Excel - Context Help
- Editing Worksheet
- Excel - Insert Data
- Excel - Select Data
- Excel - Delete Data
- Excel - Move Data
- Excel - Rows & Columns
- Excel - Copy & Paste
- Excel - Find & Replace
- Excel - Spell Check
- Excel - Zoom In-Out
- Excel - Special Symbols
- Excel - Insert Comments
- Excel - Add Text Box
- Excel - Undo Changes
- Formatting Cells
- Excel - Setting Cell Type
- Excel - Setting Fonts
- Excel - Text Decoration
- Excel - Rotate Cells
- Excel - Setting Colors
- Excel - Text Alignments
- Excel - Merge & Wrap
- Excel - Borders and Shades
- Excel - Apply Formatting
- Formatting Worksheets
- Excel - Sheet Options
- Excel - Adjust Margins
- Excel - Page Orientation
- Excel - Header and Footer
- Excel - Insert Page Breaks
- Excel - Set Background
- Excel - Freeze Panes
- Excel - Conditional Format
- Working with Formula
- Excel - Creating Formulas
- Excel - Copying Formulas
- Excel - Formula Reference
- Excel - Using Functions
- Excel - Builtin Functions
- Advanced Operations
- Excel - Data Filtering
- Excel - Data Sorting
- Excel - Using Ranges
- Excel - Data Validation
- Excel - Using Styles
- Excel - Using Themes
- Excel - Using Templates
- Excel - Using Macros
- Excel - Adding Graphics
- Excel - Cross Referencing
- Excel - Printing Worksheets
- Excel - Email Workbooks
- Excel- Translate Worksheet
- Excel - Workbook Security
- Excel - Data Tables
- Excel - Pivot Tables
- Excel - Simple Charts
- Excel - Pivot Charts
- Excel - Keyboard Shortcuts
- MS Excel Resources
- Excel - Quick Guide
- Excel - Useful Resources
- Excel - Discussion
How to break or split number into individual digits in Excel?
Occasionally we might need to separate the numbers from the text or obtain simply the numbers out of any input that contains both text and numbers. Excel has a variety of shortcuts that eliminate the need to manually do this task, making it possible to isolate integers from any dataset. In this tutorial, I will demonstrate a technique for separating nmbers in Excel by using formulas in a variety of circumstances.
Break or Split Numbers into Individual Digits using Formulas in Excel
In the following part, a formula will be presented that may be used in Excel to split chosen number cells into individual digits.
Let’s understand step by step with an example.
Step 1
In the first step, let us assume we have a sample data as shown in the below screenshot.

Step 2
To locate the first split digit of the number in cell A2, choose a cell that is blank. In our example cell C2, then type the following formula into the formula bar and then hit the Enter key on your keyboard. Please Refer to the below screenshot for the same.
Formula
=MID($A2,COLUMN()-(COLUMN($C2)- 1),1)

Important Note − In the above formula, the cell with the number that has to be divided into digits is located in A2 and the cell that is used to locate the first split digit is located in C2. Please make the necessary adjustments as per your requirement.
Step 3
Then, repeat the process of choosing cell C2, then drag the Fill Handle to the right cells until all of the digits in cell A2 have been extracted. Please check out the screenshot below for the same.

Step 4
Maintain the selection of these cells that have split digits, and then drag the Fill Handle down into the cells until all of the numbers are separated into individual digits. Please refer to the below screenshot for same.

Conclusion
In this tutorial, we explained how you can break or split number into individual digits by using formulas in Excel.
- Related Articles
- How to split JavaScript Number into individual digits?
- Number Split into individual digits in JavaScript
- How to break or split address into separated parts in Excel?
- How to split a number into digits in R?
- How to split or break large files into pieces in Linux?
- How can I split an array of Numbers to individual digits in JavaScript?
- Excel tutorial: split text, number, and date cells (separate into multiple columns)
- How to break chart axis in Excel?
- How to Convert the Phone Number Format to Digits in Excel?
- Break Number Into 3 parts to find max sum
- Split a string and insert it as individual values into a MySQL table?
- How to change or convert number to text in Excel?
- How to change or convert text to number in Excel?
- Split number into 4 random numbers in JavaScript
- How to Copy Cell without New Line Break in Excel?
