Zend certified PHP/Magento developer

Excel – multiply texts/strings/words [closed]

I have column A with words and column B with words. I need to multiply each word from column A by each word from column B and put the result in column C. Additionally I need to add a dot between word from A and word from B.

Column C should have A*B records.

How can I do that?