Comments
-
I know it should be working - that's why I'm pulling out hair... Anyway, created new sheet (screenshot below), very simple very rudimental. Still getting errors on contains.
-
Instead of using ISBLANK() Change COUNT(CHILDREN()) to COUNTIFS(CHILDREN(), OR(@cell <> "", @cell = "")) This worked for me.
-
That did the trick. I also used the count from another column that could not be blank... COUNT(CHILDREN(d@row))
-
Any updates on the support of .Net Core 6.0? or 7?