A
Aaron C
Hey all,
I have a database clean up project, and I'm a little stumped about how
to do it. I *could* do it manually (and have been), but there are
enoough rows (over 6000, and more each day) that it's more than
slightly daunting.
The project is to consolidate lists of programs - IE, Adobe Acrobat -
that have been typed in willy nilly, and set them up to be batch-fixed
in a database.
the problem is that I'm not sure I'm being consistent enough: I may
call it (for example) Adobe Acrobat Pro in one place, and call it
Adobe Acrobat in another place.
What i want to do is grab each word in a given cell, and compare it
against each other word in a column. so, for example, if my column
were:
*A*
-----
This thing
That place
another person whose name is irrelevant
that guy
this dog I met
....
....
then I would want to know that "This" occurs in both row 1 and row 5,
and that "that" occurs in both 2 and 4.
can anyone give me any advice on this?
Bonus points if you can filter out words that appear anywhere in
column B
Thanks muchly in advance, and no, this isn't a school project.
I have a database clean up project, and I'm a little stumped about how
to do it. I *could* do it manually (and have been), but there are
enoough rows (over 6000, and more each day) that it's more than
slightly daunting.
The project is to consolidate lists of programs - IE, Adobe Acrobat -
that have been typed in willy nilly, and set them up to be batch-fixed
in a database.
the problem is that I'm not sure I'm being consistent enough: I may
call it (for example) Adobe Acrobat Pro in one place, and call it
Adobe Acrobat in another place.
What i want to do is grab each word in a given cell, and compare it
against each other word in a column. so, for example, if my column
were:
*A*
-----
This thing
That place
another person whose name is irrelevant
that guy
this dog I met
....
....
then I would want to know that "This" occurs in both row 1 and row 5,
and that "that" occurs in both 2 and 4.
can anyone give me any advice on this?
Bonus points if you can filter out words that appear anywhere in
column B
Thanks muchly in advance, and no, this isn't a school project.