ask2tsp
Well-known Member
- Joined
- Feb 18, 2015
- Messages
- 506
- Office Version
- 365
- Platform
- Windows
named range namedRng
="$A$1:"&ADDRESS(COUNTA($A:$A);COUNTA(!$1:$1);1)
that in my case evaluates to
$A$1:$H$74
when a cel contains the formula
=ROWS(namedRng)
it shows #VALUE!
i tried evaluate formula where the formula evaluates to ROWS($A$1:$H$74)
when a cel contains the formula
=ROWS($A$1:$H$74)
it shows 74
what is going on here?
="$A$1:"&ADDRESS(COUNTA($A:$A);COUNTA(!$1:$1);1)
that in my case evaluates to
$A$1:$H$74
when a cel contains the formula
=ROWS(namedRng)
it shows #VALUE!
i tried evaluate formula where the formula evaluates to ROWS($A$1:$H$74)
when a cel contains the formula
=ROWS($A$1:$H$74)
it shows 74
what is going on here?