Forum Discussion
alexjw94
Dec 30, 2022Copper Contributor
Please help me trying to figure out the correct formulas
So I am trying to create this table where I have got a load of data, there is alot of data to go through so to do this manually would be a never ending task. At the moment column A is all I have. How...
OliverScheurich
Dec 30, 2022Gold Contributor
This is the formula in cell C2 in the example:
=A2&"."&COUNTIF($A$2:A2,A2)
This is the formula in cell B2 in the example:
=COUNTIF($A$2:A2,A2)