OK real simple one I just can't think how to do it...
I have a column A which is where I want my numbering to count up
Column B has company names In
All the company names are In order but there are multiples of the same company name so:
Abc
Abc
Abc
Abc
Def
Def
Ghi
Ghi
Ghi
And so on basically I need column A to count up only if Column B changes so I need
1 abc
1 abc
1 abc
1 abc
2 def
2 def
3 ghi
3 ghi
3 ghi
If that makes sense?
Anyone able to shed some light?
Many thanks!
Nick
I have a column A which is where I want my numbering to count up
Column B has company names In
All the company names are In order but there are multiples of the same company name so:
Abc
Abc
Abc
Abc
Def
Def
Ghi
Ghi
Ghi
And so on basically I need column A to count up only if Column B changes so I need
1 abc
1 abc
1 abc
1 abc
2 def
2 def
3 ghi
3 ghi
3 ghi
If that makes sense?
Anyone able to shed some light?
Many thanks!
Nick