Hi,
I'm stumped here. I think this can be done. Well I'm sure it can be done. I just don't know how to do it. What I am looking for is a formula to do a unique word lookup and match. I have a simple sample. Keep in mind the "list of Unique Words" will be several hundred in length. otherwise I think it could be done with an IF statement if it was only a couple long. I believe it might be index however I'm not 100% sure, which is why I am hoping some excel GURU can toss me the answer.
[TABLE="class: grid, width: 1605"]
<tbody>[TR]
[TD]Sheet 1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Sheet2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]K[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]Date[/TD]
[TD]N/A[/TD]
[TD]Description[/TD]
[TD]N/A[/TD]
[TD]N/A[/TD]
[TD]Need Formula to look at column C and determine unique word From Sheet 2[/TD]
[TD]Vlookup to return Unique Word Value[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]List of Unique Words[/TD]
[TD]Unique word value[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]The cat jumped over the moon[/TD]
[TD][/TD]
[TD][/TD]
[TD]***Formula should return CAT***[/TD]
[TD]I can do Vlookup no problem here[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]cat[/TD]
[TD]Furry[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]The dog ran to fetch the frisby[/TD]
[TD][/TD]
[TD][/TD]
[TD]***Formula should return DOG***[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]dog[/TD]
[TD]Furry[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]The frog is croaking outside[/TD]
[TD][/TD]
[TD][/TD]
[TD]***Formula should return FROG***[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Fish[/TD]
[TD]slimy[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]The fish swims in its bowl[/TD]
[TD][/TD]
[TD][/TD]
[TD]***Formula should return FISH***[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Frog[/TD]
[TD]noisy[/TD]
[/TR]
</tbody>[/TABLE]
I'm stumped here. I think this can be done. Well I'm sure it can be done. I just don't know how to do it. What I am looking for is a formula to do a unique word lookup and match. I have a simple sample. Keep in mind the "list of Unique Words" will be several hundred in length. otherwise I think it could be done with an IF statement if it was only a couple long. I believe it might be index however I'm not 100% sure, which is why I am hoping some excel GURU can toss me the answer.
[TABLE="class: grid, width: 1605"]
<tbody>[TR]
[TD]Sheet 1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Sheet2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]K[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]Date[/TD]
[TD]N/A[/TD]
[TD]Description[/TD]
[TD]N/A[/TD]
[TD]N/A[/TD]
[TD]Need Formula to look at column C and determine unique word From Sheet 2[/TD]
[TD]Vlookup to return Unique Word Value[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]List of Unique Words[/TD]
[TD]Unique word value[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]The cat jumped over the moon[/TD]
[TD][/TD]
[TD][/TD]
[TD]***Formula should return CAT***[/TD]
[TD]I can do Vlookup no problem here[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]cat[/TD]
[TD]Furry[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]The dog ran to fetch the frisby[/TD]
[TD][/TD]
[TD][/TD]
[TD]***Formula should return DOG***[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]dog[/TD]
[TD]Furry[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]The frog is croaking outside[/TD]
[TD][/TD]
[TD][/TD]
[TD]***Formula should return FROG***[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Fish[/TD]
[TD]slimy[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]The fish swims in its bowl[/TD]
[TD][/TD]
[TD][/TD]
[TD]***Formula should return FISH***[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Frog[/TD]
[TD]noisy[/TD]
[/TR]
</tbody>[/TABLE]