Hello. I'm relatively new to excel and been stuck on a formula now for a that I can't seem to figure out. For most of my data, I am using SUMIF's to get the information I need, which works good for about 99% of the data I need. However, it's leaving the zeros blank, but I need it actually show zeros as well when the result is zero. What is the best approach for this? Perhaps other formulas would be better? I'm currently extracting all the data into a table and referencing the data in my formulas.
Here is my current formula I am using: =IF(SUMIFS($D:$D,$A:$A,$AK127)="","",SUMIFS($D:$D,$A:$A,$AK127))
I've tried many variations of this code, but I still keep getting zero's for empty results.
Side note, the data actually shows a "−" symbol when there is no data, not a blank
Any help or guidance would be much appreciated
Here is my current formula I am using: =IF(SUMIFS($D:$D,$A:$A,$AK127)="","",SUMIFS($D:$D,$A:$A,$AK127))
I've tried many variations of this code, but I still keep getting zero's for empty results.
Side note, the data actually shows a "−" symbol when there is no data, not a blank
Any help or guidance would be much appreciated