In Google Sheets,
I want to achieve a serial numbering system in a specific manner which satisfies the following requirements:
- Serial Numbers should be in reverse order (In Descending Order).
- Only the rows which have non-empty value in Column-B will get a serial number.
- Adding any non-empty value in Column-B makes that row eligible for having a serial number. Hence, making Column-B blank will remove its serial number and adjust all the serial numbers on rows above the modified one.
Test Cases:
- Leaving a row blank in between filled rows, should not affect the serially numbered sequence.
Can anyone please provide a formula or steps to implement this feature in Google Sheets?