Please help,
I want to get number in dynamic row.
Example: in column C, auto numbering based on value of B, if (B:B) have line is blank then, next line auto numbering start = 1
I want to get number in dynamic row.
Example: in column C, auto numbering based on value of B, if (B:B) have line is blank then, next line auto numbering start = 1
A | B | C | |
row 1 | Test | ||
row 2 | Test | 1 | |
row 3 | Test | 2 | |
row 4 | Test | ||
row 5 | Test | 1 | |
row 6 | test | 2 | |
row 7 | Test | 3 |