Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Using LINEST for non-linear curve fitting
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- Cubic Splines
- XLDennis, the MSDN Library, and VBA rant
- Downloads
- About Newton Excel Bach
- Contour plots with Excel and Matplotlib
- Filling Blanks with Go To-Special (and local help rant)
- Daily Download 5: Frame Analysis
- P-Y Curve function
Recent Comments
Tag Archives: randomise
Randomising a list
A list can be sorted into random order by inserting a list of random numbers in an adjacent column and sorting both columns on the random number column. A similar procedure can be carried out through a VBA subroutine, avoiding … Continue reading