getting there...
Posted by laura jean on February 05, 2002 11:05 AM
OK, when a cell between rows 69:72 "begins with" "vol"
row 73 contains a number representing a volume. There
are other numbers in row 73 that I filter out
with:
=IF((OR(EXACT("vol",LEFT(G69:G72,3)))),G$73,"")
That array formula, Filled across row 74, successfully
produces a row of volumes and blank cells! ***
BUT when I try to plot that, the blank cells appear as
ZEROs (I checked the "Plot visible cells only" Option)