Gos-C
Active Member
- Joined
- Apr 11, 2005
- Messages
- 258
- Office Version
- 365
- 2016
- Platform
- Windows
Hi all,
I have the following formula:
It returns:
But I need it to return the value (i.e, the sum of cells C408 to N408).
Any how?
Thank you,
Gos-C
I have the following formula:
PHP:
{="=SUM(C"&ROW(OFFSET(APR!$J$1,MAX(ROW(APR!$J:$J)*(APR!$J:$J<>""))-12,0))&":N"&ROW(OFFSET(APR!$J$1,MAX(ROW(APR!$J:$J)*(APR!$J:$J<>""))-12,0))&")"}
It returns:
PHP:
=SUM(C408:N408)
But I need it to return the value (i.e, the sum of cells C408 to N408).
Any how?
Thank you,
Gos-C
Last edited: