【发布时间】:2020-03-17 17:31:09
【问题描述】:
如果 A 列包含
blue
red
green
yellow
B 列包含
fish
dog
cat
horse
将以下内容放入 C 列的公式是什么?
bluefish
bluedog
bluecat
bluehorse
redfish
reddog
redcat
redhorse
greenfish
greendog
greencat
greenhorse
yellowfish
yellowdog
yellowcat
yellowhorse
我研究过使用数据透视表,但它无法使用文档中不同工作表中的列。
【问题讨论】:
标签: excel excel-formula