I want to count all values in my column called SALDO but only count them if they Start with "-" not count them if they dont start with a minus sign.
So i have this huge list of numeric values
Some are positives and some are negatives. All negatives starts with a minus sign (-)
How to count all rows that start with a minus sign?
Solved! Go to Solution.
Sounds like you've got the right idea. throw in a "StartsWith" and you should get it all worked out.
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-table-counts
Sounds like you've got the right idea. throw in a "StartsWith" and you should get it all worked out.
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-table-counts
User | Count |
---|---|
236 | |
112 | |
94 | |
59 | |
31 |
User | Count |
---|---|
289 | |
130 | |
104 | |
62 | |
58 |