been researching this for a while and can’t find a solution. Thanks for the help.
Without using VBA, I’d like to:
Return the address of that last cell in a row with a numerical value in it.
-
The problem is, the data is populated with a formula that leaves empty strings (it returns “”) instead of actual empty cells. I’ve researched that there is no way to write a formula that can return a truly empty cell.
-
The ROWS function counts empty strings as values, so I need a way to use an if statement in conjunction with ROWS and ADDRESS to return the cell address of the last cell in a column with a numerical value.
user26707498 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.