Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Using LINEST for non-linear curve fitting
- Cubic Splines
- Using LinEst() on data with gaps
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- Fitting high order polynomials
- Continuous Beams With Spring Supports by Macaulay’s Method
- Section Properties of Defined Shapes - Spreadsheet
- Biaxial bending update
- Intersections, interpolations, and rotations
- Daily Download 3: ULS design of reinforced concrete sections
Recent Comments
Tag Archives: Extract number from string
Using Flash Fill
There have been several posts here on using functions or user defined functions (UDFs) to extract text or numbers from a longer string (most recently, here), but for many purposes it is quicker and easier to use the “flash-fill” feature, … Continue reading
Posted in Excel, UDFs, VBA
Tagged Excel, Extract number from string, ExtractNums UDF, flash-fill
1 Comment
Extracting numbers from text – update
I have previously posted a spreadsheet with user defined functions (UDFs) using regular expressions to extract numbers from a text string (see Extracting numbers from text and regular expressions). I have now modified the Extractnums function to optionally return the numbers … Continue reading
Posted in Excel, UDFs, VBA
Tagged Excel, Extract number from string, ExtractNums, regular expressions, UDF, VBA
2 Comments
Extracting numbers from text strings
There is often a need to extract numbers from the start or end of text strings. It’s not too hard to do with on-sheet formulas, but after having done it a few thousand times I decided it would be worth … Continue reading