I am trying to sort out a huge data file which is a mess. There is
not one unique column to go on, so I have to use a mixture of IP
address and name to get a tab per person.
I have sorted it according to IP address first, so now I have a wkb
with a tab per unique IP address. Some sheets contain multiple names
still though, so I have to go through again and separate out
according to name, and re-name each tab to the persons name. There
are various spellings of the names though so I will end up with an
exception report of records that don't fit - this is fine.
I'm looking for advice on how to approach the sorting with each wks.
One case might be the same name on 10 sheets in a row (I need to
combine these to one sheet), another case might be 4 different names
within one sheet that all need to be separated out to threr own
sheet. I hope this makes some sense.
I can do a 'For each' loop for each of these scenarios then re-name
the tabs at the end, although the first scenario needs to hold the
name in a variable and keep looking through the sheets, but the name
might be spelt differently too in , say the third sheet.