作业帮 > 综合 > 作业

英语翻译Subtotal the data in the range B4:I19 so that at each ch

来源:学生作业帮 编辑:拍题作业网作业帮 分类:综合作业 时间:2024/05/29 13:46:17
英语翻译
Subtotal the data in the range B4:I19 so that at each change in Agent Last Name,a subtotal is added to the Base Cost of Trip column.Accept all other defaults in the Subtotal dialog box.Click the Level 2 outline symbol in the Outline bar to display only the totals for each agent and the Grand Total.
英文我是不懂得,但是SUBTOTAL这个函数一般用于在挂着筛选的时候,根据筛选的内容来进行计算.输入=SUBTOTAL后,可以看到第一个参数从1-11,101-111,后面有数字所代表的意义,第二个参数是范围.
例:=subtotal(9,A1:A10),代表的是计算出A1:A10的和,如果进行筛选,只表示出A1,A3,A5,那么结果就是这三个单元格的和.