I need to use a formula to get the totals for 4 cells that contain formulas. I have used the SUM or AVG function on this sheet for the same purpose and it has worked fine. Now it's not working and I'm wondering if it's because I'm trying to add negative numbers. Anyone know how to correct the total cell formula so it returns the correct total?
1st cell formula (they're all very similar): =SUM(COLLECT({Archive#DaysEarly}, {ArchiveSegment}, HAS(@cell, "XXX")))
Total cell formula (usually works): =SUM(XXX@row:[XXX]@row)
Thank you!