I'm attempting to create a dynamic range as part of a COUNTIF Statement and want to read the numerical part of the range from another cell.
The cell containing the number is A1 and the value is 10. I want to count all of the NON EMPTY Cells in the range B1:B10
I've tried the following and multiple other combinations but can't seem to get the syntax coorect
=COUNTA(B1:INDIRECT("B"&A1)
The outcome I'm trying to achieve is
=COUNTA(B1:B10). - where the highlighted part is dynamically read from another cell.
Bookmarks