I am looking to count the first instance of data in a column, however when a new row gets inserted the countif needs to be reapplied.
Is there a way to make this spill?
I have considered using an IF function prior to force the spill but this results in all returns to be the same.
Any suggestions are most welcome!
Is there a way to make this spill?
Cell Formulas | ||
---|---|---|
Range | Formula | |
B2:B4,B6:B10 | B2 | =(COUNTIF($A$2:$A2,$A2)=1)+0 |
I have considered using an IF function prior to force the spill but this results in all returns to be the same.
Any suggestions are most welcome!