Hi Friends,
Extract Numbers from String in Excel (using VBA)
Since we have done all the heavy lifting in the code itself, all you need to do is use the formula =GetNum(A2). This will instantly give you only the numeric part of the string.
#naveenvba
#naveentamtavba
#excel
#vba
#visualbasicforapplications
============================================================
VBA Code :
Function GetNum(StrIn As String) As String
Dim ObjRegex
Set ObjRegex = CreateObject("vbscript.regexp")
With ObjRegex
.Global = True
.Pattern = "[^\d]+"
GetNum = .Replace(StrIn, vbNullString)
End With
End Function
=============================================================
Workbook Download Link :
https://drive.google.com/file/d/1aAJw...
►Check out other important video links :
1. UNBEATABLE XLOOKUP | XLOOKUP VBA | HOW TO USE XLOOKUP VBA | XLOOKUP VS INDEX MATCH AND VLOOKUP |
► • Xlookup in hindi | XLOOKUP VBA | HOW ...
2. How to create Gantt Chart in Excel | Create a Basic Gantt Chart in Excel | Gantt Chart excel |
► • How to create Gantt Chart in Excel | ...
3. Data cleaning in Excel | Best Excel Tricks to Clean Data | Raw Data Clean | Excel Data Cleaning |
► • Data cleaning in Excel | Best Excel T...
4. VLOOKUP WITH CONCATENATE | Excel Magic Trick - VLOOKUP Return Two Values to One Cell or Two Cells |
► • VLOOKUP WITH CONCATENATE | Excel Magi...
5. Partial Match with VLOOKUP in Excel | MS Excel - VLookup Approximate Match | Wildcard in Vlookup | Excel VLOOKUP Function - All You Need To Know |
► • Partial Match with VLOOKUP in Excel |...
6. 7 Most Used Excel Formula ☑️ 📈 Advanced Excel Formulas 📈 Important Excel Formulas 📈
► • 7 Most Used Excel Formula ☑️ 📈 Advanc...
Subscribe NaveenTamtaVBA
► / naveentamtaiamexcelvba
► / @naveentamtaiamexcelvba
► / naveentamtavba
►LinkedIn: / naveen-tamta-859691112
Note: This description contains affiliate links, which means at no additional cost to you. This helps support the channel and allows me to continue to make videos like this. Thank you for your support!
Thanks For Watching #NaveenTamtaVBA
Tags:
How to extract number from string in excel
Easy VBA code to extract number from the text in a cell
how do i extract numbers from a string in excel,
extracting numbers within a range excel,
extract only numbers from excel cell,
extract multiple numbers from string excel,
excel extract 5 digit number from string,
how to keep only numbers in excel column,
excel find number in string,
extract last number from string excel,
how to extract only numbers from a cell in excel,
excel find number in string,
extract numbers from text,
extract number from string python,
extract multiple numbers from string excel,
excel find 4 digit number in string,