我有一张 Excel 2007 表,用作我的产品数据库。它有各种列和行,数据如下:
Code Company Image Code Picture Page
UV001 UV Gear uv001.jpg http://www.uvgear.co.uk/product/images/fs_uv001.jpg
我想将某些列和某些行导出到 csv 文件以便上传到 google adwords。
我遇到的问题是我不想导出所有行或所有列。我有 450 个产品行,但只想导出大约 250 个活跃/有库存的行。我想我需要在每行和每列的开头设置某种 True 或 False 规则?
请把我当成一个完全的 Excel 新手!谢谢 Nick