Hi,
Let's say I have a result of a survey, but the answers got mixed up... some cells moved away form their column:
<colgroup><col><col><col><col></colgroup><tbody>
</tbody>
I tried to sort this by using FIND, MATCH, INDEX but I seems I cannot make my formula work. For each line, I was trying to find "dog" for example and then display in a new column the content of cell in which "dog" is found. The final result I am looking for is:
<colgroup><col><col><col><col></colgroup><tbody>
</tbody>
I don't need a formula to sort the whole table at once, I can do column by column/several steps.
Any help please?
Thanks in advance.
Let's say I have a result of a survey, but the answers got mixed up... some cells moved away form their column:
Dog | Fish | Cat | |
Bob | I have a dog - blue | I have a fish - yellow | I have a cat - black |
Carl | I have a cat - grey | I have a dog - red | I have a fish - black |
John | I have a cat - red | I have a fish - red | I have a dog - green |
Anna | I have a fish - blue | I have a dog - yellow | I have a cat - white |
<colgroup><col><col><col><col></colgroup><tbody>
</tbody>
I tried to sort this by using FIND, MATCH, INDEX but I seems I cannot make my formula work. For each line, I was trying to find "dog" for example and then display in a new column the content of cell in which "dog" is found. The final result I am looking for is:
Dog | Fish | Cat | |
Bob | I have a dog - blue | I have a fish -yellow | I have a cat - black |
Carl | I have a dog - red | I have a fish - black | I have a cat - grey |
John | I have a dog - green | I have a fish - red | I have a cat - red |
Anna | I have a dog - yellow | I have a fish - blue | I have a cat - white |
<colgroup><col><col><col><col></colgroup><tbody>
</tbody>
I don't need a formula to sort the whole table at once, I can do column by column/several steps.
Any help please?
Thanks in advance.