Using Excel 2003, in Cell CZ32, I am trying to use a formula that will return the value of the first non blank cell in CM32:CY32. CM32:CY32 contain formulas. I will need to use this formula separately for rows 32--58. I'm using the following, but if the cells within the range are all blank it returns errors.
1.
=(INDEX(CM32:CY32,MATCH(TRUE,CM32:CY32<>"",0)))
(and CTRL+SHIFT+ENTER)
Returns: Error #N/A
2.
=IFERROR(INDEX(CM32:CY32,MATCH(TRUE,CM32:CY32<>"",0)),"")
(and CTRL+SHIFT+ENTER)
Returns: Error #NAME?
Any help with this is much appreciated.
1.
=(INDEX(CM32:CY32,MATCH(TRUE,CM32:CY32<>"",0)))
(and CTRL+SHIFT+ENTER)
Returns: Error #N/A
2.
=IFERROR(INDEX(CM32:CY32,MATCH(TRUE,CM32:CY32<>"",0)),"")
(and CTRL+SHIFT+ENTER)
Returns: Error #NAME?
Any help with this is much appreciated.