TheTiredEngineer
New Member
- Joined
- Jul 31, 2024
- Messages
- 31
- Office Version
- 365
- Platform
- Windows
So Ive got a column of data like below and I need it to skip & recount if theres any "None" or zeros in column A. Id prefer this to be accomplished via formulas. I tried countif and its not working right.
Sometimes the data can look like this, where the first is a zero and theres a few other zeros.
23 | 1 |
None | |
12 | 2 |
12 | 3 |
55 | 4 |
None | |
25 | 5 |
Sometimes the data can look like this, where the first is a zero and theres a few other zeros.
None | |
25 | 1 |
12 | 2 |
12 | 3 |
None | |
25 | 4 |
None |