sumif: count columns if they contain some character
Hello,I found a discussion from 2015 (subject "sumif") that has a very helpful script for my current task.I wrote there my question but I don't know if people who participated in that discussion can see my question. This script I found (slightly modified) and it works great for counting columns for each row where values are "0/0" (or whatever).dt << New Column("Sum",
Numeric, Formula(
...