Hi Folks
I am trying to sort out some data to load into our database server, I have tried a SQL solution but am struggling, wonder if anyone can help with Excel?
We have an excel sheet containing multiple records per customer, one for each phone number.
it looks something like this:
AccountNumber Phonenumber
000123 01273153456
000123 01273153457
000123 01273153458
000756 01546123456
000756 01546123457
What I need to try and do is add a column to give the instance of each accountnumber ie
InstanceNumber AccountNumber Phonenumber
1 000123 01273153456
2 000123 01273153457
3 000123 01273153458
1 000756 01546123456
2 000756 01546123457
can this be done?
all the best
Matt
Brighton, UK
I am trying to sort out some data to load into our database server, I have tried a SQL solution but am struggling, wonder if anyone can help with Excel?
We have an excel sheet containing multiple records per customer, one for each phone number.
it looks something like this:
AccountNumber Phonenumber
000123 01273153456
000123 01273153457
000123 01273153458
000756 01546123456
000756 01546123457
What I need to try and do is add a column to give the instance of each accountnumber ie
InstanceNumber AccountNumber Phonenumber
1 000123 01273153456
2 000123 01273153457
3 000123 01273153458
1 000756 01546123456
2 000756 01546123457
can this be done?
all the best
Matt
Brighton, UK