Oh OK. Well I guess the ultimate task is to create a set of randomly generated sentences from predefined words. So I have some list of words from somewhere (perhaps Word can help here?) and in a corresponding list, whether they are nouns, verbs, whatever. Then I have some formula like ="The "&randomnoun&randomverb&"the "&randomnoun. So a finished result might be "The cat eats the hat" or "The milk runs the table". At this stage, whether the sentence makes sense is irrelevant to me. (It might be later) Anyway, the random part I'm fine with, but I need the list of words and their type in order to do it. Does this help? I'm aware that excel treats values as values and not as actual words, so if i type sdfhhg into a cell, it doesn't complain. Perhaps this is one of the issues...
Thanks