In the example shown, the formula in C5 is: This formula generates a working hyperlink to the first blank cell in column C. Basically, we are giving match a “big number” it will never find in approximate match mode. In this mode match will “step back” the last numeric value. Note: this works in this case because all values in C are numeric, and there are no blanks. For other situations (text values, etc.), see other “last row” formulas mentioned below. You will need to adjust the MATCH part of the formula to suit your needs. Next, we use INDEX to get the address of the “entry after the last entry” like this: For array, we give INDEX C:C100 which represents the range we care about. For row number, we give INDEX the result returned by MATCH + 1. In this example, this simplifies to: This appears to return the value at C10 but in fact INDEX actually returns an address ($C$10), which we extract with the CELL function and concatenate to the “#” character: In this end, this is what goes into the HYPERLINK function: The HYPERLINK function then constructs a clickable link to cell C10 on the same sheet, with “First link” as the link text.

Dave Bruns

Hi - I’m Dave Bruns, and I run Exceljet with my wife, Lisa. Our goal is to help you work faster in Excel. We create short videos, and clear examples of formulas, functions, pivot tables, conditional formatting, and charts.