Hi all,
I'm trying to find a dynamic way to count the number of specific values across columns. Here's a sample of the data:
| Stock | Client 1 | Client 2 | Client 3 | Client 4 |
| ABC | .05 | .01 | 0 | .07 |
| XYZ | .06 | 0 | .01 | .03 |
| 123 | .2 | .08 | .06 | 0 |
I'd like to create a new column with a count of the instances of 0. I don't want to use the formula tool because my column headers have account numbers rather than Client 1, Client 2, etc and those account numbers will change regularly. I think the multi-row formula or multi-field formula might help but I haven't been able to get those to work.
Thank you all very much in advance!!