Darnell7007
New Member
- Joined
- Mar 11, 2025
- Messages
- 5
- Office Version
- 365
- Platform
- Windows
Hello!
I am trying to count rows sequentially in column A, only if the formula COUNTIF returns a value of "1" in column B. If the COUNTIF formula returns a value of "0", I'd like column A to remain blank - or worst case, enter FALSE.
I've attached a sample of data below.
I've played around with a few formulas and ideas, but I can't get it to count sequentially, only to return a value of "1" in column A if there's a value of "1" in column B.
I am trying to count rows sequentially in column A, only if the formula COUNTIF returns a value of "1" in column B. If the COUNTIF formula returns a value of "0", I'd like column A to remain blank - or worst case, enter FALSE.
I've attached a sample of data below.
I've played around with a few formulas and ideas, but I can't get it to count sequentially, only to return a value of "1" in column A if there's a value of "1" in column B.
Sequential Count | COUNTIF |
0 | |
0 | |
1 | 1 |
0 | |
0 | |
0 | |
2 | 1 |
0 | |
3 | 1 |
4 | 1 |
0 | |
0 | |
5 | 1 |
0 | |
6 | 1 |
0 | |
0 |