Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Using Linest for non-linear curve fitting, examples, hints and warnings
- Latex Maths Text in Excel
- Using LINEST for non-linear curve fitting
- Downloads
- The Countif bug (and how to avoid it)
- Automatic download of csv files
- Cubic Splines
- Taming Symbols in Excel
- Deflections and Moments in Rectangular Plates
- The Conjugate Beam Method
Recent Comments
Tag Archives: Index
Excel functions that return references and new functions
The MyOnlineTrainingHub blog recently posted an article on: Excel Functions that Return References As well as comprehensive advice on the use of OFFSET, INDEX, CHOOSE, IF and INDIRECT, it also covers the new functions XLOOKUP (Excel for Microsoft 365 only), and … Continue reading
Slicing Arrays with VBA
A recent comment asked about the most efficient way to write part of an array to the spreadsheet from VBA. This post looks at three alternative methods which have advantages in different circumstances (thanks to Lori Miller for reminding me … Continue reading
Using Index() as an array function
As promised, this post looks at using the Excel built in Index() function to operate on arrays; it also provides a VBA user defined function (UDF), VBIndex, which simplifies working with arrays within VBA, and also provides improved functionality when … Continue reading
Two new blogs
Two new Excel/computer related blogs that I have found recently are: Useful Gyaan (Sharing Stuff to Make life @ work easier) and MS EXCEL UNPLUGGED (which looks like a good resource on using pivot tables) In the near future I will be … Continue reading