JenniferMurphy
Well-known Member
- Joined
- Jul 23, 2011
- Messages
- 2,687
- Office Version
- 365
- Platform
- Windows
Given pratings, a range, I can find the absolute range address, the number of rows and columns, and the number of the first row and column.
Are there expressions that will return the number of the last row (14) and the letter or number of the last column (G or 7) in the range? I know I can extract that information from the results above, but if there is a built-in expression, I would prefer to use it.
Thanks
Code:
?pratings.address
$D$5:$G$14
?pratings.rows.count
10
?pratings.columns.count
4
?pratings.row
5
?pratings.column
4
Are there expressions that will return the number of the last row (14) and the letter or number of the last column (G or 7) in the range? I know I can extract that information from the results above, but if there is a built-in expression, I would prefer to use it.
Thanks