I have selected all rows, via a filter, that have as value in column B, FALSE.
Now i would like, for each cell that has the value false, to add next to it, in a new column, an index, that will count each FALSE value.
Something like a counter. For example
A B
False | 1
False | 2
False | 3
False | 4
but only for the visible cells, once i filter for the FALSE value, in column A. How could i do this with a formula in excel? tried pressing f5, and chose special, and selected visible cells only, but the result was wrong.