I have a Workspace with a form that feeds into a sheet Then I have a calculations sheet that adds up everything (most of which us SUMIF). Now a few of these Workstreams (which are in a dropdown list on my form/main sheet do NOT have any data currently associated with them. But that will change. And like I said these Workstreams are part of a dropdown, AND they are also part of Automated Workflows that fill out different parts of the main sheet (and send notifications) based on the Workstreams. So although a Workstream does not contain data yet, it is essential that it is listed.
My problem, I do NOT want the Workstream to display on my charts until there is data, Right now they display with 0. I don't want them to display until there is data to report, I want them to be omitted until that time. I tried a few things, but always came up with an error, like Unparsable or something. Since this is not only the initial totals, but also calculations based on those total, I am having more difficulty.
An example of a formula I currently use on this sheet is:
=SUMIF({Workstreams}, Workstream@row, {QMS Entity Documents Before})
then a calculation based on that collected data:
=([QMS Entity Documents Before]@row - [QMS Entity Documents After]@row) * [QMS Annual Maintenance Burden]@row