I have a formula which returns "" if there is an error.
The "" shows as zero on my line chart. I have selected "show empty cells as gaps" in the 'select cells" radio button.
If I remove the ISERROR function, the error values do not show as zero but there is a line between the data points before and after.
I want to show them as gaps.
My formula:
=IF(ISERROR(VLOOKUP(+D1297&" - "&$A1298,'monthly raw data'!$D$1:$L$10000,VLOOKUP($B1298,Sheet1!$A$1:$B$10000,2,FALSE),FALSE)),"",VLOOKUP(+D1297&" - "&$A1298,'monthly raw data'!$D$1:$L$10000,VLOOKUP($B1298,Sheet1!$A$1:$B$10000,2,FALSE),FALSE))
Thanks for any help
Jim
The "" shows as zero on my line chart. I have selected "show empty cells as gaps" in the 'select cells" radio button.
If I remove the ISERROR function, the error values do not show as zero but there is a line between the data points before and after.
I want to show them as gaps.
My formula:
=IF(ISERROR(VLOOKUP(+D1297&" - "&$A1298,'monthly raw data'!$D$1:$L$10000,VLOOKUP($B1298,Sheet1!$A$1:$B$10000,2,FALSE),FALSE)),"",VLOOKUP(+D1297&" - "&$A1298,'monthly raw data'!$D$1:$L$10000,VLOOKUP($B1298,Sheet1!$A$1:$B$10000,2,FALSE),FALSE))
Thanks for any help
Jim