I am trying to have two lists in real life that are able to be printed out and used to cross-index. What I mean by that is I am trying to have two lists:
A) One that is ALPHABETICAL and
B) One that is CATEGORIZED
but both have the same content, just arranged differently.
What I want to be able to do is to get numbers that correspond with each respective cell for the CATEGORIZED list to then match up with the ALPHABETICAL list.
For example:
CATEGORIZED: ALPHABETICAL:
1. THIS IS AN EXAMPLE 2. APPLE
2. APPLE 5. GRAPE
3. ORANGE 6. LEMON
4. PEAR 3. ORANGE
5. GRAPE 4. PEAR
6. LEMON 1. THIS IS AN EXAMPLE
Basically I want the cells in the Alphabetical to read the list in Categorized, find matching things (So like Apple = Apple) then take the NUMBER in the cell next to it in the CATEGORIZED list and put that number next to the matching thing on the Alphabetical list.
Confusing, but I think pretty simple if you can track with me.
Again it's 550 entries, so it would take a long time to do this manually and they change sometimes as well, so this is something I want to be able to do over and over if possible.
A) One that is ALPHABETICAL and
B) One that is CATEGORIZED
but both have the same content, just arranged differently.
What I want to be able to do is to get numbers that correspond with each respective cell for the CATEGORIZED list to then match up with the ALPHABETICAL list.
For example:
CATEGORIZED: ALPHABETICAL:
1. THIS IS AN EXAMPLE 2. APPLE
2. APPLE 5. GRAPE
3. ORANGE 6. LEMON
4. PEAR 3. ORANGE
5. GRAPE 4. PEAR
6. LEMON 1. THIS IS AN EXAMPLE
Basically I want the cells in the Alphabetical to read the list in Categorized, find matching things (So like Apple = Apple) then take the NUMBER in the cell next to it in the CATEGORIZED list and put that number next to the matching thing on the Alphabetical list.
Confusing, but I think pretty simple if you can track with me.
Again it's 550 entries, so it would take a long time to do this manually and they change sometimes as well, so this is something I want to be able to do over and over if possible.