Ok, then here it is :
The spreadsheet is 5 x 5. Column 1 is
"apples","oranges",(space),"cats","dogs". Column 2 is
"fruit",(space),(space),"pets",(space). Column 3 is blank. Columns 4 and 5
are similar in layout to 1 and 2 except they are "red","blue" and
"car","truck" and "colors" and "vehicles".
Columns 2 and 5 contain the four key words :
"fruit","pets","colors","vehicles". Upon typing in one of these words into
another cell, Excel will find the matching word from these four key words,
and then return two results from either columns 1 or 4.
For example, if I type in "colors", Excel will return "red" and "blue". If
I type in "pets", Excel will return "cats" and "dogs". In particular,
whatever word I type in, Excel will search BOTH columns for a match, and upon
finding the match will return the TWO results one column to the left and same
row, and one column to the left and one row below.
Keeping the layout of the spreadsheet this way is key. I've managed to
cobble together a way to search one column and then return two results, but
it's not at all elegant. I have no idea how to search two columns and make
the whole thing do-able.
Thanks.