Skip to content

{ Category Archives } Excel Tips

Ryan Kirgan’s latest tips for using Microsoft Excel®.

Creating Dynamic Named Ranges in Excel® using OFFSET & COUNTA

Following on from Creating Named Ranges in Excel®, this blog post describes how to create dynamic named ranges. If you’re not familar with named ranges, I’d really suggest google searching “named ranges in excel” or read the post linked to above. As mentioned many times on this site, named ranges are really useful, however there [...]

  • Share/Bookmark
Tagged , , ,

Creating Named Ranges in Excel®

Named ranges are great. They allow the user to define a cell range with a single text-descriptor. For example, you could define the cell range of $A$1:$G$1 as the string “headings” and every time you wanted to refer to that cell range (in, say, a formula) you use the string “headings” instead. I’ve alluded to [...]

  • Share/Bookmark
Tagged ,

Matching data in a table in Excel® using INDEX and MATCH (- a VLOOKUP alternative)

This article describes an extremely basic Excel® function (well, two functions actually) and is more a test of my new WordPress installation than anything else It describes how you can use the INDEX() and MATCH() functions to look up data in a matrix. Background to VLOOKUP() Many users are familar with the VLOOKUP() (vertical lookup) [...]

  • Share/Bookmark
Tagged