icetea 2006-10-6 11:05 AM
寻找EXCEL高手
有人能帮忙吗?
icetea 2006-10-6 11:14 AM
一些FOMULAR的问题。举个例子:$,
不知道说清楚了没有
icetea 2006-10-6 11:22 AM
这个是一个用来固定公式的工具
icetea 2006-10-6 11:26 AM
举个例子,COLUMNA1, (=sumif(a1:a68, north, c1:c68)), by the way, there are two files of data, you can copy and past this to ,let's a2, but you have to use $, the new fomula will change to something like(=sumiff($a$1......)
does it make any sense?
icetea 2006-10-6 11:26 AM
if u can help, or if you know about EXCEL, please respond
chao 2006-10-6 11:40 AM
呵呵,问题好难懂,可能是因为我很少用excel
你是说$是用在公式里面处理两个不同文件的data的吗?
然后你搞不清楚怎么用这个$工具吗?
icetea 2006-10-6 11:41 AM
差不多,就这个意思,但是这也只是其中的一个。
icetea 2006-10-6 11:42 AM
你已经被吓倒了!还有没有能冲上来的
chao 2006-10-6 11:44 AM
[quote]原帖由 [i]icetea[/i] 于 2006-10-6 11:41 AM 发表
差不多,就这个意思,但是这也只是其中的一个。 [/quote]
这个是个在工具栏上的按钮吗?
icetea 2006-10-6 11:47 AM
i'm not sure, but i don't think so.
even it is, i want to understand how, when and where i should use it.
chao 2006-10-6 11:50 AM
我是没用过这玩意
你在哪里看到能这么用的
给个link,大家都看看,说不定能看懂
chao 2006-10-6 01:18 PM
没弄懂为什么要干你说的sumif两个不同文件的data一定要用$
因为用不着
我搜了一下excel help文件关于同时处理两个文件的文档,没见到有说到用$来处理的
那上面说要用什么consolidate的功能
icetea 2006-10-6 01:27 PM
离散变量听过吗. 这个是我用的其中的一个
chao 2006-10-6 01:33 PM
没有,google "excel 离散变量"也没有任何解释
英文名是什么?
yimin 2006-10-6 01:37 PM
$放在公式里是表示常量的意思。
比如A1=1,B1=2,A2=3,B2=5,
如果你让C1=sum(A1,B1), 然后下拉,Excel就会自动让C2=sum(A2,B2)=3+5=8.
如果你让C1=sum($A$1,B1) ,然后下拉,Excel就会让C2=sum($A$1,B2)=1+5=6.
icetea 2006-10-6 01:41 PM
看来还是说不清楚,让我自己在研究研究吧.不过很感谢了! COUNT IF是EXCEL里面用来做离散变量的公式.