=IF($Q17=0,0,INDIRECT(ADDRESS(ROW(),COLUMN()-2,"仕入_"&$Q17)))

米叶2022-10-04 11:39:541条回答

=IF($Q17=0,0,INDIRECT(ADDRESS(ROW(),COLUMN()-2,"仕入_"&$Q17))) 求助解释前面这个公式.
如果Q17不等于0之后的那一串,特别是-2,这一部份.

已提交,审核后显示!提交回复

共1条回复
tjcm_1 共回答了23个问题 | 采纳率95.7%
这里可能只有ADDRESS比较难理解.
ADDRESS的使用格式:ADDRESS(行标,列标,引用方式,[R1C1]格式,工作表名)
行标是指第几行,列标是指第几列.
【引用方式:(有四种) 】
1 或省略 绝对单元格引用 (绝对单元格引用:公式中单元格的精确地址,与包含公式的单元格的位置无关.绝对引用采用的形式为 $A$1.)
2 绝对行号,相对列标
3 相对行号,绝对列标
4 相对单元格引用
【 [R1C1]格式:】
1、TRUE或省略:其返回格式类似:A1,A$1,$A$1与我们平时输入公式时的表示格式
2、FALSE:其返回的格式为:R1C1,R[1]C1,R[1]C[1]
【 工作表名】:可以省略,省略就是不返回工作表名.如果加上工作表名这里要用双引号,也可以是引用单元格(不用引号),
例:
ADDRESS(1,2,1,TRUE,"sheet1")
结果:sheet1!$B$1
Address(4,5) 得到的结果:"$E$4"
Address(4,5,1) 得到的结果:"$E$4"
Address(4,5,2) 得到的结果:"E$4"
Address(4,5,3) 得到的结果:"$E4"
Address(4,5,4) 得到的结果:"E4"
Address(4,5,1,TRUE) 得到的结果:"$E$4"
Address(4,5,1,FALSE) 得到的结果:"R4C5"
Address(4,5,1,TRUE,"Sheet1") 得到的结果:"Sheet1!$E$4"
回到你的公式中:
ADDRESS(ROW(),COLUMN()-2,"仕入_"&$Q17)
row()返回当前行的行号(第几行)
column()返回当前列的列号(第几列) 公式里-2是前当前列的前2列
其中省略了第三和第四个参数,但逗号不能省略.
如果你在单元格G5输入这条公式的话.那么这段公式返回的是”仕入_!$E$5”
其他的都好理解,INDIRECT是将文本转为引用.
希望可以加加分.
1年前

相关推荐

