作者JieJuen (David)
看板Office
标题Re: [算表] 有关自动输入的问题
时间Sat Apr 5 15:44:32 2008
这功能在说明档中叫做...
------------------------------------------
开启或关闭延伸格式和公式
开启延伸格式和公式後,Microsoft Excel 会自动替您在清单结尾输入的新资料设定格式
,以便与先前的列相符合,并自动复制每列中重复的公式。要使用延伸格式和公式,新列
之前的五列中至少应有三列必须含有此格式和公式。
在 [工具] 功能表上按一下 [选项],再按 [编辑] 索引标签。
请执行下列其中一项动作:
若要自动地格式新的项目来符合清单上的其他项目,请选取 [延续清单的公式与格式] 核
取方块。
若要关闭自动设定格式,请清除该核取方块。
------------------------------------------
您的公式不会复制的原因是其中的参照指到了别的工作表。
改成都在本工作表 如 A1 = VLOOKUP(A1,A$2:$I$5213,2) 可以自动复制
发生的条件,格式是至少3列 公式是至少4列 要相同。
公式有些状况下不会自动复制,
‧ Formulas that reference cells in other sheets or workbooks do not copy
down, even if they also reference a cell in the list containing the active
cell.
(指到别的工作表 活页簿)
‧ Formulas in which all of the formula's references point to areas outside
the list.
(全部指到清单之外)
‧ Formulas that reference a dimensional horizontal range in which not all
row references are relative, for example:
=SUM($A$1, A2, B1, B2)
这比较奇怪一点,叙述似乎说水平方向参照并非全部相对为原因,
但若改为全部相对 =SUM(A1, A2, B1, B2) 仍不会复制
在清单以外的部分列参照都为绝对,则可以正确 如:A2
=SUM($A$1, A2, B$1, B2)
所以应该说在清单外的部分列参照要绝对
Column references have no effect on the copy down trigger.
(栏参照不会影响)
‧ A formula that uses a series reference, where none of the row references
are relative, for example:
=SUM($A$1, $B$1)
(无列参照是相对)
Column references have no effect on the copy down trigger.
‧ Formulas containing a range name or natural language formula.
(有名称 或 自然语言(标签))
‧ Data that you paste into the new row.
(贴上之资料)
英文
http://support.microsoft.com/kb/231002/en-us
中文机器翻译
http://support.microsoft.com/kb/231002/zh-tw
※ 引述《bbpeonf (云)》之铭言:
: 标题: [算表] 有关自动输入的问题
: 时间: Fri Aug 11 23:37:33 2006
:
: 软体:excel
:
: 版本:2003
:
: 最近常常在输入资料,有不小心使用到一种特别的功能
:
:
: A B C D
: A0001 A 0001 045862
: D0042 D 0042 085762
: E0184 E 0184 848343
:
: 在A行自己输入的资料
: B行是使用=left(A1,1)
: C行是使用=right(A1,4)
: D行是使用=VLOOKUP(A1,总档!$A$2:$I$5213,2)
:
: 问题来了,当初在设定时,不知使用了什麽方法
: 现在,只要在A2打完D0042後按Enter後,B2和C2就会自动出来
: 而D2则要自己使用COPY的才有用
:
: 我想问的是,是有使用到什麽设定才可以,打完A行的值且按Enter後,
: B、C、D行的值都能自动显示,而不用使用copy的方法,谢谢。
:
: 不知道有人有使用过这个方法吗?
:
: --
:
※ 发信站: 批踢踢实业坊(ptt.cc)
: ◆ From: 219.68.119.54
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 218.164.49.119