1 min readfrom Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Issue with sum count in mirrored spreadsheet?

Our take

Are your formulas failing to count correctly in your mirrored spreadsheet? It’s frustrating when tools that once worked seamlessly suddenly don’t, especially after making adjustments like adding new rows and columns. Your use of `SUMPRODUCT` and `ISTEXT` is on the right track, but there may be nuances in how the data is structured that are causing the zero results. Let’s dive into potential issues and solutions to ensure your counts reflect the true completion status of your game combos.

Hi, I've been trying to deal with a thing to count completion for two-mod combos in a game my friends and I play. It's supposed to be mirrored, and it's worked until I expanded the sheet by three rows and columns. I have the following formulas to count the cells that have text that isn't a formula

=SUMPRODUCT( --ISTEXT(B2:CD82), --IFERROR(FORMULATEXT(B2:CD82)="", TRUE) )

and the following to count everything that doesn't have a formula

=SUMPRODUCT( --(B2:CD82<>""), --IFERROR(FORMULATEXT(B2:CD82)="", TRUE) )

But it's not working, it's just saying both are 0. What am I doing wrong? Here's an image of the spreadsheet, sans the calculated part: https://imgur.com/a/SJ4qZEd

submitted by /u/CharlieTheAnon
[link] [comments]

Read on the original site

Open the publisher's page for the full experience

View original article

Related Articles

Tagged with