turn the flliowing sentences into direct speech or indirect
turn the flliowing sentences into direct speech or indirect speech
1."I am very glad to visit your factory,"said the visitor.
2.the woman told us that she did not like American movies very much.
3."there'something wrong with the front wheel,"said Uncle Wang.
4.the teacher told the students that they were going to have a meeting at therr o'clock.
5.she said that she would try to finish reading the book by the end of this week.
6.Mum has gone to the supermarket,"the daughter said to her father.
7.Sarah's friend asked her if she was going to mail the gifts to her parents.
8.Sandra asked her friend how she could solve the problem.
到底什么有1年前1
lcdrotna 共回答了14个问题 | 采纳率92.9%
1.the vistor said she was very glad to visit your factory.
2 the woman siad,'I don't like American movies very much."
3.Uncle wang said that there was something wrong with the front wheel.
4.the teacher said," we are going to have a meeting at three o'clock.
5.she said," I will try to finish reading the book by the end of this week."
6.'Mum has gone to the supermarket,"The daughter said .
7.Sarah's friend asked."Are ypu going to mail the gifts to your parents?"
8.Sandra asked," how can you solve the problem?"
EXCEL公式的意义,=(SUMPRODUCT((INDIRECT("原始数据!B"&$B$3&":B"&$B$4)>3
EXCEL公式的意义,
=(SUMPRODUCT((INDIRECT("原始数据!B"&$B$3&":B"&$B$4)>300)*(INDIRECT("原始数据!h"&$B$3&":h"&$B$4)>300)*(INDIRECT("原始数据!n"&$B$3&":n"&$B$4)300)*(INDIRECT("原始数据!h"&$B$3&":h"&$B$4)300)*(INDIRECT("原始数据!AD"&$B$3&":AD"&$B$4)=E$2))+SUMPRODUCT((INDIRECT("原始数据!B"&$B$3&":B"&$B$4)300)*(INDIRECT("原始数据!n"&$B$3&":n"&$B$4)>300)*(INDIRECT("原始数据!AD"&$B$3&":AD"&$B$4)=E$2)))/20
危坐1年前1
鸭还 共回答了17个问题 | 采纳率94.1%
这个公式的意义是求三个数的和在除以20
三个数分别是
(1)、SUMPRODUCT((INDIRECT("原始数据!B"&$B$3&":B"&$B$4)>300)*(INDIRECT("原始数据!h"&$B$3&":h"&$B$4)>300)*(INDIRECT("原始数据!n"&$B$3&":n"&$B$4)300)*(INDIRECT("原始数据!h"&$B$3&":h"&$B$4)300)*(INDIRECT("原始数据!AD"&$B$3&":AD"&$B$4)=E$2))
(3)、SUMPRODUCT((INDIRECT("原始数据!B"&$B$3&":B"&$B$4)300)*(INDIRECT("原始数据!n"&$B$3&":n"&$B$4)>300)*(INDIRECT("原始数据!AD"&$B$3&":AD"&$B$4)=E$2))
我为你解释第(1)个吧,其他两个是一样的理首先是B3和B4有两个数,是涉及的数据区域的行号,比如B3=12,B4=18.(1)表示的是在原始数据表里面的第12行到18行同时满足下面4个条件的行数:1、原始数据表的B12:B18的数大于300;2、原始数据表的H12:H18的数大于300;3、原始数据表的N12:N18的数小于等于300;4、原始数据表的AD12:AD18的数等于当前表的E2单元格的数;
=INDIRECT(TEXT(RIGHT(CELL("filename",$A$1),4)-1,"0000")&"!u5
=INDIRECT(TEXT(RIGHT(CELL("filename",$A$1),4)-1,"0000")&"!u50")+A1 谁能给我解释下这个公式啊
据说是后一张工作表中的一个单元格U50等于前一个工作中的同一单元格的值U50加上本工作表中的另一个单元格的值A1,但是实验了出线错误提示.中间的"0000"是什么意思?
带甲十万1年前1
liyping 共回答了15个问题 | 采纳率100%
"0000" 是text函数的一个参数.RIGHT(CELL("filename",$A$1),4)-1,是text函数的第一个参数,“0000"是第二个.RIGHT(CELL("filename",$A$1),4)-1是将公式所处工作表的名称取出最后4位数然后减1,例如:工作表名称是12345...
INDIRECT(CONCATENATE("常数!d",($B$2+2))
孔艾琦1年前1
堂一冬无雪 共回答了15个问题 | 采纳率93.3%
返回字符串指定的单元格.CONCATENATE是把多个字符串连接成一个字符串,与&相似.
可以简化为
=INDIRECT("常数!d"&$B$2+2)
比如当前工作表的B2等于2,那么公式等于常数工作表的D4单元格.
INDIRECT("'2013'!r1c"&ROW(A2),))
XX_Hotel1年前1
3fxb3 共回答了14个问题 | 采纳率71.4%
返回由字符串指定的引用,这是由电子表2013中的1行r列单元格,A2格的行c列.比如A2格是5,就是5行c列. 望采纳
VLOOKUP(B$9&ROW(A1),IF({1,0},$B$2:$B$6&COUNTIF(INDIRECT("b2:
VLOOKUP(B$9&ROW(A1),IF({1,0},$B$2:$B$6&COUNTIF(INDIRECT("b2:b"&ROW($2:$6)),B$9),$C$2:$C$6),2,
sefower1年前0
共回答了个问题 | 采纳率
请教高手这个函数公式《=INDIRECT("Sheet1!A"&ROW())&""》是什么意思?
乞丐萧墙1年前2
五石 共回答了21个问题 | 采纳率76.2%
如果你当前公式是在第一行
那公式的结果是取的sheet1表的A1的内容
是第几行,就取的sheet1表A列的第几行内容
请用文字解释这个公式,=SUMPRODUCT(N(INDIRECT("sheet1!E"&(ROW($1:$1063)-
请用文字解释这个公式,=SUMPRODUCT(N(INDIRECT("sheet1!E"&(ROW($1:$1063)-1)*35+25)))
小笑猪1年前1
沙小沙 共回答了22个问题 | 采纳率95.5%
计算表SHEET1的从E25、E60、E95、E130……到E37195,按35递增的单元格内值数组之和 (这里只一组数组无需对应相乘)
INDIRECT(CONCATENATE("常数!d",($B$2+2))
lily已不再爱你1年前2
有诚则灵8 共回答了26个问题 | 采纳率88.5%
当前工作表的B2单元格的数值加2(例如:sheet1!$B$2=3,则为5),同过CONCATENATE函数与“常数!d”连接在一起,构成单元格引用地址的字符串("常数!d5"),再由INDIRECT函数将地址字符串转换为对单元格的引用(=常数!d5).
MATCH函数=MATCH("化工园供电煤耗",INDIRECT("'"&IF($E$2="1月",$C$2-1,$C$
MATCH函数
=MATCH("化工园供电煤耗",INDIRECT("'"&IF($E$2="1月",$C$2-1,$C$2)&"'!A1:A1000"))
最后的结果返回值是314,想问一下这个数值是怎么算出来的?
说明:其中INDIRECT("'"&IF($E$2="1月",$C$2-1,$C$2)&"'!A1:A1000")返回的值是工作表2011中A1:A1000中的某个数据,在表2011的A1:A1000范围内是地址名称,比如镇江,南热,徐州,化工园.
长治老白干1年前1
恬静心怡 共回答了20个问题 | 采纳率90%
该公式的意思是化工园供电煤耗在化工园所示地址下第314这个位置
An indirect object refers to a person or a group of people t
An indirect object refers to a person or a group of people that the action of the verb is done to or for.
An object complement can be an adjective phrase or a noun phrase that relates to and describes the object of a sentence .
An attributive can be a noun phrase or an adjective phrase that usually comes before a noun and describes it.
An adverbial can be an adverb phrase ,a prepositional phrase or a noun phrase.It gives us extra information ,for example ,how ,when or where the action happens.
如何翻译?
荔芝茶叶1年前1
月光流淌 共回答了18个问题 | 采纳率100%
间接对象是指一个人或一群人的行为做或动词.
一个对象可以是一种互补名词或形容词短语,并描述了对象的句子.
一个定语可以成为一个名词或形容词短语,通常是在名词前和描述它.
一个状语可以副词短语,介宾短语或一个名词它给我们额外的信息,比如,如何,何时何地发生的动作
小弟愚笨,你刚才给的公式=INDIRECT("Sheet2!A"&B1)我套用,=INDIR
小弟愚笨,
你刚才给的公式=INDIRECT("Sheet2!A"&B1)我套用,=INDIRECT("数据源!A"&M4),
在打印模板页D3单元格处(货号右侧单元格)输入"Sheet2!A"改为"数据源!A",&B1改为&M4,为不能正
常显示?


lvxiaofeng66661年前1
驿路西连 共回答了15个问题 | 采纳率93.3%

你打开控件工具箱,在设计模式下,修改按钮属性,链接单元格改成M4

=SUMIF(INDIRECT("sheet"&ROW(1:8)&"!B2:B40"),A5,INDIRECT("she
=SUMIF(INDIRECT("sheet"&ROW(1:8)&"!B2:B40"),A5,INDIRECT("sheet"&ROW(1:8)&"!E2:E40")) 结果不对
偶素来kk滴1年前1
林宽 共回答了13个问题 | 采纳率92.3%
很有可能是你表的名字问题,看一下大小写."sheet" 、"Sheet"还是其他
请教高手这个函数公式=INDIRECT("Sheet1!a"&ROW()*5+10)是什么意思?
AlexanderJames1年前1
ouakira 共回答了21个问题 | 采纳率85.7%
ROW() 所引用单元格的行号,如果公式在第一行,下拉公式后,每行的值分别为1,2,3.
ROW()*5 5,20,15.
ROW()*5+10 15,20,25.
Sheet1!a"&ROW()*5+10 Sheet1!a15,Sheet1!a20,Sheet1!a25,.
INDIRECT(),也就是整个公式,显示的是 sheet1表格中的,a15,a20,a25.单元格格的内容

相当于从sheet1 的A列,每隔5行选取一个单元格
在excel里,如下图所示,假如A1=1,C1=3,A4=indirect(“C‘’&$A$1),
在excel里,如下图所示,假如A1=1,C1=3,A4=indirect(“C‘’&$A$1),

在excel里,如下图所示,假如A1=1,C1=3,A4=indirect(“C‘’&$A$1),当我往右拉复制该公式时,怎样才能使复制的公式中的列标C变成相对引用自动变成B,C,D,而不是保持原先的C,此时B4=B1,C4=C1…。


zhangjl98091年前1
海盗王123 共回答了18个问题 | 采纳率88.9%
公式里面的“C”替换为函数CHAR(96+COLUMN())向右拉,根据需要加减即可
at the answers.Write indirect questions
at the answers.Write indirect questions
could you tell me……
the tea bag was invented by Joseph Kreiger in 1920
省略号为填写部分,
上句为问,下句为答,填写问句
绕篱欹石1年前5
CHERISHEDTEDDY 共回答了20个问题 | 采纳率90%
(that) who(m) the tea bag was invented by.
求翻译~外科 英译汉 Indirect Bone Healing :The Response to
求翻译~外科 英译汉 Indirect Bone Healing :The Response to
求翻译~外科
英译汉
Indirect Bone Healing :The Response to Less Rigid or Flexible Fixation
As discussed earlier, gap healing requires stable conditions, and is possible only in "quiet gaps." It is jeopardized by interfragmentary motion(i.e., when not enough preload is built up to compensate deforming forces). Small gaps are advantageous or even required for direct bone healing but can be dangerous in cases of microinstability. Microinstability indicates that small,almost invisible displacement of the fragments suffices to alter or destroy the living contents in the gap. Widening of a transverse gap under bending may surpass the strain tolerance of supporting tissues. Compression, which is even more likely to occur,will smash all invading cells and blood vessels.
The reaction to microinstability is uniform: micromovement induces bone resorption. This statement is based on clinical experience and has been proven by well-controlled animal experiments concerning the tissue reaction around screws. In case of unstable gaps,osteoclasts gather around blood vessels both at the periosteal x0band endosteal entrances to the gap or at the contact interface and start widening it. The resulting wedgeshaped resoption may even be recognizable in radiographs. Widening of the gap reduces the strain on the cells and creates the living conditions necessary for stiffer tissue and ultimately for bone .However,undoubtedly widening of the gap by osteoclastic resorption causes a considerable delay of bone formation and consolidation. Plate and screw fixation
However,undoubtedly widening of the gap by osteoclastic resorption causes a considerable delay of bone formation and consolidation. Plate and screw fixation is particularly detrimental in this respect, since both implants act as spacers,keeping the fragments apart and preventing force transmission through the bone. This increases the load on the implants and, ultimately,the risk of failure by fatigue or loosening.
还剩下一点~~谢谢
yanyanyun1年前1
beru888 共回答了16个问题 | 采纳率100%
间接骨愈合:属于骨组织在非坚固固定或者弹性固定情况下的修复反应
如前所述,骨折间隙的愈合需要在稳定条件下进行,所以这各修复只能发生在“静止的间隙”里.这种骨愈合会因为骨折断端间的动度而受到影响(例如,骨折固定的预加载不足以代偿形变力时).骨折的小间隙是有利的甚至直接骨愈合必要前提,但若发生微小的动度则是有害的.微动度提示骨折断端的几乎不可见的微小错位足以改变甚至破坏骨折间隙里的内容物的生长.弯曲造成的间隙横向上可能超出支持组织的张力耐受.压力有时更容易发生,并会间隙内所有为修复扩张生长的细胞和血管.骨组织对微小动度的反应是一致的:微小动度引发骨吸收.这一结论来源于临床观察,并且已经被设置良好对照的研究螺钉周围的组织反应的动物实验所证实.
在不稳定的骨折间隙中,破骨细胞在骨表面和骨内部通向间隙的接触面沿血管聚集,并开始扩大间隙.这各吸收造成的角形吸收甚至可以在X线片里见到.随着间隙的扩大,细胞所受到的压力得到解除,硬组织形成的生存条件逐渐形成,并最终形成骨.然而,破骨细胞造成的骨间隙的增大必定会大幅度地延迟骨组织的形成和硬固.钛板和螺钉固定,就此而言就显得尤其得重要,这些植入体即可以保持骨折断断的间隙又可以维持固定骨折的断端并且可以阻止力量在骨内的传导.这增加了植入体的载荷,并最终会增加失败,疲劳和松动的风险.
=(INDIRECT("'"&$B23&"'!"&F$1&$D23))
立莎091年前1
HZJC202 共回答了19个问题 | 采纳率94.7%
上面的是应该是excel的公式.
Indirect 是引用函数,其功用说明如下:
返回由文本字符串指定的引用.此函数立即对引用进行计算,并显示其内容.当需要更改公式中单元格的引用,而不更改公式本身,请使用函数 INDIRECT.
"'"&$B23&"'!" 从这个可以看出 $B23 单元格的内容应该是 某个表的名称(比如 Sheet1 ).在excel 中 '表名'!这样的格式,表示对工作簿中某个表的引用.
F$1&$D23 这个应该是单元格的内容.
总的来看,这个公式的意思是:
返回 表名为 $B23单元格内容 的 F$1 + $D23 单元格(或区域)的内容.
direct speecd&indirect speech 的练习
direct speecd&indirect speech 的练习
不用附加答案,谢.
michelle851041年前3
思美琪 共回答了27个问题 | 采纳率88.9%
1. Where was Alice’s sister? I don’t know where ________.
A. was Alice’s sister B. Alice’s sister was
C. is Alice’s sister D. Alice’s sister is
2. What did he say? I don’t know what _________.
A. did he say B. he says C. he has said D. he said
3. I don’t know ___________.
A. the reason why can be B. why the reason may be
C. what the reason can be D. what the reason may be
4. I wonder ___________ .which of the following is not the right choice?
A. whether she will be fit for the job or not B. whether or not she will be fit for the job
C. if she will be fit for the job D. what she will be fit for the job
5. Is Mr. Wu from Beijing? I don’t know ________.
A. where does he come from B. from where does he come
C. which city he comes from D. what city he comes from
6. Can you make sure ___________?
A. that he will come here today B. when he will come here today
C. will he come here today
D. whether will he come here today
7. Do you happen to know ________?
A. where is her address B. in which place is her address
C. what her address is D. the place her address is
8. Excuse me, but can you tell me ___________?
A. where can I get to the library B. where I can get to the library
C. how can I get to the library D. how I can get to the library
9. John asked me _______ to visit his uncle’s farm with him.
A. how would I like B. if or not would I like
C. whether I would like D. which I would like
10. I’d like to know ________ Chinese.
A. when he began to learn B. when did he begin to learn
C. when did he begin learning D. for how long he began to learn
II. 将下列句子变为间接引语:
1. “You should be more careful next time,” his father said to him.
2. Mr.Wang said,“I will leave for Shanghai on business next month, children”
3. “I haven’t heard from my parents these days,” said Mary.
4. The geography teacher said to us, “The moon moves around the earth and the earth goes round the sun.”
5. She said to him, “It’s time that you left here.”
6. Zhang Hong said to me, “Doctor Wang passed away in 1948.”
7. John said to his parents, “I had learned 500 Chinese words by the end of
last term.”
8. The history teacher said to them, “The Chinese Communist Party was founded on July 1st , 1921.”
9. He said, “Are you a student?”
10. “Have you anything interesting I can read, George?” she said.
11. “She’s here to ask for help, isn’t she?” he asked.
12. “Where are you going?” the father asked his son.
13. “Are you sorry for what you have done?”the mother asked the naughty boy.
14. She said, “Did you meet this man at the station two hours ago, Mr. Li?”
15. “Write your names on your papers first,” the teacher said to us.
16. “Please come here again tomorrow,” her friend said to her.
17. “Let me pack the parcel for you,” he said.
18. “Don’t make so much noise in class, boys and girls,” said the teacher.
19. “What a lovely day it is!”
20. “Happy New Year to you!” he said.
III. 把下列句子变为直接引语:
1. I told him that I had lost my money and that I would find it.
2. She asked whether I would be free the next day or not.
3. I asked her where she was going and what she was going to do the next day.
4. His father told him not to climb that high tree in his new coat.
5. The stranger asked me what my name was.
6. She said that she would finish her work the next day.
7. The teacher asked if we could do it.
8. The commander ordered his men not to cross the river before dawn.
9. My teacher asked whether he was coming.
10. The scientist asked me what I was doing.
Abstract—This paper proposes an indirect method for self- tu
Abstract—This paper proposes an indirect method for self- tuning of the proportional,integral,an
帮我翻译一下
旷野萧蔷1年前1
张博dshenghuo 共回答了19个问题 | 采纳率84.2%
摘要——本文提出了测度自校正比例的直接方法…… 后面是啥?
INDIRECT 函数
王善宝1年前1
珑玲小桃 共回答了20个问题 | 采纳率90%
INDIRECT
返回由文本字符串指定的引用.此函数立即对引用进行计算,并显示其内容.当需要更改公式中单元格的引用,而不更改公式本身,请使用函数 INDIRECT.
语法
INDIRECT(ref_text,a1)
Ref_text 为对单元格的引用,此单元格可以包含 A1-样式的引用、R1C1-样式的引用、定义为引用的名称或对文本字符串单元格的引用.如果 ref_text 不是合法的单元格的引用,函数 INDIRECT 返回错误值 #REF!.
如果 ref_text 是对另一个工作簿的引用(外部引用),则那个工作簿必须被打开.如果源工作簿没有打开,函数 INDIRECT 返回错误值 #REF!.
A1 为一逻辑值,指明包含在单元格 ref_text 中的引用的类型.
如果 a1 为 TRUE 或省略,ref_text 被解释为 A1-样式的引用.
如果 a1 为 FALSE,ref_text 被解释为 R1C1-样式的引用.
英语翻译:在翻译时,consequential 和indirect 有什么区别?
frankie7671年前3
借你 共回答了17个问题 | 采纳率94.1%
indirect [ɪndɪ'rekt; ɪndaɪ-]
基本翻译
adj. 间接的;迂回的;非直截了当的
网络释义
indirect:间接的 | 迂回的 | 次要的
consequential [kɒnsɪ'kwenʃ(ə)l]
基本翻译
adj. 间接的;结果的;重要的;随之发生的;自傲的
网络释义
consequential:间接的 | 随之发生的 | 重要的
英语翻译1.the study’s life-cycle analysis estimates indirect cos
英语翻译
1.the study’s life-cycle analysis estimates indirect costs to the user due to traffic delays and lost productivity at more than 10 times the direct cost of repair.
2.In the United States,nearly 180,000 of the 600,000 bridges are either structurally deficient or functionally obsolete (Transportation Research Board 2006).
3.Reinforced concrete (RC) is another example of composite material,which combines reinforcing steel and concrete matrix to create a composite material having some of the advantages of both steel and concrete.
还有请问一下LDF这个缩写是什么意思?原句如下
LDF of supporting steel stringers.Results show that the strip method specified in the AASHTO LRFD specification (AASHTO 2004) as an approximate method of analysis can also be applied to unconventional FRP decks as a practical method.However,different strip width equations have to be determined by either FEM or experimental methods for different types of FRP decks.
孤独的fish1年前1
gocofjl 共回答了23个问题 | 采纳率95.7%
1 .研究的生命周期分析估计间接成本给用户由于交通延误和生产力丧失超过10倍的直接成本维修.
2.在美国,近18万的60万桥梁结构缺陷或功能上要么是废弃(交通研究暑2006).
3.钢筋混凝土(RC)是另一个例子的复合材料,结合了钢筋、混凝土矩阵来创建一个复合材料有些两者优点的钢和混凝土.
LDF --------低密度纤维板
Direct Torque and Indirect Flux Control of Brushless DC Moto
Direct Torque and Indirect Flux Control of Brushless DC Motor Salih Baris Ozturk,Member,IEEE,and
uu小小郎1年前1
后来的我 共回答了26个问题 | 采纳率84.6%
无碳刷(感应式)直流电机的输出扭矩和间接流量控制,电器和电子工程师学会会员;Salih Baris Ozturk, 和.
what are the tense changes in indirect speech请翻译成中文
ni8879s1年前2
liuwei136021 共回答了18个问题 | 采纳率83.3%
时态在间接引语中有哪些变化?
COUNTIF(INDIRECT(M2&"!A5:AC50"),$D$9)表示何意啊
few_gz1年前1
nanlake 共回答了18个问题 | 采纳率83.3%
M2单元格中存放的内容是一个工作表名
公式是要统计,m2指定工作表的a5:ac50这个区域中,有几个值与当前表的D9单元格值相同
Eligible direct costs、Eligible indirect costs (overheads)、In
Eligible direct costs、Eligible indirect costs (overheads)、Ineligible
bless_janey1年前2
卫楚业kuol 共回答了14个问题 | 采纳率85.7%
Eligible direct costs 合格的直接成本价
Eligible indirect costs (overheads) 合格的直接管理费
Ineligible costs不合格的成本价
Change sentences 1-3 into indirect speech and 4-6 into direc
Change sentences 1-3 into indirect speech and 4-6 into direct speech.
1.The old merchant said to his sons,"Tell me what you'll buy with the coin."
2.A foreigner said to the driver,"Drive me to the nearest post office."
3.The teacher said to her students,"Don't forget to hand in your exercise books tomorrow."
4.The youngest sonn asked the people in the room to,look at this candle.
5.One of the boss' friends asded him why he liked the boy.
6.Mary told me she didn't know what to do.
改 间接 直接 引语
harrydang1年前1
洋葱001 共回答了20个问题 | 采纳率95%
1 The old merchant said to his sons to tell him what they'll buy with the coin.
2 A foreigner said to the driverto drive him to the nearest post office.
3 The teacher said to her students don't forget to hand in theri exercise books tomorrow.
4 The youngest sonn asked the people in the room :"look at this candle."
5 One of the boss' friends asded:" why do you like the boy."
6 Mary told me:"I don't know what to do."
Excel 公式中 INDIRECT("Book1!A2")如何改为可以随着单元格拖拽而自动增长为INDIRECT("B
Excel 公式中 INDIRECT("Book1!A2")如何改为可以随着单元格拖拽而自动增长为INDIRECT("Book1!A3")、……
这个INDIRECT("Book1!A1")公式,随着单元格拖拽,内容不会变化,因为内容用引号包裹着.如果想拖拽时内容随着变化,一定要吧A1从引号中拿出来.
实现类似这样的效果:
INDIRECT("Book1!A1")
INDIRECT("Book1!A2")
INDIRECT("Book1!A3")
INDIRECT("Book1!A4")
INDIRECT("Book1!A5")
怎么才能实现这个要求呢?
lemon_snow1年前1
feifeiaina 共回答了19个问题 | 采纳率78.9%
直接把公式写成 =Book1!a1 就可以了
或者写成这样 =INDIRECT("Book1!A"&row(a1))
帮我改成indirect speech!
帮我改成indirect speech!
1.all i have been abe to think about is my famaly
改成-she said______________________________________
2.we are here to fight if we have to,to keep the rest of the world especially u.s safe from harm.
改成-she added______________________________________
3.i am scared but not of the war.
改成-she said________________________________________
模块机1年前1
不发言只引用 共回答了15个问题 | 采纳率93.3%
1
she said that all her had been able to think about was her family.
2
she added that they were there to fight if they have to,to keep the rest of the world especially u.s safe from harm.
3
she said that she was scared but not of the war.
我是高中生 刚高考完 英语127分哦
IF(ISNA(INDEX(INDIRECT("'"&$A5&"'!"&CHAR(COLUMN()+68)&":"&CH
IF(ISNA(INDEX(INDIRECT("'"&$A5&"'!"&CHAR(COLUMN()+68)&":"&CHAR(COLUMN()+68)),MATCH($B$3,INDIRECT("'"&$A5&"'!$E:$E"),0))),0,INDEX(INDIRECT("'"&$A5&"'!"&CHAR(COLUMN()+68)&":"&CHAR(COLUMN()+68)),MATCH($B$3,INDIRECT("'"&$A5&"'!$E:$E"),0)))
shengjie7831年前1
陪我哭吧 共回答了13个问题 | 采纳率92.3%
公式主体部分:INDEX(INDIRECT("'"&$A5&"'!"&CHAR(COLUMN()+68)&":"&CHAR(COLUMN()+68)),MATCH($B$3,INDIRECT("'"&$A5&"'!$E:$E"),0))
INDEX在【指定的工作表区域】中,根据MATCH找到的数据位置,返回对应值.
MATCH是在A5指定的【工作表中的E列】(“INDIRECT("'"&$A5&"'!$E:$E")”),搜索B3数据位置.
INDIRECT("'"&$A5&"'!"&CHAR(COLUMN()+68)&":"&CHAR(COLUMN()+68)是【指定的工作表区域】,INDIRECT将文本字符串转为数据区域引用.“"'"&$A5&"'!"”是指定工作表名并转为标准的引用格式;“&”是文本连接符,将多个文本连成文本字符串;“CHAR(COLUMN()+68)”当前列序数加上68,转为英文字母(加上68是为了使结果刚好是英文字母在字符集中的数字代码区域).
ISNA是检测这个公式是不出错.
IF让出错公式返加0,否则,返回公式结果.
请解释一下excle这些语句,=INDIRECT("'"&INT(COLUMN()/4)&"'!"&CHAR(85+MO
请解释一下excle这些语句,
=INDIRECT("'"&INT(COLUMN()/4)&"'!"&CHAR(85+MOD(COLUMN(),4))&MATCH($B29,INDIRECT("'"&INT(COLUMN()/4)&"'!D1:D1000"),))
.
tskxy1年前1
一把斧子 共回答了18个问题 | 采纳率88.9%
"'"&INT(COLUMN()/4)&"'!"&CHAR(85+MOD(COLUMN(),4))
的效果是形成 '2'!U 类似的数据,并随着公式往右侧增加,循环生成
'2'!U'2'!V'2'!W'2'!X
然后每4个单元格,数字2会增加1
MATCH($B29,INDIRECT("'"&INT(COLUMN()/4)&"'!D1:D1000"),)
意思是匹配单元格$B29的数据 ,匹配范围是
'2'!D1:D1000
然后随着单元格往右拉 匹配范围中的2 会每4格增加1
匹配结果根据表格内容确定
最终结果就是 类似 取 工作表2的U列 XX单元格 值.
A. Putting direct speech into indirect speech:
A. Putting direct speech into indirect speech:
21. Putting direct speech into indirect speech:
(1) Scientists say, “The earth moves round the sun.”
(2) The teacher asked me, “Have you finished your work yet?:”
(3) “Why didn’t you come to the meeting yesterday ?” I asked.
四之一1年前1
xx银贼亮 共回答了20个问题 | 采纳率90%
题目意思:把直接引语改为间接引语.
Scientists say that the earth moves round the sun.
The teacher asked me whether I had finished my work.
I asked why you didn’t come to the meeting the day before yesterday.
请问有关 indirect speech ..
请问有关 indirect speech ..
请问在把句子转成 indirect speech时...
原句中有here的时候..是不是要转成 there?
就如:
She said " I will come here tomorrow."
==> she said that she would go there the following day.
但看书时发现 转成 there后面括号有(when what is refered is clear)
那请问 原句中有 here...有不转成 there的情况吗?
什麼时候才不转?
dingdingcatt1年前1
sajacky520 共回答了14个问题 | 采纳率85.7%
when what is refered is clear 指的是如果句子中的指示清楚的话就要转化你举的例子中指示的她去的地方指的是地点,较清楚.我举个例子,是不用转化的情况He said" we will start here tomorrow"---->he said that we w...
Indirect question => indirect questions
Indirect question => indirect questions
Indirect question:transform question A B C D in the exercise above into indirect questions:
1.How is Christopher going to London?
2.Where does Janet work?
3.Who switched off the computer?
4.Who did Anne do to the dance with?
然后再帮我写一下下面的四题,
pcwang1年前3
9z3xe2f 共回答了15个问题 | 采纳率86.7%
题目意思:“间接疑问句:把上面习题中的ABCD四道的问句转成间接引语.”
下面的话,我按照我自己想法写了奥= =.因为我觉得直接翻不过去.
1 Do you know how Christopher goes to London?
2 Do you know where Janet works?
3 Do you know who switched off the computer?
4 Do you know who Anne did the dance with?
英语翻译完整的句子是想问:你认为他应该是DIRECT还是INDIRECT呢?(DIRECT 和INDIRECT是他的工种
英语翻译
完整的句子是想问:
你认为他应该是DIRECT还是INDIRECT呢?(DIRECT 和INDIRECT是他的工种的一种表示方法)
一串星光1年前2
982010ts 共回答了19个问题 | 采纳率84.2%
Do you think he is XXX or XXXX?
right?
An indirect object refers to a person or a group of people t
An indirect object refers to a person or a group of people that the action of the verb is done to o
gvkgchhgct67851年前1
有点甜有点闲 共回答了24个问题 | 采纳率91.7%
An indirect object refers to a person or a group of people that the action of the verb is done to or for.
一个间接宾语指的是一个人或一群人作为动词指向的客体.
当看到句子中有两个宾语时,其中指物或指事的就是直接宾语,指人(或动物)的就是间接宾语.(不能按宾语离动词的远近来判别)
比方有一句话:“我教他英文.”I teach him English.在这句话里“him”是间接宾语,“English”是直接宾语.
另外有一句话:“昨天我给父亲写了一封信.”I wrote Father a letter yesterday.在这句话里“Father”是间接宾语,“a letter”是直接宾语.
This analysis takes account of direct and indirect trade in
This analysis takes account of direct and indirect trade in resources.
54ant1年前3
没精打采 共回答了12个问题 | 采纳率100%
这个分析考虑到了资源中的直接和间接贸易.
EXCEL 公式:=INDIRECT("sheet2!"&ADDRESS(ROW(A1),(COLUMN(A1)-1)*
EXCEL 公式:=INDIRECT("sheet2!"&ADDRESS(ROW(A1),(COLUMN(A1)-1)*3+1)) 的意思?
如题,请问在上述公式中的各个部分是什么意思?改动后有何结果,可以再加分,
红玉香螺1年前1
lyq80564030 共回答了22个问题 | 采纳率95.5%
address函数根据行列数返回单元格地址,例如
ADDRESS(ROW(A1),(COLUMN(A1)-1)*3+1),结果就是$A$1,indirect函数把文本变成引用
=INDIRECT("sheet2!$A$1“)就是取sheet2的A1单元格
就是取往右填充的时候在sheet2中隔三列取数
公式太过繁琐
可改为
=offset(sheet2!$A1,column(A1)*3-3)
更为简便
Put the following sentences into indirect speech
Put the following sentences into indirect speech
e.g“i am all alone in the world”
THE MONSTER SAID THAT HE WAS ALL ALONE IN THE WORLD.
1.)i will learn to love and be kind.(USE to promise)
2.)very well(use to agree -be careful)
3)i beg you ,make me a companion(use to ask)
zaxxzaxx1年前1
lzg801026 共回答了14个问题 | 采纳率85.7%
He promised that he would learn to love and be kind.
He said that he would be careful to agree.
He begged and asked whether we could make him a companion.
谁知道这个公式是什么意思{=MIN(IF(COUNTIF(C$1:C1,B$1:B$49)=0,ROW(INDIRECT
谁知道这个公式是什么意思{=MIN(IF(COUNTIF(C$1:C1,B$1:B$49)=0,ROW(INDIRECT("1:"&COUNTA(B:B))),1000))}
上面的公式在此公式中找到的:={INDEX(B:B,MIN(IF(COUNTIF(C$1:C1,INDIRECT("B1:B"&COUNTA(B:B)))=0,ROW(INDIRECT("1:"&COUNTA(B:B))),65536)))&""}(这个公式筛选出B列中不重复的内容),想了半天也没想通上面的公式是怎么运算的,还有最后不加&"",筛选完后怎么会显示0,
5942ly1年前1
ganlansh 共回答了21个问题 | 采纳率85.7%
呵呵,这是个组函数,实在是太精彩了!不管我能不能拿分,我都希望楼主能够跟我分享一些类似的公式!
这个函数有几个大部分:
INDIRECT("B1:B"&COUNTA(B:B))用于引用B列的可用数据组(所以是个组函数)
COUNTIF(C$1:C1.)这一段就不用说了,其实就是查找看看C列(用于陈列筛选结果)前面已经筛选出来的数据里有没有包含第n个B列里的数(由于是数组,每次只会在B列里面拿出一个进行比较),如果没有(=0),说明这第N个数是还没被筛选出来过的,那就把它挑出来;否则就显示空格(65536行其实必然是个空格)
index就是拿来挑数值的
由于65536行本身是个空格,如果直接引用,那么就会显示0,但是如果加上&""就会在引用的值后面加上个"",那么现实的时候就是一片空白了
数组函数确实很奇妙,我真的还缺乏经验,楼主可以的话请分享一些给我学习一下,这个公式做得太精彩了
不过,我想说的是,这个公式的水平太高,也太复杂,其实大可不必用到组函数就能够实现这样的功能的了,我此前也有过类似的挑数据的问题,都没用到组函数.
另外:补充一下我的方案——
=IF(COUNTIF($A$1:$A1,B2)=0,B2,"")
这是用a列表达对b列的筛选结果
从第二行开始就可以用这个公式,B有多少行就走多少行公式就可以了
而第一行(a1)直接等于b1就可以(第一个肯定不会重复的嘛)
这样做很简单
但是与你的方案比较就缺乏灵活性
至于计算速度,就要实操才知道
INDIRECT(CONCATENATE(CHAR(E18+68),FIXED(36,0)),2)函数公式是什么意思
magicscorgion1年前1
wenroudelan 共回答了19个问题 | 采纳率89.5%
公式先可以简化为
=INDIRECT(CHAR(E18+68)&"36")
char(e18+68)即返回e18+68这个数字对应的英文字母,
比如E18是2的话,char(70)就是F
然后 =indirect("F"&"36") 就是 =F36
引用F36单元格的内容
INDIRECT函数帮忙解读下这个函数,INDIRECT($EH43&"!E"&$E43&":U"&($E43+$F43
INDIRECT函数
帮忙解读下这个函数,INDIRECT($EH43&"!E"&$E43&":U"&($E43+$F43-1))~尤其后边$E43+$F43-1是啥意思?
ayang_yy1年前1
oiaa 共回答了20个问题 | 采纳率95%
($E43+$F43-1)这个是一个动态参数
即E43的值,加F43的值,再减1.得到一个数值
将这个值与前面的放到一起,就可以得到一个数据区域
英语翻译SUM(SUMIF(INDIRECT("'"&ROW($1:$1)&"'!A1:A20"),$A1,INDIRE
英语翻译
SUM(SUMIF(INDIRECT("'"&ROW($1:$1)&"'!A1:A20"),$A1,INDIRECT("'"&ROW($1:$1)&"'!B1:B20")))和=SUMPRODUCT(SUMIF(INDIRECT(ROW($1:$31)&"!C1:C300"),"01G3008 汇总",INDIRECT(ROW($1:$31)&"!G1"))).这2句代码是什么具体是什么意思呢.还有&和$代表的是什么,大哥大姐帮帮忙让我彻底了解把,
灿烂心空1年前1
小令尊前吹玉箫 共回答了16个问题 | 采纳率93.8%
SUM()是求()中的和;
SUMIF(range,criteria,sum_range)是根据指定条件对若干单元格求和,range是用于条件判断的单元格区域,criteria是数字、表达式或文字形式的判定条件,sum_range是用于求和计算的实际单元格;
INDIRECT(ref_text,a1)是返回指定单元格中包含的地址字符串所引用的单元格中的数值,ref_text是单元格引用,该引用所志向的单元格中存放有对另一单元格的引用,引用的形式为A1、R1C1或是名称,a1是逻辑值,用以指明ref_text单元格中包含的引用方式,此处2个INDIRECT中的a1忽略,a1=TRUE
indirect quesitons from wh-question怎么翻译?
remix1年前2
chantying 共回答了16个问题 | 采纳率75%
用间接引语提问特殊疑问句
使用{=sum(large(date,row(indirect(“1:n”))))}公式时,如果n=另外一个单元格的数字
使用{=sum(large(date,row(indirect(“1:n”))))}公式时,如果n=另外一个单元格的数字,显示公式错误,如果直接把数字填里面,如{=sum(large(date,row(1:2)))}就能得出结果,可是n=某个变量的10%,四舍五入取整的数字,请问问题出在哪里?应如何解决,
小龙王爷1年前1
小狐狸宝宝 共回答了18个问题 | 采纳率72.2%
你这个公式可以用,但是需要写成row(indirect("1:"&round(f1*10%,0)))
fi是你需要指定范围的单元格
=LOOKUP(1,0/(INDIRECT(ROW(A3)*2&":"&ROW(A3)*2)>0),INDIRECT(R
=LOOKUP(1,0/(INDIRECT(ROW(A3)*2&":"&ROW(A3)*2)>0),INDIRECT(ROW(A3)*2&":"&ROW(A3)*2))
jiaojiao061年前1
净土缘 共回答了12个问题 | 采纳率91.7%
这个公式是更具你的
=LOOKUP(1,0/(6:6>0),6:6)
的公式改的.
其中“INDIRECT(ROW(A3)*2&":"&ROW(A3)*2”部分,就是用公式引用,获取“6:6”的这个区域.
请问这个函数=INDIRECT(ADDRESS(4+COUNTIF($AF$5:$AF5,$AF5),COLUMN(),
请问这个函数=INDIRECT(ADDRESS(4+COUNTIF($AF$5:$AF5,$AF5),COLUMN(),$AF5))里的$AF$5是什么意思?
vidyazhu1年前1
穿的开mm裤 共回答了15个问题 | 采纳率80%
$AF$5 AF5是指AF列第5行单元格,$是绝对引用符号

A1相对引用
$A1绝对引用列
A$1绝对引用行
$A$1绝对引用行和列
$在谁的前面就绝对引用谁
F4是在四种引用间相互转换的快捷键(在编辑栏输入公式时按下F4功能键可进行切换)
相对引用、绝对引用和混合引用是指在公式中使用单元格或单元格区域的地址时,当将公式向旁边复制时,地址是如何变化的.
具体情况举例说明:
1、相对引用,复制公式时地址跟着发生变化,如C1单元格有公式:=A1+B1
当将公式复制到C2单元格时变为:=A2+B2
当将公式复制到D1单元格时变为:=B1+C1
2、绝对引用,复制公式时地址不会跟着发生变化,如C1单元格有公式:=$A$1+$B$1
当将公式复制到C2单元格时仍为:=$A$1+$B$1
当将公式复制到D1单元格时仍为:=$A$1+$B$1
3、混合引用,复制公式时地址的部分内容跟着发生变化,如C1单元格有公式:=$A1+B$1
当将公式复制到C2单元格时变为:=$A2+B$1
当将公式复制到D1单元格时变为:=$A1+C$1

http://office.microsoft.com/zh-cn/mac-excel-help/HA102928059.aspx?CTT=1
http://office.microsoft.com/zh-cn/excel-help/HP010342940.aspx?CTT=1
这个公式怎么理解|如题:=IF(ISERROR(IF(SUMIF(INDIRECT("'"&D$3&"'!$A$1:$A
这个公式怎么理解|
如题:=IF(ISERROR(IF(SUMIF(INDIRECT("'"&D$3&"'!$A$1:$A$400"),$A6,INDIRECT("'"&D$3&"'!$F$1:$F$400"))=0,"",SUMIF(INDIRECT("'"&D$3&"'!$A$1:$A$400"),$A6,INDIRECT("'"&D$3&"'!$F$1:$F$400")))),"",IF(SUMIF(INDIRECT("'"&D$3&"'!$A$1:$A$400"),$A6,INDIRECT("'"&D$3&"'!$F$1:$F$400"))=0,"",SUMIF(INDIRECT("'"&D$3&"'!$A$1:$A$400"),$A6,INDIRECT("'"&D$3&"'!$F$1:$F$400"))))
styling11年前1
蓝天会下雨 共回答了13个问题 | 采纳率84.6%
有难度,以我的理解是:IF(ISERROR(IF(
SUMIF(INDIRECT("'"&D$3&"'!$A$1:$A$400"),$A6,INDIRECT("'"&D$3&"'!$F$1:$F$400"))=0,"",
SUMIF(INDIRECT("'"&D$3&"'!$A$1:$A$400"),$A6,INDIRECT("'"&D$3&"'!$F$1:$F$400")))),"",
IF(SUMIF(INDIRECT("'"&D$3&"'!$A$1:$A$400"),$A6,INDIRECT("'"&D$3&"'!$F$1:$F$400"))=0,"",
SUMIF(INDIRECT("'"&D$3&"'!$A$1:$A$400"),$A6,INDIRECT("'"&D$3&"'!$F$1:$F$400"))))
这样是不是好理解呢?话说这是数学!