I have created a UDF
that returns the last populated row in a specific column. Right now, it returns the row number of the last populated row. My question is, how would I go about using this value in a worksheet function?
For example, =COUNTBLANK("B2:B&LastRow(2))
, where LastRow(2)
returns an integer.