Hi - I want to change a cell reference in a formula to refer to the row of the active cell. For example

Formula: copy to clipboard
=ROWS(G8:G28)


I want to replace "28" with row()..something like


Formula: copy to clipboard
="ROWS(G8:G"&row()&")"


I now how to do this in VBA, but is it possible to do in a standard formula?