Excel使用&连接符批量

背景:很多时候需要修复数据,同时数据是通过数据库管理工具导出,因此固定了A列和B列作为参数,在C列通过公式进行SQL拼接

image.png

示例输入:

="insert into ssta_line_limit(tenant_id, settle_config_id, document_type, enable_flag) value("&B2&", "&A2&", 'INVOICE', 0);"

实现效果:

image.png