Skip to content

Commit 37a57ba

Browse files
committed
sd
1 parent db032ad commit 37a57ba

11 files changed

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

0 commit comments

Comments
 (0)