Skip to content

Commit 12086b3

Browse files
committed
sd
1 parent 1116747 commit 12086b3

21 files changed

Lines changed: 2297 additions & 583 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Excel 有哪些可能需要熟练掌握而很多人不会的技能?
2+
## 作者: Jovey 赞同: 48
3+
曾经遇到一个很机械的填充问题,觉得一定会有便捷的解决方法,但一直苦于无答案。
4+
5+
差不多遇到问题是这样的:
6+
7+
before
8+
![](http://pic2.zhimg.com/6543a05be549cbe5160360cf42d4bd33_b.jpg)
9+
after
10+
![](http://pic2.zhimg.com/d4acd7c575736c6b275d4fcd2a023951_b.jpg)
11+
像这种还好,拖拉就行,也要不到一分钟,但如果是遇到要填充到z,而且有2300行,简直会拖崩溃..
12+
13+
于是在我锲而不舍的百度下,终于前几天找到了解决方法..
14+
15+
16+
> 1、选中A1到A23,按ctrl+G,定位条件--空值,确定
17+
2、在A2单元格中输入:=A1
18+
3、按ctrl+enter即可
19+
20+
21+
这样做,半分钟不到,无论多少行妈妈都不用担心我加班了!
22+
23+
#### 原链接: http://www.zhihu.com/question/21758700/answer/22327631

0 commit comments

Comments
 (0)