Forum Discussion
ClauP
Apr 13, 2019Copper Contributor
How to create a formula which creates A1,A2,A3 when identical SKU in a column
Hello
Can a expert help with this?
BR/ClauP
2 Replies
- Haytham AmairahSilver Contributor
Hi ClauP,
I suggest this formula:
=IF(COUNTIF($A$2:$A$8,A2)>1,A2&"A"&COUNTIF($A$2:A2,A2),A2)
Please find it in the attached file as well.
Regards,
Haytham
- SergeiBaklanDiamond Contributor
ClauP , unfortunately your file is not downloadable