If column A contains
blue
red
green
yellow
and column B contains
fish
dog
cat
horse
what would be a formula to put the following in column C?
bluefish
bluedog
bluecat
bluehorse
redfish
reddog
redcat
redhorse
greenfish
greendog
greencat
greenhorse
yellowfish
yellowdog
yellowcat
yellowhorse
I looked at using a PivotTable, but it didn't work using columns from different sheets in the document.