I am currently working with the following SUM IF formula, and I need to hide the results of 0 to declutter the sheet. This is my current formula:
=SUMIF({Title V Data Range 2}, "XALD adrenomyeloneuropathy", {Title V Data Range 1})
I tried this variation: =IF(SUMIF({Title V Data Range 2}, "XALD adrenomyeloneuropathy", {Title V Data Range 1}), = 0, "") but it returned a blank even though the sum is 5.
I've tried multiple variations of the formula to no avail. Any assistance would be greatly appreciated.