excel - Dynamic Range for Intentionally Showing Nothing -
so, i've created dynamic range chart, that's , easy.
however, in chart there 2 lines, want 1 of lines show under conditions, else displays nothing! i've tried creating dynamic range follows
=if('worksheetname'!$m$10 ='worksheetname'!$f$31,'worksheetname'!dynamic_range, #n/a)
the problem when chart freaks out. gives me error:
your formula contains invalid external reference worksheet. verify path, workbook, , range name or cell reference correct, , try again.
if click "ok" half time shows correctly (that is, second line disappears , chart adjusts accordingly) , other half time glitches.
basically, how create dynamic range graphing chart understand when want nothing , when want display range?
you need second source range, that's cells empty. applying approach switch between filled range (intended visible) vs. empty range (will invisible), shall solve issue. note: chart parameter "show empty cells as:" should set "gaps". (refer hidden , empty cells options in chart's select data dialog. applicable x/y charts mainly.)
Comments
Post a Comment