I have the following transpose formula which is an array
Where the cells on sheet "summary" C:L are blank , then the formula returns #N/A
I have tried using iferror, but get the same result
It would be appreciated if someone could amend my formula so that if any of the cells in the source data are blank, a blank will be returned
Code:
=-TRANSPOSE('C:\downloads\[BR1.xlsm]Summary'!$C$3:$L$3)
Where the cells on sheet "summary" C:L are blank , then the formula returns #N/A
I have tried using iferror, but get the same result
It would be appreciated if someone could amend my formula so that if any of the cells in the source data are blank, a blank will be returned