This is an article talks about how to use excel to simply generate titles from the keywords you had.
1. You need to see if you have developer tab on the top bar.
If you have it, skip this.
If you don’t have it , go to : File -> Option-> Customize Ribbon->Add Developer Tab -> check on the Main tabs there, click ok.
编程思路
编程思路:通过3列依次循环,然后进行每列的相加就可以了。
常用的循环语句有两种:
- for…next…循环
- do while…loop…循环
因为我想直接生成一个排列组合关键词的Excel模板,所以前面三列每列的核心关键词的数量之后肯定会发生改变,所以在此我采用do while…loop…的循环方法。
用此循环方法的思路为:依次循环前面三列,直到每列出现空值时,结束此列的循环。那么这时,应该使用下面这句语法: